expo-location
Version:
Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.
16 lines (15 loc) • 345 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["LocationModule"]
},
"android": {
"modules": ["expo.modules.location.LocationModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.location",
"version": "55.1.8",
"repository": "local-maven-repo"
}
}
}