{ "expo": { "name": "BatteryAsAService", "slug": "BatteryAsAService", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/icon.png", "scheme": "batteryasaservice", "userInterfaceStyle": "light", "newArchEnabled": true, "splash": { "image": "./assets/images/splash-icon.png", "resizeMode": "contain", "backgroundColor": "#252A34" }, "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/adaptive-icon.png", "backgroundColor": "#ffffff" }, "edgeToEdgeEnabled": true, "package": "com.vinayjangra01.BatteryAsAService" }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/favicon.png" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "backgroundColor": "#252A34", "image": "./assets/images/splash-icon.png", "imageWidth": 200 } ] ], "experiments": { "typedRoutes": true }, "extra": { "router": {}, "eas": { "projectId": "d91c064f-5483-45be-b301-d8f036e7df09" } } } }