Revert splash screen changes (#9792)

* Revert splash screen changes

This partially reverts commit 0ac5b07bfd.

* Keep android changes
This commit is contained in:
Samuel Newman
2026-01-29 23:23:05 +02:00
committed by GitHub
parent 58f532a495
commit 9ff5b2da50
7 changed files with 161 additions and 19 deletions
+9 -7
View File
@@ -310,15 +310,17 @@ module.exports = function (_config) {
[
'expo-splash-screen',
{
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#EEF5FF', // based on illustration
image: './assets/splash/splash-mobile.png',
resizeMode: 'cover',
dark: {
ios: {
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#446DA9', // based on illustration
image: './assets/splash/splash-mobile-dark.png',
backgroundColor: '#A8CCFF', // primary_200
image: './assets/splash/splash.png',
resizeMode: 'cover',
dark: {
enableFullScreenImage_legacy: true, // iOS only
backgroundColor: '#00398A', // primary_800
image: './assets/splash/splash-dark.png',
resizeMode: 'cover',
},
},
android: {
backgroundColor: '#A8CCFF', // primary_200