Integrating Google Maps in React Native App on Android 🚀 Check it on Medium
1.Clone the repo
$ git clone https://github.com/SamilMehdiyev/react-native-maps-android-demo-app.git
2.Load all the dependencies
$ cd react-native-maps-android-demo-app
$ npm install
3.Change "YOUR GOOGLE MAPS API WILL BE HERE" with your Key in AndroidManifest.xml file
android:value="YOUR GOOGLE MAPS API WILL BE HERE"
4.Run the project
$ react-native run-android