Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 497 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 497 Bytes

Tracker app

  1. react-native
  2. Firebase
  3. Google Auth

Build locally and test npx expo run:android

To clean and rebuild npx expo prebuild --clean && npx expo run:android

Build for device (apk)

  • expo always has googleservices.json issue for local as well as remote cd android

Create debug APK

./gradlew assembleRelease

APK file will be in android/app/build/outputs/apk/release/app-release.apk

Pair mac with Android and then use Bluetooth File Exchange app to transfer the apk to phone