PliWould/app.json

47 lines
1.0 KiB
JSON
Raw Normal View History

{
"expo": {
"name": "PliWould",
"slug": "PliWould",
"scheme": "tech.damngood.PliWould",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"entrypoint": "./app/app.tsx",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/images/splash.png",
"resizeMode": "contain",
"backgroundColor": "#ffffff"
},
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/images/adaptive-icon.png",
"backgroundColor": "#ffffff"
2024-07-01 22:01:25 +02:00
},
"package": "tech.damngood.PliWould"
},
"web": {
"bundler": "metro",
"output": "static",
"favicon": "./assets/images/favicon.png"
},
"plugins": [
"expo-router"
],
"experiments": {
"typedRoutes": true
2024-07-01 22:01:25 +02:00
},
"extra": {
"router": {
"origin": false
},
"eas": {
"projectId": "bf9125c3-72d0-42a7-9480-74c4717e7ed3"
}
}
}
}