Awesome
React Native / MobX / React Navigation Boilerplate
Installation and Usage
When starting a new project, you want to:
react-native init <AppName>
cd <AppName>
- Copy all the files (not folders) from
.babelrc
down toyarn.lock
. - Copy the
src
folder. yarn install
- Find and replace all
ReactNativeMobXBoilerplate
to<AppName>
react-native link
npm run ios