https://github.com/peterprokop/reactnativegooglemaps
This is an example of google maps sdk integration for react-native project.
https://github.com/peterprokop/reactnativegooglemaps
Last synced: 9 months ago
JSON representation
This is an example of google maps sdk integration for react-native project.
- Host: GitHub
- URL: https://github.com/peterprokop/reactnativegooglemaps
- Owner: peterprokop
- Created: 2015-04-15T12:17:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T10:04:20.000Z (over 9 years ago)
- Last Synced: 2025-03-18T03:51:27.203Z (10 months ago)
- Language: Objective-C
- Size: 18.8 MB
- Stars: 46
- Watchers: 8
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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