{ "expo": { "name": "movie-web", "slug": "mw-mobile", "version": "1.0.0", "orientation": "portrait", "scheme": "dev.movieweb.app", "userInterfaceStyle": "automatic", "icon": "./assets/images/icon.png", "splash": { "image": "./assets/images/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "jsEngine": "jsc", "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "dev.movieweb.app" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#FFFFFF" }, "package": "dev.movieweb.app" }, "web": { "favicon": "./assets/images/favicon.png", "bundler": "metro" }, "plugins": [ "expo-router", [ "@config-plugins/detox", { "skipProguard": false, "subdomains": ["10.0.2.2", "localhost"] } ] ], "experiments": { "typedRoutes": true } } }