/hashCode2k18

hashCode2k18 is a React-Native app built to automate PES University's annual hackathon #code2k18 organized by Microsoft Innovation Labs, PES University, Bangalore.

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.