Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 305 Bytes

File metadata and controls

9 lines (8 loc) · 305 Bytes

ocrcc-app

Development Setup (for Android)

  1. Clone this repo
  2. cd into project folder
  3. Run chmod 755 android/gradlew
  4. Start Android emulator or plug in Android device
  5. Run react-native run-android
  6. If there are any node_module errors try clearing npm cache and running npm install