{ "expo": { "name": "BWT Holiday", "slug": "frontend", "version": "2.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/groupbwt/bwtAuth.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "plugins": [ [ "expo-image-picker", { "photosPermission": "custom photos permission", "cameraPermission": "Allow $(PRODUCT_NAME) to open the camera", "//": "Disables the microphone permission", "microphonePermission": false } ], [ "expo-notifications", { "color": "#ffffff" } ] ], "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "infoPlist": { "NSCameraUsageDescription": "This app uses the camera to scan barcodes on event tickets.", "NSPhotoLibraryUsageDescription": "Test", "NSMicrophoneUsageDescription ": "Test" }, "bundleIdentifier": "com.holidays.santa" }, "android": { "googleServicesFile": "./google-services.json", "adaptiveIcon": { "foregroundImage": "./assets/icon.png", "backgroundColor": "#FFFFFF" }, "package": "com.holidays.santa" }, "web": { "favicon": "./assets/icon.png" }, "extra": { "eas": { "projectId": "11d4515f-c8f7-4852-9698-46bc219fd834" } } } }