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",
"newArchEnabled": true,
"splash": {
"image": "./assets/splash-icon.png",
"image": "./assets/icon.png",
"resizeMode": "contain",
"backgroundColor": "#000000"
},
@@ -18,7 +18,7 @@
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"foregroundImage": "./assets/icon.png",
"backgroundColor": "#000000"
},
"edgeToEdgeEnabled": true,
@@ -31,7 +31,7 @@
]
},
"web": {
"favicon": "./assets/favicon.png"
"favicon": "./assets/icon.png"
},
"plugins": [
"expo-font",