same background color as splash image

This commit is contained in:
Jorrin
2024-03-19 22:07:47 +01:00
parent 0ddbc48361
commit ecc216ef62

View File

@@ -13,7 +13,7 @@ const defineConfig = (): ExpoConfig => ({
splash: {
image: "./assets/images/splash.png",
resizeMode: "contain",
backgroundColor: "#ffffff",
backgroundColor: "#000000",
},
updates: {
fallbackToCacheTimeout: 0,