This starter is currently used for BioTune, a mobile app for tracking medication effectiveness for mental health treatments.
The goal is to allow users to log medications, symptoms, and outcomes over time so trends in treatment effectiveness can be observed.
This project uses Yarn for dependency management.
yarn installBefore running the Android build, clean the Gradle project:
cd android
./gradlew clean
cd ..(Windows)
cd android
gradlew clean
cd ..Start the React Native development server and launch the app:
yarn startThen in another terminal:
yarn androidAlternatively, you can use npm equivalents:
npm start
npm run android- React Native
- Firebase
- Yarn
- Gradle (Android build system)