update android splash screen with new icon

This commit is contained in:
Samuel Newman
2025-10-30 11:46:42 +02:00
parent 55b3474ad2
commit ac50e11083
4 changed files with 5 additions and 5 deletions
+5 -5
View File
@@ -42,7 +42,7 @@ module.exports = function (_config) {
}, },
icon: './assets/app-icons/ios_icon_default_next.png', icon: './assets/app-icons/ios_icon_default_next.png',
userInterfaceStyle: 'automatic', userInterfaceStyle: 'automatic',
primaryColor: '#1083fe', primaryColor: '#006aff',
newArchEnabled: false, newArchEnabled: false,
ios: { ios: {
supportsTablet: false, supportsTablet: false,
@@ -180,7 +180,7 @@ module.exports = function (_config) {
foregroundImage: './assets/icon-android-foreground.png', foregroundImage: './assets/icon-android-foreground.png',
monochromeImage: './assets/icon-android-foreground.png', monochromeImage: './assets/icon-android-foreground.png',
backgroundImage: './assets/icon-android-background.png', backgroundImage: './assets/icon-android-background.png',
backgroundColor: '#006AFF', backgroundColor: '#006aff',
}, },
googleServicesFile: './google-services.json', googleServicesFile: './google-services.json',
package: 'xyz.blueskyweb.app', package: 'xyz.blueskyweb.app',
@@ -309,12 +309,12 @@ module.exports = function (_config) {
}, },
}, },
android: { android: {
backgroundColor: '#0c7cff', backgroundColor: '#006aff',
image: './assets/splash-android-icon.png', image: './assets/splash-icon-android.png',
imageWidth: 150, imageWidth: 150,
dark: { dark: {
backgroundColor: '#0c2a49', backgroundColor: '#0c2a49',
image: './assets/splash-android-icon-dark.png', image: './assets/splash-icon-android.png',
imageWidth: 150, imageWidth: 150,
}, },
}, },
Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 KiB