Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davibe/reactnativeexample
react+refnux+react-native-maps esample
https://github.com/davibe/reactnativeexample
Last synced: about 1 month ago
JSON representation
react+refnux+react-native-maps esample
- Host: GitHub
- URL: https://github.com/davibe/reactnativeexample
- Owner: davibe
- Created: 2017-03-06T09:58:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T14:01:40.000Z (almost 8 years ago)
- Last Synced: 2024-10-13T17:55:57.892Z (3 months ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
An example project using react native
# Reset react native build
rm -rf ios android node_modules
npm install
react-native upgrade
react-native link
react-native run-ios# Make react-native-maps (airbnb) work on iOS
When reinstalling use option 3 (manually) of
https://github.com/airbnb/react-native-maps/blob/master/docs/installation.mdI did not test Android yet.