Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 583 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 583 Bytes

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