react-native-web-location
Version:
This module allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.
36 lines • 955 B
JSON
{
"name": "react-native-web-location",
"version": "0.0.0-alpha.1",
"description": "This module allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://docs.expo.io/versions/latest/sdk/location/",
"author": "Expo <support@expo.io> (https://expo.io)",
"keywords": [
"react-native-location",
"expo-location",
"code",
"native",
"react",
"react-native",
"react-native-web",
"expo",
"expo-web",
"official"
],
"license": "ISC",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-location"
},
"dependencies": {
"expo-location": "*"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
}
}