{ "expo": { "name": "mobile", "slug": "status-poc", "version": "1.0.3", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.marcelines.statuspoc" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" }, "package": "com.marcelines.statuspoc" }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "e214cc8a-4e7e-4850-8a41-e280ca3a4469" } }, "owner": "marcelines" } }