{ "expo": { "name": "Notifier", "slug": "notifier", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "notifier", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true }, "android": { "useNextNotificationsApi": true, "googleServicesFile": "./google-services.json", "adaptiveIcon": { "backgroundColor": "#E6F4FE", "foregroundImage": "./assets/images/icon.png" }, "edgeToEdgeEnabled": true, "predictiveBackGestureEnabled": false, "package": "com.gansejunge.notifier" }, "web": { "output": "static", "favicon": "./assets/images/icon.png" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff", "dark": { "backgroundColor": "#000000" } } ] ], "experiments": { "typedRoutes": true, "reactCompiler": true }, "extra": { "router": {}, "eas": { "projectId": "361036ad-f0cf-41d1-ba27-d3f39f6019dc" } } } }