{ "expo": { "name": "Figgos", "slug": "figgos", "version": "1.0.0", "scheme": "figgos", "web": { "bundler": "metro", "output": "static", "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.memoro.figgos", "infoPlist": { "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.memoro.figgos" }, "extra": { "router": { "origin": false }, "eas": { "projectId": "cd5ac6b1-3491-4205-b0d3-3f8c081bae06" } }, "owner": "memoro" } }