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
- Host: GitHub
- URL: https://github.com/vikrantnegi/trackee-app
- Owner: vikrantnegi
- Created: 2019-06-10T10:54:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:37:09.000Z (over 2 years ago)
- Last Synced: 2024-06-11T21:51:35.879Z (12 months ago)
- Topics: location-services, location-tracking, pubnub, react-native, trackee
- Language: Objective-C
- Homepage: https://www.sitepoint.com/react-native-pubnub-real-time-location-tracking/
- Size: 2.17 MB
- Stars: 22
- Watchers: 2
- Forks: 16
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)