{ "expo": { "name": "Hoshi AI", "slug": "ai_questions_app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "aiquestionsapp", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true, "infoPlist": { "NSCameraUsageDescription": "$(PRODUCT_NAME) needs access to your Camera." }, "bundleIdentifier": "com.anonymous.ai-questions-app" }, "android": { "adaptiveIcon": { "backgroundColor": "#E6F4FE", "foregroundImage": "./assets/images/android-icon-foreground.png", "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "permissions": ["android.permission.CAMERA"], "package": "com.anonymous.ai_questions_app" }, "web": { "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff", "dark": { "backgroundColor": "#000000" } } ], "expo-secure-store", [ "react-native-vision-camera", { "cameraPermissionText": "$(PRODUCT_NAME) needs access to your Camera.", "enableCodeScanner": true } ] ], "experiments": { "typedRoutes": true, "reactCompiler": true } } }