https://github.com/xinlc/react-native-template
this is a template for reac native + redux + saga architecture
https://github.com/xinlc/react-native-template
react-native template
Last synced: 3 months ago
JSON representation
this is a template for reac native + redux + saga architecture
- Host: GitHub
- URL: https://github.com/xinlc/react-native-template
- Owner: xinlc
- License: mit
- Created: 2019-07-20T14:29:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:54:48.000Z (over 2 years ago)
- Last Synced: 2025-01-21T01:11:33.244Z (5 months ago)
- Topics: react-native, template
- Language: JavaScript
- Homepage:
- Size: 2.95 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# react-native-template
[typescript-template](https://github.com/xinlc/react-native-typescript-template)
## Installation
```bash
npm install
react-native link
cd ios & pod install
```## Usage
```bash
# Development server
npm start# Build dev
# APK in android/app/build/outputs/apk/
react-native run-androidreact-native run-ios
# Build release
bash scripts/scandroid_build.sh [version] [index] [test|release]
```## Debugger
```bash
react-devtools
adb reverse tcp:8097 tcp:8097adb devices
adb -s reverse tcp:8081 tcp:8081
adb reverse tcp:8081 tcp:8081adb shell input keyevent 82
```
## Documents
- [react-native](https://facebook.github.io/react-native/)
- [react-navigation](https://reactnavigation.org/docs/en/getting-started.html)
- [native-base](https://nativebase.io/)
- [axios](https://github.com/axios/axios)
- [immutable](https://github.com/immutable-js/immutable-js)
- [redux](https://github.com/reactjs/redux)
- [redux-cn](https://www.redux.org.cn)
- [react-redux](http://cn.redux.js.org/docs/react-redux/)
- [redux-sage](https://redux-saga-in-chinese.js.org)
- [icons](https://github.com/oblador/react-native-vector-icons)
- [flow](https://flow.org/)
- [flow-typed](https://github.com/flow-typed/flow-typed)
- [lodash](https://www.lodashjs.com/docs/latest)