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

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

Trackee App for Real time location tracking
https://github.com/vikrantnegi/trackee-app

location-services location-tracking pubnub react-native trackee

Last synced: 4 months ago
JSON representation

Trackee App for Real time location tracking

Awesome Lists containing this project

README

        

# React Native Trackee 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 be tracked by the [Tracker](https://github.com/vikrantnegi/tracker-app) app.

# Clone the repo

```bash
$ git clone https://github.com/vikrantnegi/trackee-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/trackee-app/blob/master/App.js#L31-L32)

# Run the app

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

# License

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