{ "expo": { "name": "matrix", "slug": "matrix", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "led.matrix", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "package": "de.starappeal.ledmatrix" }, "web": { "bundler": "metro", "output": "server", "favicon": "./assets/images/favicon.png" }, "plugins": [ [ "expo-splash-screen", { "image": "./assets/images/splash-icon.png", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-secure-store" ], "experiments": { "typedRoutes": true }, "extra": { "router": { "origin": false }, "eas": { "projectId": "6c7ada5a-fcc7-4d36-a056-c542c6d13dac" } } } }