https://github.com/lisong/reactnativedemo
React Native startup demo
https://github.com/lisong/reactnativedemo
react-native react-navigation redux
Last synced: 5 months ago
JSON representation
React Native startup demo
- Host: GitHub
- URL: https://github.com/lisong/reactnativedemo
- Owner: lisong
- Created: 2017-04-09T10:29:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T01:25:36.000Z (about 9 years ago)
- Last Synced: 2025-10-22T02:50:42.558Z (9 months ago)
- Topics: react-native, react-navigation, redux
- Language: JavaScript
- Homepage:
- Size: 676 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Native Demo
本项目集成Redux,react-navigation,react-native-code-push
## run
```shell
$ cd /path/to/ReactNativeDemo
$ npm install
$ npm run remotedev
$ react-native run-ios --simulator="iPhone 6"
```
## Redux
下载Redux界面管理[redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension),并设置Host Name:`localhost`, Port: `8000`