- React Native
- React Navigation
- JavaScript
- Vector Icon
- Google Maps
Run
npm install
on terminal
Enable your google map api
- Maps SDK for iOS
- Maps SDK for Android
- Places API
- Directions API
Make
.env
File in your proj dir and paste below codeGOOGLE_MAPS_APIKEY='''YOUR GOOGLE MAP API KEY'''
Follow steps to apply your .env (https://github.com/luggit/react-native-config)
Paste your GOOGLE_MAPS_APIKEY to
ios/Uber_Clone/AppDelegate.m
to enable google_maps on IOS[GMSServices provideAPIKey:@"<INPUT YOUR GOOGLE_MAPS_APIKEY>"];