https://github.com/konglx90/fox
React Native 项目脚手架
https://github.com/konglx90/fox
flow react-native react-navigation redux redux-saga
Last synced: 2 months ago
JSON representation
React Native 项目脚手架
- Host: GitHub
- URL: https://github.com/konglx90/fox
- Owner: konglx90
- Created: 2018-01-16T09:23:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-24T04:47:12.000Z (about 8 years ago)
- Last Synced: 2025-03-26T21:49:04.688Z (over 1 year ago)
- Topics: flow, react-native, react-navigation, redux, redux-saga
- Language: JavaScript
- Homepage:
- Size: 187 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## fox
Code for React Native.
### start
```
1. git clone [fox]
2. cd fox
3. npm install -g react-native
4. npm install
5. open it in Xcode
6. RUN it
or
7. react-native run-ios/run-android
```
### use
```
react-native
react
react-navigation
redux react-redux
immer
redux-persist
redux-saga
flow
jest
lodash
ramda
reactotron
```
### api
[知乎日报](https://github.com/izzyleung/ZhihuDailyPurify/wiki/%E7%9F%A5%E4%B9%8E%E6%97%A5%E6%8A%A5-API-%E5%88%86%E6%9E%90)
### base
[React Native App应用架构设计](https://zhuanlan.zhihu.com/p/30617441)