Expo splash screen is white with logo before changing to black with logo

I’m on expo SDK 47. Only on iOS we are having issues with our splash screen briefly showing a white background with our image before switching to the black we have set in our app.json. Our app json is as follows for the splash screen:

“splash”: {
“image”: “./assets/splash.png”,
“resizeMode”: “contain”,
“backgroundColor”: “#1E1D27
},

I have created a little clip that shows when launching our app the splash screen is white with our image and then swaps to the actual background color with our image: Imgur: The magic of the Internet

On android it only shows the black background with our logo image. Any ideas on why iOS would be different? I tried clearing the build cache with --clear-cache but that didn’t change anything.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.