{ "expo": { "name": "humans_mobile-client", "slug": "humans_mobile-client", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "humans", "userInterfaceStyle": "automatic", "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "deploymentTarget": "16.0", "supportsTablet": true, "bundleIdentifier": "com.NicolasCanut.humans", "infoPlist": { "NSCameraUsageDescription": "Allow $(PRODUCT_NAME) to access your camera", "NSMicrophoneUsageDescription": "Allow $(PRODUCT_NAME) to access your microphone", "ITSAppUsesNonExemptEncryption": false } }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png" }, "package": "com.NicolasCanut.humans", "permissions": [ "android.permission.CAMERA" ] }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "splash": { "image": "./assets/images/logo.png" }, "plugins": [ "expo-router", "expo-barcode-scanner", "react-native-vision-camera" ], "extra": { "router": { "origin": false }, "eas": { "projectId": "572cd59e-27b4-4496-a305-6065c601ec32" } } } }