71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Kliko",
|
|
"slug": "Kliko",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/icon.png",
|
|
"scheme": "kliko",
|
|
"userInterfaceStyle": "automatic",
|
|
"splash": {
|
|
"image": "./assets/images/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"ios": {
|
|
"supportsTablet": true,
|
|
"bundleIdentifier": "nl.maartenvr98.kliko"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/images/adaptive-icon.png",
|
|
"backgroundColor": "#ffffff"
|
|
},
|
|
"package": "nl.maartenvr98.kliko"
|
|
},
|
|
"web": {
|
|
"bundler": "metro",
|
|
"output": "static",
|
|
"favicon": "./assets/images/favicon.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"@rnmapbox/maps",
|
|
{
|
|
"RNMapboxMapsDownloadToken": "sk.eyJ1IjoibWFhcnRlbnZyOTgiLCJhIjoiY2x6Z21wZHdoMWN0dDJrczNxaHNiendrYiJ9.IiCMsfuqMa7YGQOepVoAiA"
|
|
}
|
|
],
|
|
[
|
|
"expo-secure-store",
|
|
{
|
|
"faceIDPermission": "Allow $(PRODUCT_NAME) to access your Face ID biometric data."
|
|
}
|
|
],
|
|
[
|
|
"onesignal-expo-plugin",
|
|
{
|
|
"mode": "production",
|
|
"smallIcons": [
|
|
"./assets/images/ic_stat_onesignal_default.png"
|
|
]
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true
|
|
},
|
|
"extra": {
|
|
"router": {
|
|
"origin": false
|
|
},
|
|
"eas": {
|
|
"projectId": "db25877f-edee-4e82-8afc-6164e4183da0"
|
|
}
|
|
},
|
|
"runtimeVersion": "1.0.0",
|
|
"updates": {
|
|
"url": "https://u.expo.dev/db25877f-edee-4e82-8afc-6164e4183da0"
|
|
}
|
|
}
|
|
}
|