A React Native boilerplate with dva.js and expo
- Expo
- [React Navigation] (https://reactnavigation.org/docs/intro)
- Antd Mobile
# 1. Clone this project
git clone https://github.com/clairelss/dva-expo-react-native-start.git
# 2. Entry the project
cd PROJECT_FOLDER
# 3. Install npm packages
npm install
# or
yarn install