Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/netyouli/react-native-whcapp
react-native + redux whcapp Provide learning advice for learning react-native development Support: Android 5+ iOS 8.0+,一个完整的react-native app 并且带有完整的数据交互实现
https://github.com/netyouli/react-native-whcapp
react react-native react-native-app whc whcapp
Last synced: about 1 month ago
JSON representation
react-native + redux whcapp Provide learning advice for learning react-native development Support: Android 5+ iOS 8.0+,一个完整的react-native app 并且带有完整的数据交互实现
- Host: GitHub
- URL: https://github.com/netyouli/react-native-whcapp
- Owner: netyouli
- License: apache-2.0
- Created: 2017-11-16T03:54:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T13:36:44.000Z (over 3 years ago)
- Last Synced: 2024-09-28T18:42:34.638Z (about 2 months ago)
- Topics: react, react-native, react-native-app, whc, whcapp
- Language: JavaScript
- Homepage: http://www.wuhaichao.com
- Size: 8.76 MB
- Stars: 216
- Watchers: 14
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native whcapp
[![License Apache2.0](https://img.shields.io/hexpm/l/plug.svg)](https://raw.githubusercontent.com/attentiveness/whcapp/master/LICENSE)
A complete react-native app with complete data interaction capabilities.
Provide learning advice for learning react-native development
一个完整的react-native app 并且带有完整的数据交互实现
**Flutter版本:**[whc_flutter_app](https://github.com/netyouli/whc_flutter_app)
**android版本体验:** [https://fir.im/whcandroid](https://fir.im/whcandroid)
**ios版本体验(内测):** [https://fir.im/whcios](https://fir.im/whcios)
**app所使用数据接口文档地址:**[http://www.wuhaichao.com/api_doc/](http://www.wuhaichao.com/api_doc/)
**Support: Android 5+ iOS 8.0+**
## App Architecture
```
"react": "16.0.0-beta.5",
"react-native": "0.49.5",
"react-navigation": "1.0.0-beta.19","react-redux": "^5.0.5",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
```## Screenshot
## Development
### Step One
```
npm install -g react-native-cli
```
### Step Two```
npm install
```
### Step Three```
react-native start
```
### Step Four```
react-native run-ios
react-native run-android
```## Contributing
Any good Suggestions or questions to ask or email
## License
Apache License 2.0