Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 776 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 776 Bytes

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.