{ "expo": { "name": "Nuvio", "slug": "nuvio", "version": "1.3.5", "orientation": "default", "backgroundColor": "#020404", "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", "userInterfaceStyle": "dark", "scheme": "nuvio", "newArchEnabled": true, "splash": { "image": "./src/assets/splash-icon-new.png", "resizeMode": "contain", "backgroundColor": "#020404" }, "ios": { "supportsTablet": true, "icon": "./assets/ios/AppIcon.appiconset/Icon-App-60x60@3x.png", "buildNumber": "33", "infoPlist": { "NSAppTransportSecurity": { "NSAllowsArbitraryLoads": true }, "NSBonjourServices": [ "_http._tcp", "_googlecast._tcp", "_CC1AD845._googlecast._tcp" ], "NSLocalNetworkUsageDescription": "Nuvio uses the local network to discover Cast-enabled devices on your WiFi network and to connect to local media servers.", "NSMicrophoneUsageDescription": "This app does not require microphone access.", "UIBackgroundModes": [ "audio" ], "LSSupportsOpeningDocumentsInPlace": true, "UIFileSharingEnabled": true }, "bundleIdentifier": "com.nuvio.app", "associatedDomains": [], "jsEngine": "hermes" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/android/mipmap-xxxhdpi/ic_launcher_foreground.png", "backgroundColor": "#020404" }, "icon": "./assets/android/mipmap-xxxhdpi/ic_launcher.png", "permissions": [ "INTERNET", "WAKE_LOCK", "android.permission.WRITE_SETTINGS" ], "package": "com.nuvio.app", "versionCode": 33, "architectures": [ "arm64-v8a", "armeabi-v7a", "x86", "x86_64" ], "jsEngine": "hermes" }, "extra": { "eas": { "projectId": "909107b8-fe61-45ce-b02f-b02510d306a6" } }, "owner": "nayifleo", "plugins": [ [ "@sentry/react-native/expo", { "url": "https://sentry.io/", "project": "react-native", "organization": "tapframe" } ], "expo-localization", [ "expo-updates", { "username": "nayifleo" } ], "react-native-bottom-tabs", [ "react-native-google-cast", { "receiverAppId": "CC1AD845", "iosStartDiscoveryAfterFirstTapOnCastButton": true } ] ], "updates": { "enabled": true, "checkAutomatically": "ON_ERROR_RECOVERY", "fallbackToCacheTimeout": 30000, "url": "https://ota.nuvioapp.space/api/manifest" }, "runtimeVersion": "1.3.5" } }