{ "expo": { "name": "beasy-mobile", "slug": "beasy-mobile", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/beasy_icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/beasy_splash.png", "resizeMode": "cover", "backgroundColor": "#00875A" }, "assetBundlePatterns": ["**/*"], "ios": { "supportsTablet": true, "bundleIdentifier": "com.idrissouattara.beasy-mobile" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "permissions": [ "android.permission.USE_BIOMETRIC", "android.permission.USE_FINGERPRINT" ], "package": "com.idrissouattara.beasymobile" }, "web": { "favicon": "./assets/favicon.png" }, "plugins": [ [ "expo-local-authentication", { "faceIDPermission": "Allow B-Easy to use Face ID." } ], [ "expo-dev-launcher", { "launchMode": "most-recent" } ], [ "expo-build-properties", { "android": { "usesCleartextTraffic": true } } ] ], "extra": { "eas": { "projectId": "5fb441c9-b1c8-4a96-a132-3295cd732a55" } } } }