{ "expo": { "name": "Mail", "slug": "mail", "version": "1.0.0", "scheme": "mail", "web": { "bundler": "metro", "output": "static", "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", "expo-web-browser", "expo-font", "expo-secure-store", [ "expo-document-picker", { "iCloudContainerEnvironment": "Production" } ] ], "experiments": { "typedRoutes": true, "tsconfigPaths": true }, "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.manacore.mail", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.manacore.mail" }, "extra": { "router": {}, "eas": { "projectId": "" } } } }