React Native Seed v1.0.0
React Native Starter Kit with NativeBase + React Navigation + MobX Apps (iOS & Android)
ABrought to you by GeekyAnts
Get Started
1. System Requirements
-
Globally installed node
-
Globally installed react-native CLI
2. Installation
On the command prompt run the following commands
$ git clone https://github.com/GeekyAnts/react-native-boilerplate-mobx-flow.git
$ cd react-native-boilerplate-mobx-flow/
$ npm install
or
yarn
Run on iOS
- Opt #1:
* Run
npm start
in your terminal * Scan the QR code in your Expo app- Opt #2:
- Run
npm run ios
in your terminal
- Run
- Opt #2:
Run on Android
- Opt #1:
* Run
npm start
in your terminal * Scan the QR code in your Expo app- Opt #2:
- Run
npm run android
in your terminal
- Run
- Opt #2:
For apps with more advance designs, please visit NativeBase Market.
###账号
- 管理员: mingmen 123456
- 收银员: mingmen01 1234567
###VSCode配置
- "javascript.implicitProjectConfig.experimentalDecorators": true,
- "javascript.validate.enable": false