Reputation: 155
I have a RN app that uses react-native-maps
. I was able to successfully render the Map in the Android and iOS Emulators, but when I build it out (using Expo), the app works but the Map renders as a Gray screen with the Google logo on the bottom left-hand corner.
So,
EDIT:
I did not add anything to a build.gradle or anything of the sort from the Android Studio end; just front-end stuff. Is this required?
Upvotes: 3
Views: 2850
Reputation: 53
I face same problem of greyed map, when use LocationView of react-native-location-view. Greyed Map resolved by Enable Maps SDK for Android. Follow as shown in
Upvotes: 3
Reputation: 511
Enable Maps SDK for Android in your developer console https://console.developers.google.com
Upvotes: 2