Open mydesweb opened 15 hours ago
@mydesweb Looks like an issue in your project. Is your BootSplash.storyboard
correctly added in your bundle resource, in dev and in release?
@zoontek just checked and all files are in place. I executed again react-native generate-bootsplash
command, in Xcode -> Launch Screen File is empty and if I manually select BootSplash.storyboard is automatically removed and remain empty.
anyway, it started to work normally after I created a new build just for your records Xcode -> Launch Screen File is still empty, I don't know if it is OK or not
Before submitting a new issue
Bug summary
I started to see this issue on iPhone 11 (production build) - in Simulator everything works as expected..
https://github.com/user-attachments/assets/715ab0d9-fab3-4ee3-9ac9-7c879c9cff74
If you check my screen recording video, you will see that initially BootSplash is presented without the logo, then the logo is displayed for a very short time.
Another thing I notice is even I select BootSplash.storyboard under Xcode -> Launch Screen File it is automatically getting removed and remain empty, anyway in Info.plist -> Launch screen interface file base name is set to BootSplash (without .storyboard extension) as it should be.
Library version
6.2.6
Environment info
Steps to reproduce
Reproducible sample code