POCLocationGather/app.json

15 lines
269 B
JSON

{
"name": "POCLocationGather",
"displayName": "POCLocationGather",
"expo": {
"plugins": [
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow $(PRODUCT_NAME) to use your location."
}
]
]
}
}