ReactNativeGoogleMaps icon indicating copy to clipboard operation
ReactNativeGoogleMaps copied to clipboard

This is an example of google maps sdk integration for react-native project.

This is an example of google maps SDK integration for react-native project.

Warning: ReactNativeGoogleMaps is a proof of concept, if you have problems or feature requests, please open an issue.

Requirements

  • React Native 0.4.4 or compatible

Installation

  • npm install -g react-native
  • clone this repo
  • npm install
  • open ReactNativeGoogleMaps.xcodeproj
  • provide your google api key - in ReactNativeGoogleMaps/iOS/RCTGoogleMapView/RCTGoogleMapView.m line 27 (the project will not compile unless you remove line 26 which says "Provide your GMS API key")
  • run