mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:23:24 +00:00
same background color as splash image
This commit is contained in:
@@ -13,7 +13,7 @@ const defineConfig = (): ExpoConfig => ({
|
||||
splash: {
|
||||
image: "./assets/images/splash.png",
|
||||
resizeMode: "contain",
|
||||
backgroundColor: "#ffffff",
|
||||
backgroundColor: "#000000",
|
||||
},
|
||||
updates: {
|
||||
fallbackToCacheTimeout: 0,
|
||||
|
Reference in New Issue
Block a user