{ "expo": { "name": "bw-expo-app-v3", "slug": "pro", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "bestaibestwebapp", "userInterfaceStyle": "dark", "newArchEnabled": true, "ios": { "supportsTablet": true }, "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, "package": "com.loomart.bwexpoappv3", "versionCode": 35, "softwareKeyboardLayoutMode": "pan", "permissions": [ "android.permission.RECORD_AUDIO", "android.permission.READ_EXTERNAL_STORAGE", "android.permission.WRITE_EXTERNAL_STORAGE" ] }, "web": { "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-media-library", { "photosPermission": "Allow $(PRODUCT_NAME) to access your photos.", "savePhotosPermission": "Allow $(PRODUCT_NAME) to save photos.", "isAccessMediaLocationEnabled": true, "granularPermissions": [ "audio", "photo" ] } ], [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff", "dark": { "backgroundColor": "#000000" } } ], "expo-video", "expo-audio", "expo-web-browser", "expo-asset" ], "experiments": { "typedRoutes": true }, "extra": { "eas": { "projectId": "d57b3f92-83c9-4ee4-a919-6f9ae47ccfb0" } }, "owner": "imeepos" } }