Setup Driver App
#
Configure Driver AppOpen app-source-code
folder, It's look like this.
#
UnZip/Extract Driver AppExtract driver.zip
, After Extract it's look like this.
#
Install Require PackageInstall Dependicies
#
Rename ProjectChange Package Name or App Name.
#
Install Globally React Native Rename.Using Yarn
Using NPM
Then you can rename like this.
#
Change App IconGenerate Icon App using AppIcon.co & Extract it.
For Android App
For IOS App
#
Update Firebase Configation- Download
google-services.json
fromyour firebase console
and place to/android/app
. - Download
GoogleService-Info.plist
fromyour firebase console
and place to/ios
. - Update
Your firebase configation
according yourgoogle-services.json
.
/src/config/Firebase.js
#
Update Google Map API#
In the Android- update
Your Google Map API Key
find online no. 3
like this.
/android/app/src/main/res/values/strings.xml
#
In the IOS- update
Your Google Map API Key
find online no. 32
like this.
/ios/TrippyTaxi/AppDelegate.m
#
In the Javascript- Update
'Your Google Map API Key'
. - Update
Default App Location
, you can find yourlatitude
andlongitude
here.
/src/config/GoogleMap.js
note
If you got any trouble in google maps, See Google Maps installation guide here
#
Change Api UrlUpdate
'https://your.server.com/api'
toYour Backend api folder url
likehttps://example.com/api
find online no. 28
like this.
/src/config/Api.js
#
Update S3 Details- Update
Your s3 configation
according yourAmazon S3 Bucket Details
.
/src/config/S3.js
note
This is optional step.