react-native-maps-navigation-example icon indicating copy to clipboard operation
react-native-maps-navigation-example copied to clipboard

Can't make it work

Open jgtoriginal opened this issue 6 years ago • 3 comments

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.

Simulator Screen Shot - iPhone X - 2019-04-17 at 20 34 21

jgtoriginal avatar Apr 17 '19 22:04 jgtoriginal

Whats the error? Did you setup your Google Key?

In AppDelegate.m you need to configure your Google Key:

[GMSServices provideAPIKey:@"GOOGLE_KEY"]; <-!

flyandi avatar Apr 17 '19 22:04 flyandi

@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.

jgtoriginal avatar Apr 17 '19 23:04 jgtoriginal

I could set up everything, but can't navigate like the demo. It is only setting up the route.

mqtik avatar Jun 07 '19 00:06 mqtik