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.
- Make sure you have completed the React Native environment setup.
- You will need a valid Google Maps API Key from the Google Cloud Console.
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