An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# React Native HyperTrack SDK

[![GitHub](https://img.shields.io/github/license/hypertrack/sdk-react-native?color=orange)](./LICENSE)
[![npm](https://img.shields.io/npm/v/hypertrack-sdk-react-native.svg)](https://www.npmjs.com/package/hypertrack-sdk-react-native)
[![iOS SDK](https://img.shields.io/badge/iOS%20SDK-5.12.1-brightgreen.svg)](https://github.com/hypertrack/sdk-ios)
[![Android SDK](https://img.shields.io/badge/Android%20SDK-7.12.0-brightgreen.svg)](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)