{ "expo": { "name": "Condopay Mobile", "slug": "condomob", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "bundleIdentifier": "com.okcomputer.condopay" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "permissions": ["INTERNET"], "package": "com.okcomputer.condopay" }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "1af9def8-ac59-42a0-b40e-76cf8a58bd23" } } } }