{ "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", "dark": { "image": "./assets/images/splash-icon-dark.png", "backgroundColor": "#000000" }, "imageWidth": 200 } ] ], "experiments": { "typedRoutes": true } } }