0% found this document useful (0 votes)
6 views1 page

mediVault_AI App Configuration Details

Uploaded by

Aqib khan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views1 page

mediVault_AI App Configuration Details

Uploaded by

Aqib khan
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"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
}
}
}

You might also like