{ "expo": { "name": "switter", "slug": "switter", "version": "1.0.1", "orientation": "portrait", "icon": "./assets/switterappicon.png", "userInterfaceStyle": "light", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "win.swifter.switter" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/swittertrans.png", "backgroundColor": "#ffffff" }, "package": "win.swifter.switter" }, "web": { "favicon": "./assets/swittertrans.png" }, "extra": { "eas": { "projectId": "30cf001f-264e-4127-bba3-f59c5290a254" } }, "owner": "switterapp" } }