{ "expo": { "android": { "adaptiveIcon": { "backgroundColor": "#E6F4FE", "backgroundImage": "./assets/images/android-icon-background.png", "foregroundImage": "./assets/images/android-icon-foreground.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false }, "experiments": { "reactCompiler": true, "typedRoutes": true }, "icon": "./assets/images/icon.png", "ios": { "supportsTablet": true }, "name": "mobile", "newArchEnabled": true, "orientation": "portrait", "plugins": [ "expo-router", [ "expo-splash-screen", { "backgroundColor": "#ffffff", "dark": { "backgroundColor": "#000000" }, "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain" } ] ], "scheme": "mobile", "slug": "mobile", "userInterfaceStyle": "automatic", "version": "1.0.0", "web": { "favicon": "./assets/images/favicon.png", "output": "static" } } }