Update config

(cherry picked from commit eac421966dfdee99d4c818ac07835a2a97e7590f)
This commit is contained in:
Eric Bailey
2026-01-28 19:34:20 -06:00
parent 0910f8bccf
commit 6705b2253d
3 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -311,22 +311,22 @@ module.exports = function (_config) {
'expo-splash-screen',
{
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#EEF5FF',
backgroundColor: '#EEF5FF', // based on illustration
image: './assets/splash/splash-mobile.png',
resizeMode: 'cover',
dark: {
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#446DA9',
backgroundColor: '#446DA9', // based on illustration
image: './assets/splash/splash-mobile-dark.png',
resizeMode: 'cover',
},
android: {
backgroundColor: '#EEF5FF',
image: './assets/splash/android-splash-logo-light.png',
backgroundColor: '#A8CCFF', // primary_200
image: './assets/splash/android-splash-logo-white.png',
imageWidth: 100,
dark: {
backgroundColor: '#335890',
image: './assets/splash/android-splash-logo-dark.png',
backgroundColor: '#00398A', // primary_800
image: './assets/splash/android-splash-logo-white.png',
imageWidth: 100,
},
},
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB