Splash screen resizeMode not working

Expo’s documentation on splash screen(https://docs.expo.io/versions/latest/guides/splash-screens/) says that we can use “300x300” for resizeMode, but it doesn’t seem to work. I always get the same splash screen as I would get if I had used “contain”.

Hey @guna_shekar02,

300x300 is not a valid value for the resizeMode property. Those image dimensions are just shown in that example to demonstrate how resizeMode works with regards to image sizes. The two options you can use are cover and contain.

Cheers,
Adam

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