HyperTrack lets you add live location tracking to your mobile app. Live location is made available along with ongoing activity, tracking controls and tracking outage with reasons.
React Native HyperTrack SDK is a wrapper around native iOS and Android SDKs that allows to integrate them into React Native apps.
For information about how to get started with React Native SDK, please visit this HyperTrack Guide.
https://hypertrack.github.io/sdk-react-native/
link to FAQ
Join our Slack community for instant responses. You can also email us at help@hypertrack.com.
-
Update SDK constant
- android
- android/gradle.properties - HyperTrackSdk_HyperTrackSDKVersion
- ios
- hypertrack-sdk-react-native.podspec
- s.dependency 'HyperTrack/Objective-C', 'version'
- hypertrack-sdk-react-native.podspec
- android
-
Increment wrapper version
- package.json
- version
- package.json
-
Update changelog
-
Update badge in README.md
-
Create a version tag
-
Commit and push
-
Create a release
- Release title should be the current version tag
-
npm publish
Change Android build config in android/gradle.properties
- Gradle version should be 6.7.1 or higher
- compileSdkVersion should be 31 or higher
- Platform version should be 12.4 or higher