Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 613 Bytes

File metadata and controls

20 lines (14 loc) · 613 Bytes

MapsAndroidDemoApp

Integrating Google Maps in React Native App on Android 🚀 Check it on Medium

Getting Started

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