Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T10:04:20.000Z (over 8 years ago)
- Last Synced: 2024-10-13T14:44:39.089Z (about 1 month ago)
- Language: Objective-C
- Size: 18.8 MB
- Stars: 46
- Watchers: 9
- 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