Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 445 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 445 Bytes

hashCode2k18

Cross platform app for automating #code2k18.

Installing and running

  • 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

Note:

Delete android/app/build folder if an error related to GooglePlayServices appears.