{ "expo": { "name": "Nuvio", "slug": "nuvio", "version": "1.0.0", "orientation": "default", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": true, "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true } }, "bundleIdentifier": "com.nuvio.app" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "permissions": [ "INTERNET", "WAKE_LOCK" ], "package": "com.nuvio.app", "enableSplitAPKs": true }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "909107b8-fe61-45ce-b02f-b02510d306a6" } }, "owner": "nayifleo" } }