expo-location
Version:
Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "expo-location",
"version": "55.1.8",
"description": "Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"location",
"geolocation",
"coords",
"geocoding",
"compass",
"heading"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-location"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/location/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/image-utils": "^0.8.13"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "b0ada30fd6a819c5f98a23d99b1b89a2ed68743d"
}