mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
same background color as splash image
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user