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

https://github.com/vikrantnegi/tracker-app

Tracker App for React Native Realtime location tracking app
https://github.com/vikrantnegi/tracker-app

geolocation-api location react-native tracker

Last synced: 3 months ago
JSON representation

Tracker App for React Native Realtime location tracking app

Awesome Lists containing this project

README

          

# React Native Tracker App

> A Realtime location tracking app for [article](https://www.sitepoint.com/react-native-pubnub-real-time-location-tracking/) published on SitePoint.. This app is one of the two location tracking app. This app will track the [Trackee](https://github.com/vikrantnegi/trackee-app) app.

## Clone the repo

```bash
$ git clone https://github.com/vikrantnegi/tracker-app.git
```

## Install the dependencies

```bash
$ yarn
```

## Get PubNub keys

Log in to your [PubNub](https://dashboard.pubnub.com/login) account and go to the dashboard. Find `Publish Key` and `Subscribe Key` and add them in the [`App.js`](https://github.com/vikrantnegi/tracker-app/blob/master/App.js#L33-L34)

## Run the app

```bash
$ react-native run-ios
$ react-native run-android
```

## License

MIT © [Vikrant Negi](https://github.com/vikrantnegi)