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
- Host: GitHub
- URL: https://github.com/vikrantnegi/tracker-app
- Owner: vikrantnegi
- Created: 2019-06-10T12:29:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T00:37:09.000Z (about 3 years ago)
- Last Synced: 2024-06-11T21:51:35.812Z (over 1 year ago)
- Topics: geolocation-api, location, react-native, tracker
- Language: Objective-C
- Homepage: https://www.sitepoint.com/react-native-pubnub-real-time-location-tracking/
- Size: 2.07 MB
- Stars: 16
- Watchers: 1
- Forks: 17
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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)