These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- clone the project via git command or download the source code
git clone https://github.com/chabokpush/chabok-starter-rn-js.git
- To install node_modules use below command :
npm install
or
yarn install
- And link the libraries:
react-native link
- Build and run the project:
npm run ios
or
yarn run ios
- You can login with Test environment to see the starter app info in the panel.
Please use the following account
Username :
starter
Password :
starter
for more information about this app please visit our website and refer to chabok documents section.