React Native Boilerplate with following libraries.
- BinStorm For styling.
- React-Navigation For Navigation.
- React-Native-Vector-Icons For Icons.
- Mobx For State management.
git clone git@github.com:binbytes/rn-boilerplate.git
npm install
npm run update
Incase of it ask for replace file then press
n
(No).
For Android
npm run dev-android
For iOS
npm run dev-ios
Change filename .gitlab-ci.example
to .gitlab-ci.yml
.