Note: GNSS Info sharing is only available on Android devices.
Note: Make sure you have completed the Set Up Your Environment guide before proceeding.
- Clone the repository
- Run
npm installto install dependencies - Run
cd android && ./gradlew cleanto clean the Android build (if applicable) - Run
./gradlew assembleReleaseto build the release APK (Android) or follow the iOS build instructions in Xcode - or Run
./gradlew bundleReleaseto build the release AAB (Android App Bundle)
- Clone the repository
- Run
npm installto install dependencies - Connect your Android device or start an emulator, or iOS device/simulator
- Run
npm run androidornpm run iosto start the app