Components
ReduxStore Folder Structure
AppConfiguration
- Location:
The component can be found in 
src/redux/appConfiguration 
- Working:
Contains the mobile config Object,tells us the status wether config is loading ,wether config is updated.
Auth
 
- Location:
The component can be found in 
src/redux/auth 
- Working
Contains the activeCustomerList,activeDriverList ,current userDetails and currentUserTrip.
ServerConfiguration
 
- Location
The component can be found in 
src/redux/serverConfiguration 
- Working
Used to get the status of updateConfig,loadingConfig,updateConfigLoading
TripDetails
 
- Location
The component can be found in 
src/redux/tripDetails 
- Working
Conatins the data for the trip ,has the status of trip in field tripLoading
Trips
 
- Location
The component can be found in 
src/redux/trips 
- Working
Contains the record for  all the previous trips ,used to get details of a paricular trip.
UpdateTrip
 
- Location
The component can be found in 
src/redux/updateTrip 
- Working
Gets the current trip details,used to update the trip.
UserDetails
 
- Location
The component can be found in 
src/redux/userDetails 
- Working
Used to display the details of the user
Users
 
- Location
The component can be found in 
src/redux/users 
- Working
Used to display list of all the riders and drivers