Skip to content

Commit f4dce05

Browse files
committed
fix: Splash screen
1 parent c482a04 commit f4dce05

File tree

6 files changed

+2
-6
lines changed

6 files changed

+2
-6
lines changed

mobile/app.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,8 @@
8888
}
8989
},
9090
"splash": {
91-
"image": "./assets/mipmap-hdpi/android_splash.png",
92-
"mdpi": "./assets/mipmap-mdpi/android_splash.png",
93-
"hdpi": "./assets/mipmap-hdpi/android_splash.png",
94-
"xhdpi": "./assets/mipmap-xhdpi/android_splash.png",
95-
"xxhdpi": "./assets/mipmap-xxhdpi/android_splash.png",
96-
"xxxhdpi": "./assets/mipmap-xxxhdpi/android_splash.png"
91+
"backgroundColor": "#36797d",
92+
"image": "./assets/notification/adaptive-icon-foreground.png"
9793
},
9894
"googleServicesFile": "./google-services.json",
9995
"permissions": [
-3.45 KB
Binary file not shown.
-1.97 KB
Binary file not shown.
-4.98 KB
Binary file not shown.
-8.01 KB
Binary file not shown.
-11.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)