Project Quiet Place for CSE115A
To install the app for android phones or emulators:
- Clone the git repository to a desired location.
- Navigate into the directory and into the QuietPlace folder
- In terminal run
npm install - In terminal run
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res - To download the app on your phone or emulator in terminal run
react-native run-android
To fix the packageDebugResources exception, navigate to the QuietPlace directory in cmd and enter:
cd android && gradlew clean