https://github.com/hypertrack/sdk-react-native
React Native module for HyperTrack SDKs
https://github.com/hypertrack/sdk-react-native
Last synced: 1 day ago
JSON representation
React Native module for HyperTrack SDKs
- Host: GitHub
- URL: https://github.com/hypertrack/sdk-react-native
- Owner: hypertrack
- License: mit
- Created: 2019-05-28T17:15:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-11-18T16:54:31.000Z (3 months ago)
- Last Synced: 2025-11-18T17:14:21.189Z (3 months ago)
- Language: Kotlin
- Homepage:
- Size: 4.52 MB
- Stars: 7
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native HyperTrack SDK
[](./LICENSE)
[](https://www.npmjs.com/package/hypertrack-sdk-react-native)
[](https://github.com/hypertrack/sdk-ios)
[](https://github.com/hypertrack/sdk-android)
[HyperTrack](https://www.hypertrack.com) 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 HyperTrack into React Native apps.
For information about how to get started with React Native HyperTrack SDK, please check this [Guide](https://www.hypertrack.com/docs/install-sdk-react-native).
## Installation
```
yarn add hypertrack-sdk-react-native \
hypertrack-sdk-react-native-plugin-android-location-services-google \
hypertrack-sdk-react-native-plugin-android-push-service-firebase
```
[Learn more about plugins](https://hypertrack.com/docs/plugins)
## Sample code
[Quickstart React Native app](https://github.com/hypertrack/quickstart-react-native)
## Wrapper API Documentation
[Wrapper API Documentation](https://hypertrack.github.io/sdk-react-native/)
## Requirements
[Requirements for React Native HyperTrack SDK](https://hypertrack.com/docs/install-sdk-react-native#requirements)
## Contributing
If you want to contribute check [CONTRIBUTING.md](CONTRIBUTING.md)