I have deleted the default Launch Screen file that React Native created and instead created a Launch Image. When I run the app in the simulator the Launch Image is being displayed but when I archive the project and open it via Testflight it still shows the old React Native Launch screen. Am I missing something? Is there a cache that I'm missing? I have cleaned the project but that didn't help.
1
votes
Hmm interesting. A different solution could be renaming the launch image something else like 'LaunchImage2' and trying it that way. Just in case the original image is persisting somewhere.
- Casey West
@CaseyWest that actually helped so thank you! Still strange though
- mxmtsk
Cheers, posted an answer so I remember where this post is. Going to test and see if I can figure out why the original persists when it shouldn't.
- Casey West
2 Answers
1
votes
0
votes
I also encountered a similar situation. The launch image only showed up when i deleted the app from the simulator and run the app again.
Launch Image not showing up in iOS application (using Images.xcassets)