Launch react-native project with easy command!
It's a template used for my subsequent projects. It only fit my base requirements. Maybe somebody like me love ignite && mobx && expo could advise me with wonderful improvement, please issure me or pull request.
- setup project with one command
- generate screen/component/api with one command
- expo
- mobx
- axios, with mock
- rxjs
- react-navigation
npm install exp --global
git clone https://github.com/MarsArbiter/ignite-boilerplate-expo.git
ignite new demo -b ./ignite-boilerplate-expo
cd demo
yarn
exp start
ignite g screen name
ignite g component name
ignite g api name
- refine the code
- unit test
- more feature (common module generate)