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: { splash: {
image: "./assets/images/splash.png", image: "./assets/images/splash.png",
resizeMode: "contain", resizeMode: "contain",
backgroundColor: "#ffffff", backgroundColor: "#000000",
}, },
updates: { updates: {
fallbackToCacheTimeout: 0, fallbackToCacheTimeout: 0,