{ "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" }, "package": "tech.damngood.PliWould" }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router" ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false }, "eas": { "projectId": "bf9125c3-72d0-42a7-9480-74c4717e7ed3" } } } }