small fixes & push to main
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,3 +24,4 @@ interfaces/nativeapp/.DS_Store
|
||||
interfaces/nativeapp/*.pem
|
||||
interfaces/nativeapp/.env*.local
|
||||
interfaces/nativeapp/*.tsbuildinfo
|
||||
interfaces/nativeapp/releases
|
||||
|
||||
BIN
MAIA_ICON.xcf
Normal file
BIN
MAIA_ICON.xcf
Normal file
Binary file not shown.
@@ -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 |
Reference in New Issue
Block a user