{ "expo": { "name": "Astra", "slug": "astra-mobile", "platforms": ["android"], "orientation": "default", "icon": "./assets/images/icon.png", "scheme": "astra", "userInterfaceStyle": "automatic", "backgroundColor": "#000000", "ios": { "supportsTablet": true }, "android": { "package": "io.github.boof2015.astra", "backgroundColor": "#000000", "adaptiveIcon": { "backgroundColor": "#05070A", "foregroundImage": "./assets/images/android-icon-foreground.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 and EQ preset QR codes.", "recordAudioAndroid": false } ], [ "expo-splash-screen", { "backgroundColor": "#05070A", "android": { "image": "./assets/images/splash-icon.png", "imageWidth": 182, "backgroundColor": "#05070A" } } ], [ "expo-build-properties", { "android": { "usesCleartextTraffic": true } } ], "expo-sharing", "./plugins/withAstraAndroidRelease" ], "experiments": { "typedRoutes": true, "reactCompiler": true } } }