Upgrade to mapbox

This commit is contained in:
Maarten 2024-08-05 09:22:13 +02:00
parent 8b9af2c887
commit f8ab9702b6
73 changed files with 4040 additions and 28 deletions

View file

@ -13,7 +13,8 @@
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "nl.maartenvr98.kliko"
},
"android": {
"adaptiveIcon": {
@ -34,10 +35,12 @@
},
"plugins": [
"expo-router",
"@rnmapbox/maps",
{
"RNMapboxMapsDownloadToken": "pk.eyJ1IjoibWFhcnRlbnZyOTgiLCJhIjoiY2x6ZDFqMGp1MGVyejJrczhqcXpvYm9iYiJ9.XvYcL62dWiJQiFmG6mOoug"
}
[
"@rnmapbox/maps",
{
"RNMapboxMapsDownloadToken": "sk.eyJ1IjoibWFhcnRlbnZyOTgiLCJhIjoiY2x6Z21wZHdoMWN0dDJrczNxaHNiendrYiJ9.IiCMsfuqMa7YGQOepVoAiA"
}
]
],
"experiments": {
"typedRoutes": true