Cross platform app for automating #code2k18.
- Install npm
- Install react-native-cli
npm install react-native-cli -g
- Install dependencies
npm install
To run:
react-native run-android
or
react-native run-ios
To see logs:
react-native log-android
or
react-native log-ios
Delete android/app/build folder if an error related to GooglePlayServices appears.