https://github.com/react-natives/react-natives-app
App for the React & React Native developer community as a demo project for the React Native meetups in Germany
https://github.com/react-natives/react-natives-app
android-app create-react-native-app demo-app ios-app listview react-native react-native-app react-native-maps
Last synced: 5 months ago
JSON representation
App for the React & React Native developer community as a demo project for the React Native meetups in Germany
- Host: GitHub
- URL: https://github.com/react-natives/react-natives-app
- Owner: react-natives
- Archived: true
- Created: 2016-10-15T13:40:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T14:07:29.000Z (about 8 years ago)
- Last Synced: 2024-09-28T18:42:54.573Z (8 months ago)
- Topics: android-app, create-react-native-app, demo-app, ios-app, listview, react-native, react-native-app, react-native-maps
- Language: JavaScript
- Homepage:
- Size: 3.04 MB
- Stars: 20
- Watchers: 15
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Natives App
App for React & React Native developers developed together with the community as a live React Native example
## Install development tools
- Getting started guide (select your mobile and desktop OS): https://facebook.github.io/react-native/docs/getting-started.html## Install the project
- git clone https://github.com/react-natives/react-natives-app.git
- npm install## Run the project
- download Expo app from App Store or Google Play
- run "yarn start" in the project root directory
- scan in the QR code in the terminal that shows up after the project has started on your phone with the Expo app## Troubleshooting
- restart the packager after npm install or if you have strange problems in general
- if you need more help check the react natives slack team for help
- when building on Linux/Android, installing `watchman` is not optional:```
installed watchman: the app will need/use the .watchmanconfig filerun once system-wide (https://github.com/facebook/react-native/issues/3199):
echo 256 | sudo tee -a /proc/sys/fs/inotify/max_user_instances
echo 32768 | sudo tee -a /proc/sys/fs/inotify/max_queued_events
echo 65536 | sudo tee -a /proc/sys/fs/inotify/max_user_watches
watchman shutdown-server
```## Useful hints extending the app
- If you are adding new dependencies with npm install --save you may need to runs "react-native link" afterwards to link the package in the native iOS / Android projects## Screenshots

