Skip to content

Commit

Permalink
add map reasoning
Browse files Browse the repository at this point in the history
  • Loading branch information
bwees committed Aug 7, 2024
1 parent e56babb commit b14c42b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@
"favicon": "./assets/favicon.png",
"bundler": "metro"
},
"plugins": ["@config-plugins/detox", "expo-router", "expo-location"]
"plugins": [
"@config-plugins/detox",
"expo-router",
[
"expo-location",
{
"locationAlwaysAndWhenInUsePermission": "Allow location for map display and route planning"
}
]
]
}
}

0 comments on commit b14c42b

Please sign in to comment.