{ "expo": { "name": "chat", "slug": "chat", "version": "1.0.0", "scheme": "chat", "web": { "bundler": "metro", "output": "server", "favicon": "./assets/favicon.png" }, "plugins": [ "expo-router", [ "expo-dev-launcher", { "launchMode": "most-recent" } ] ], "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.chat" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.tilljs.chat" }, "extra": { "router": { "origin": false }, "eas": { "projectId": "67f22a8b-3cae-487d-af1f-55bdaca50e81" } } } }