Files
Bio-Sketch-App/app.json
Carlos Gutierrez 3029582bb4 initial commit
2025-09-02 23:12:22 -04:00

31 lines
641 B
JSON

{
"expo": {
"name": "UC Biosketch App",
"slug": "uc-biosketch-app",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
"splash": {
"image": "./assets/splash.png",
"resizeMode": "contain",
"backgroundColor": "#e60026"
},
"assetBundlePatterns": [
"**/*"
],
"ios": {
"supportsTablet": true
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#e60026"
}
},
"web": {
"favicon": "./assets/favicon.png"
}
}
}