crazycodeboy / react-native-splash-screen

A splash screen for react-native, hide when application loaded ,it works on iOS and Android.
MIT License
5.6k stars 1.09k forks source link

Ios 14 splash screen not showing #509

Open yoojeen126 opened 3 years ago

yoojeen126 commented 3 years ago

version : v3.2.0 OS : ios 14.1 react native version : 0.63.3 test device : iphone 11 pro, iphone 8, iphone se.

I tested 3 devices iphone 11 pro, iphone 8, iphone se. But only appear on iphone 11 pro. I think this issue only show in what is no home button device . And may be issue are founded from ios 14 version

yoojeen126 commented 3 years ago

I fixed it. Before i had use full size image splash screen without bacground, after using only small image with background then showing now. Maybe the image size to big(3000x3000).