{ "expo": { "name": "Astra", "slug": "astra-mobile", "version": "0.1.0", "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "astra", "userInterfaceStyle": "dark", "backgroundColor": "#000000", "ios": { "supportsTablet": true }, "android": { "package": "com.astra.mobile", "backgroundColor": "#000000", "adaptiveIcon": { "backgroundColor": "#000000", "foregroundImage": "./assets/images/android-icon-foreground.png", "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "predictiveBackGestureEnabled": false }, "web": { "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", "expo-asset", [ "expo-camera", { "cameraPermission": "Allow Astra to scan desktop pairing QR codes." } ], [ "expo-splash-screen", { "backgroundColor": "#000000", "android": { "image": "./assets/images/splash-icon.png", "imageWidth": 96, "backgroundColor": "#000000" } } ], [ "expo-build-properties", { "android": { "usesCleartextTraffic": true } } ] ], "experiments": { "typedRoutes": true, "reactCompiler": true } } }