https://github.com/llitfkitfk/react-native-demo
https://github.com/llitfkitfk/react-native-demo
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/llitfkitfk/react-native-demo
- Owner: llitfkitfk
- Created: 2016-04-21T08:53:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-03T07:09:55.000Z (about 10 years ago)
- Last Synced: 2025-02-23T23:14:23.413Z (over 1 year ago)
- Language: JavaScript
- Size: 1.03 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Demo
# Install
```
$ npm install
```
# Running on Android:
```
$ react-native run-android
$ adb reverse tcp:8081 tcp:8081 # required to ensure the Android app can
$ adb reverse tcp:8080 tcp:8080 # access the Packager and GraphQL server
```
# Running on iOS:
```
$ react-native run-ios
```