Skip to content

Commit 2a8df01

Browse files
abiduzz420christopherdro
authored andcommitted
Blank map issue, Google Maps API not enabled (react-native-maps#1706)
You need to enable Google maps API in the google developer console for android/ios
1 parent e73e7f3 commit 2a8df01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ Pass an array of coordinates to focus a map region on said coordinates.
452452
* Make sure that you have [properly installed](docs/installation.md) react-native-maps.
453453
* Check in the logs if there is more informations about the issue.
454454
* Try setting the style of the MapView to an absolute position with top, left, right and bottom values set.
455+
* Make sure you have enabled Google Maps API in ![Google developer console](https://console.developers.google.com/apis/library)
455456

456457
```javascript
457458
const styles = StyleSheet.create({

0 commit comments

Comments
 (0)