mauron85 / react-native-background-geolocation-example

Example app of react-native-mauron85-background-geolocation component.
120 stars 45 forks source link

Map not loading #9

Open yasurid opened 5 years ago

yasurid commented 5 years ago

Map is not loading and even use map view as follows no result <MapView initialRegion={{ latitude: 37.78825, longitude: -122.4324, latitudeDelta: 0.0922, longitudeDelta: 0.0421, }} />

mauron85 commented 5 years ago

Are you on Android?

yasurid commented 5 years ago

yes Using AVD for run react-native app,

yasurid commented 5 years ago

Wow, It is working. I can not figure out what went wrong, But ones directly set the google map key to manifest It worked? Thanks @mauron85