Skip to content

Latest commit

 

History

History
 
 

README.md

React Native Google Maps Plus – Example App

This is the example application for react-native-google-maps-plus. It demonstrates how to set up and run the package on Android and iOS.


Prerequisites


Step 1: Add Google Maps API Key

Create the required secrets files and add your API key:

echo MAPS_API_KEY="<YOUR_MAPS_API_KEY>" >> android/secrets.properties
echo MAPS_API_KEY="<YOUR_MAPS_API_KEY>" >> ios/Secrets.xcconfig