mediVault_AI App Configuration Details
AI-enhanced title
"expo": { "name": "mediVault_AI", "slug": "mediVault_AI", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/images/[Link]", "scheme": "myapp", "userInterfaceStyle": "automatic", "newArchEnabled": true, "ios": { "supportsTablet": true }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/images/[Link]", "backgroundColor": "#ffffff" }, "permissions": [ "READ_EXTERNAL_STORAGE", "WRITE_EXTERNAL_STORAGE", "ACCESS_MEDIA_LOCATION" ] }, "web": { "bundler": "metro", "output": "static", "favicon": "./assets/images/[Link]" }, "plugins": [ "expo-router", [ "expo-splash-screen", { "image": "./assets/images/[Link]", "imageWidth": 200, "resizeMode": "contain", "backgroundColor": "#ffffff" } ], "expo-sqlite" ], "experiments": { "typedRoutes": true } }}