chore: fix name icon

This commit is contained in:
2026-02-23 20:30:51 +01:00
parent 436469d0bf
commit c51188857c
2 changed files with 55 additions and 55 deletions
+3 -3
View File
@@ -8,7 +8,7 @@
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
"newArchEnabled": true, "newArchEnabled": true,
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./assets/icon.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
@@ -19,7 +19,7 @@
"android": { "android": {
"package": "com.uberstup.adminpanel", "package": "com.uberstup.adminpanel",
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/icon.png",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
"edgeToEdgeEnabled": true, "edgeToEdgeEnabled": true,
@@ -30,7 +30,7 @@
] ]
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/icon.png"
}, },
"plugins": [ "plugins": [
"expo-font", "expo-font",
+3 -3
View File
@@ -8,7 +8,7 @@
"userInterfaceStyle": "dark", "userInterfaceStyle": "dark",
"newArchEnabled": true, "newArchEnabled": true,
"splash": { "splash": {
"image": "./assets/splash-icon.png", "image": "./assets/icon.png",
"resizeMode": "contain", "resizeMode": "contain",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
@@ -18,7 +18,7 @@
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png", "foregroundImage": "./assets/icon.png",
"backgroundColor": "#000000" "backgroundColor": "#000000"
}, },
"edgeToEdgeEnabled": true, "edgeToEdgeEnabled": true,
@@ -31,7 +31,7 @@
] ]
}, },
"web": { "web": {
"favicon": "./assets/favicon.png" "favicon": "./assets/icon.png"
}, },
"plugins": [ "plugins": [
"expo-font", "expo-font",