Tracker app
- react-native
- Firebase
- 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
./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