react-native-maps-navigation-example
react-native-maps-navigation-example copied to clipboard
Can't make it work
Can't make this example to work at all. Tried to update packages back and forth, no success. It just doesn't load up.
Steps to reproduce
git clone [email protected]:flyandi/react-native-maps-navigation-example.git
cd react-native-maps-navigation-example
npm i
cd ios
pod install
cd ..
react-native run-ios
Expected behavior
To get the app working as shown on the image on the Readme.md file
Actual behavior
Red screen.

Whats the error? Did you setup your Google Key?
In AppDelegate.m you need to configure your Google Key:
[GMSServices provideAPIKey:@"GOOGLE_KEY"]; <-!
@flyandi Thanks very much for your fast response. I did set up the Google Key and just updated the description with the appropriate screenshot. If you give me enough guidance to get it up and running I can put up the installation steps on the Readme file later on.
I could set up everything, but can't navigate like the demo. It is only setting up the route.