small fixes & push to main

This commit is contained in:
c-d-p
2025-04-27 01:45:10 +02:00
parent 62d6b8bdfd
commit 8c13906f2b
4 changed files with 6 additions and 5 deletions

View File

@@ -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",

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 71 KiB