Skip to content

React Native boilerplate with BinStorm, React-Navigation, React-Native-Vector-Icons, and Mobx.

Notifications You must be signed in to change notification settings

binbytes/rn-boilerplate

Repository files navigation

React Native Boilerplate

React Native Boilerplate with following libraries.

Usage

1. Clone repository

git clone [email protected]:binbytes/rn-boilerplate.git

2. Install node modules

npm install

3. Update dependencies

npm run update

Incase of it ask for replace file then press n (No).

4. Run project

For Android

npm run dev-android

For iOS

npm run dev-ios

Gitlab CI/CD

Change filename .gitlab-ci.example to .gitlab-ci.yml.