Get prebuilt packages for Android on Github Actions, iOS packages are not available.
- Satellites Details: Due to strict privacy policies on iOS, detailed satellite information is not accessible. This feature is only available on Android devices.
- Location Sharing by Bluetooth: This feature allows users to share their GNSS location data via Bluetooth. It is currently only supported on Android 12 or higher.
Note: Make sure you have completed the Set Up Your Environment guide before proceeding.
- Clone the repository
- Run
npm installto install dependencies
- Android
- Run
cd android && ./gradlew cleanto clean the Android build (if applicable) - Run
./gradlew assembleReleaseto build the release APK (Android) - or Run
./gradlew bundleReleaseto build the release AAB (Android App Bundle) - The generated APK or AAB will be located in following path:
- APK:
android/app/build/outputs/apk/release/ - AAB:
android/app/build/outputs/bundle/release/
- Run
- Build instructions for iOS is not available yet, but you can open the project in Xcode and follow the standard iOS build process.
- 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