{ "expo": { "name": "MoreThanADiagnosis", "slug": "morethanadiagnosis", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTabletMode": true, "bundleIdentifier": "com.morethanadiagnosis.app" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.morethanadiagnosis" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router" ], "updates": { "url": "https://u.expo.dev/your-project-id" }, "runtimeVersion": { "policy": "appVersion" }, "extra": { "eas": { "projectId": "your-project-id" } } } }