{ "expo": { "name": "picture", "slug": "picture", "version": "1.0.0", "scheme": "picture", "web": { "bundler": "metro", "output": "single", "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", "expo-web-browser" ], "experiments": { "typedRoutes": true, "tsconfigPaths": true }, "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.tilljs.picture", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.tilljs.picture" }, "extra": { "router": {}, "eas": { "projectId": "a74891be-7ff7-420c-9ff0-d33c37a59e5a" } } } }