{ "expo": { "newArchEnabled": true, "name": "BarnoinPay", "slug": "barnoinpay-tpe", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/barnoinpay-icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/images/barnoinpay-splash.png", "resizeMode": "contain", "backgroundColor": "#00875A" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.idrissouattara.barnoinpay-mobile", "infoPlist": { "ITSAppUsesNonExemptEncryption": false, "NSAppTransportSecurity": { "NSExceptionDomains": { "51.77.152.180": { "NSIncludesSubdomains": true, "NSExceptionAllowsInsecureHTTPLoads": true } } } } }, "android": { "softwareKeyboardLayoutMode": "pan", "adaptiveIcon": { "foregroundImage": "./assets/beasy_icon.png", "backgroundColor": "#00875A" }, "permissions": [ "android.permission.USE_BIOMETRIC", "android.permission.USE_FINGERPRINT" ], "package": "com.idrissouattara.barnoinpaymobile" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ [ "expo-local-authentication", { "faceIDPermission": "Allow BarnoinPay to use Face ID." } ], [ "expo-dev-launcher", { "launchMode": "launcher" } ], [ "expo-build-properties", { "android": { "usesCleartextTraffic": true } } ], "expo-web-browser" ], "extra": { "eas": { "projectId": "7cec043f-3c93-4935-9880-8a0248135d0c" } }, "runtimeVersion": { "policy": "appVersion" }, "updates": { "url": "https://u.expo.dev/7cec043f-3c93-4935-9880-8a0248135d0c" }, "owner": "barnoin-informatique" } }