{ "expo": { "name": "wpd-mobileapp", "slug": "wpd-mobileapp", "version": "1.0.0", "orientation": "portrait", "icon": "./app/assets/icon.png", "splash": { "image": "./app/assets/icons/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "infoPlist": { "NSCameraUsageDescription": "Enable Camera Acess so that you can record Videos", "NSPhotoLibraryUsageDescription": "Enable Camera Roll Access so that you can select Other Videos from Camera Roll" } }, "android": { "adaptiveIcon": { "foregroundImage": "./app/assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" } }, "web": { "favicon": "./app/assets/favicon.png" }, "description": "", "packagerOpts": { "config": "metro.config.js", "sourceExts": [ "expo.ts", "expo.tsx", "expo.js", "expo.jsx", "ts", "tsx", "js", "jsx", "json", "wasm", "svg" ] } } }