small fixes & push to main
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"expo": {
|
||||
"name": "webapp",
|
||||
"name": "MAIA",
|
||||
"slug": "webapp",
|
||||
"version": "1.0.0",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"userInterfaceStyle": "light",
|
||||
"icon": "./src/assets/MAIA_ICON.png",
|
||||
"userInterfaceStyle": "dark",
|
||||
"newArchEnabled": true,
|
||||
"splash": {
|
||||
"image": "./assets/splash-icon.png",
|
||||
"image": "./src/assets/MAIA_ICON.png",
|
||||
"resizeMode": "contain",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
@@ -17,7 +17,7 @@
|
||||
},
|
||||
"android": {
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/adaptive-icon.png",
|
||||
"foregroundImage": "./src/assets/MAIA_ICON.png",
|
||||
"backgroundColor": "#ffffff"
|
||||
},
|
||||
"softwareKeyboardLayoutMode": "resize",
|
||||
|
||||
Reference in New Issue
Block a user