- react-native
$ npm install -g react-native-cli
- For Android
- Download Android SDK from here https://developer.android.com/studio/index.html#command-tools
$ git clone [email protected]:Skjutsgruppen/skjutsgruppen-reactnative.git
$ cd skjutsgruppen
$ yarn install
$ cp .env.example .env .env.production
Update .env config according to your need.
$ cd /path/to/Android/Sdk/tools
$ ./emulator --list-avds
$ ./emulator -avd <ADV_NANE>
$ yarn start
$ yarn android
Install react-native-git-upgrade package globally
$ npm install -g react-native-git-upgrade
$ react-native-git-upgrade
This project uses Airbnb JavaScript Style Guide So please read and be familiar with their style guide before contributing on this project.
Run eslint before you commit changes.
yarn eslint