{ "expo": { "name": "beenvoice", "slug": "beenvoice", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "beenvoice", "userInterfaceStyle": "automatic", "ios": { "supportsTablet": true, "bundleIdentifier": "com.beenvoice.app", "icon": "./assets/beenvoice.icon", "infoPlist": { "NSFaceIDUsageDescription": "Unlock beenvoice with Face ID when returning to the app." } }, "android": { "adaptiveIcon": { "backgroundColor": "#D9D9D9", "foregroundImage": "./assets/images/android-icon-foreground.png", "backgroundImage": "./assets/images/android-icon-background.png", "monochromeImage": "./assets/images/android-icon-monochrome.png" }, "predictiveBackGestureEnabled": false }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-dev-client", "expo-router", "expo-secure-store", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#D9D9D9" } ], [ "expo-widgets", { "groupIdentifier": "group.com.beenvoice.app" } ], [ "expo-local-authentication", { "faceIDPermission": "Unlock beenvoice with Face ID when returning to the app." } ], "@react-native-community/datetimepicker" ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false } } } }