An open API service indexing awesome lists of open source software.

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

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-android

react-native run-ios

# Build release
bash scripts/scandroid_build.sh [version] [index] [test|release]
```

## Debugger
```bash
react-devtools
adb reverse tcp:8097 tcp:8097

adb devices
adb -s reverse tcp:8081 tcp:8081
adb reverse tcp:8081 tcp:8081

adb 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)