react-native-location-track
Version:
A simple approach to log and track location using React Native.
37 lines (36 loc) • 1.04 kB
JSON
{
"name": "react-native-location-track",
"version": "0.1.18",
"description": "A simple approach to log and track location using React Native.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"ios",
"android",
"Location",
"tracking"
],
"repository": "https://github.com/ammarjabakji/react-native-location-track",
"author": "Ammar Jabakji <ammarjabakji@gmail.com> (https://github.com/ammarjabakji)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ammarjabakji/react-native-location-track/issues"
},
"homepage": "https://github.com/ammarjabakji/react-native-location-track#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-background-timer": "^2.4.1",
"react-native-geolocation-service": "^5.3.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}