76 lines
1.8 KiB
JSON
76 lines
1.8 KiB
JSON
{
|
|
"expo": {
|
|
"name": "Info target",
|
|
"slug": "info-target",
|
|
"version": "1.0.0",
|
|
"orientation": "portrait",
|
|
"icon": "./assets/images/logo.png",
|
|
"scheme": "infotarget",
|
|
"userInterfaceStyle": "automatic",
|
|
"newArchEnabled": true,
|
|
"ios": {
|
|
"supportsTablet": true
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"backgroundColor": "#E6F4FE",
|
|
"foregroundImage": "./assets/images/logo.png",
|
|
"backgroundImage": "./assets/images/logo.png",
|
|
"monochromeImage": "./assets/images/logo.png"
|
|
},
|
|
"edgeToEdgeEnabled": true,
|
|
"predictiveBackGestureEnabled": false,
|
|
"package": "com.felix.infotarget",
|
|
"versionCode": 1
|
|
},
|
|
"web": {
|
|
"output": "static",
|
|
"favicon": "./assets/images/logo.png"
|
|
},
|
|
"plugins": [
|
|
"expo-router",
|
|
[
|
|
"expo-navigation-bar",
|
|
{
|
|
"backgroundColor": "#0f172a",
|
|
"barStyle": "light",
|
|
"borderColor": "#1f2937",
|
|
"visibility": "visible",
|
|
"behavior": "inset-swipe",
|
|
"position": "relative"
|
|
}
|
|
],
|
|
[
|
|
"expo-splash-screen",
|
|
{
|
|
"image": "./assets/images/logo.png",
|
|
"imageWidth": 200,
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#ffffff",
|
|
"dark": {
|
|
"backgroundColor": "#000000"
|
|
}
|
|
}
|
|
]
|
|
],
|
|
"experiments": {
|
|
"typedRoutes": true,
|
|
"reactCompiler": true
|
|
},
|
|
"extra": {
|
|
"router": {},
|
|
"expo-navigation-bar": {
|
|
"backgroundColor": "#0f172a",
|
|
"barStyle": "light",
|
|
"borderColor": "#1f2937",
|
|
"visibility": "visible",
|
|
"behavior": "inset-swipe",
|
|
"position": "relative"
|
|
},
|
|
"eas": {
|
|
"projectId": "9a281404-9d04-4493-b630-66c35af03ace"
|
|
}
|
|
}
|
|
}
|
|
}
|