A React Native boilerplate with dva.js and another routers
- master: react-native + dva.js
- react-native-router-flux: react-native + react-native-router-flux + dva.js
- react-navigation: react-native + react-navigation + dva.js
# 1. Clone this project
git clone https://gitlab.com/aa900031/react-native-dva-boilerplate.git
# or specify branch
git clone https://gitlab.com/aa900031/react-native-dva-boilerplate.git -b BRANCH_NAME --single-branch
# 2. Entry the project
cd PROJECT_FOLDER
# 3. Install npm packages
npm install
# or
yarn
# 4. Open your editor and make it awesome
# In project root path
npm run rename -- YOUR_PROJECT_NAME
more doc to react-native-rename