{ "expo": { "name": "ERP Generic", "slug": "erp-generic-mobile", "version": "0.1.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "automatic", "scheme": "erp-generic", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#1e40af" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.erpgeneric.mobile" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#1e40af" }, "package": "com.erpgeneric.mobile" }, "web": { "favicon": "./assets/favicon.png", "bundler": "metro" }, "plugins": [ "expo-router", "expo-secure-store" ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false }, "eas": { "projectId": "your-eas-project-id" } } } }