{ "expo": { "name": "mobile-app", "slug": "mobile-app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true }, "android": { "permissions": [ "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE" ], "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "com.emacaga.mobileapp" }, "web": { "favicon": "./assets/favicon.png" }, "extra": { "eas": { "projectId": "2a75751f-3867-4465-8c1d-6832a25c2b44" } } } }