{ "expo": { "name": "MyClub Mobile", "slug": "myclub-mobile", "version": "0.1.0", "sdkVersion": "51.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "scheme": "myclub", "userInterfaceStyle": "automatic", "updates": { "fallbackToCacheTimeout": 0 }, "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" }, "permissions": [ "CAMERA", "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE" ] }, "plugins": [ ["expo-notifications"], ["expo-font"], ["expo-build-properties", { "android": { "compileSdkVersion": 34, "targetSdkVersion": 34, "buildToolsVersion": "34.0.0" }, "ios": { "useFrameworks": "static" } }] ], "extra": { "webUrl": "http://localhost:3000", "apiBaseUrl": null, "eas": { "projectId": "temp-myclub-mobile" } } } }