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) • 346 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["LocationModule"]
},
"android": {
"modules": ["expo.modules.location.LocationModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.location",
"version": "56.0.15",
"repository": "local-maven-repo"
}
}
}