Files
doors-wallpaper/app.json
2024-09-28 13:17:55 +01:00

44 lines
977 B
JSON

{
"expo": {
"name": "Doors Wallpaper",
"slug": "doors",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "doors",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#010101"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "art.doorsapp.ios"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
},
"package": "art.doorsapp.android"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
],
"experiments": {
"typedRoutes": true
},
"extra": {
"eas": {
"projectId": "c4413242-8603-45ad-a172-2258cd06190f"
}
}
}
}