expo-location
Version:
Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.
23 lines (22 loc) • 391 B
JSON
{
"platforms": [
"apple",
"android"
],
"apple": {
"modules": [
"LocationModule"
]
},
"android": {
"modules": [
"expo.modules.location.LocationModule"
],
"gradleAarProjects": [
{
"name": "io.nlopez.smartlocation-jetified-aar",
"aarFilePath": "android/libs/io.nlopez.smartlocation-3.3.3-jetified.aar"
}
]
}
}