Integrating Google Maps in React Native App on iOS 🚀 Check it on Medium
1.Clone the repo
$ git clone https://github.com/SamilMehdiyev/react-native-maps-app.git
2.Load all the dependencies
$ cd react-native-maps-app
$ npm install
3.Change "YOUR_API_KEY" with your Key in AppDelegate.m file
[GMSServices provideAPIKey:@"_YOUR_API_KEY_"];
4.Run the project
$ react-native run-ios