Skip to content

Commit

Permalink
add more location strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Aug 7, 2024
1 parent b14c42b commit 12f38b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow location for map display and route planning"
"locationAlwaysAndWhenInUsePermission": "Allow location for map display and route planning",
"locationAlwaysPermission": "Allow location for map display and route planning",
"locationWhenInUsePermission": "Allow location for map display and route planning"
}
]
]
Expand Down

0 comments on commit 12f38b3

Please sign in to comment.