How do I get a RN launch image (for an iOS app) to show up in the XCode simulator? I have Launch Image Sources set to LaunchImages, Launch Screen File set to LaunchScreen and have the files (e.g. [email protected]) in the Images.xcassets/LaunchImage.launchimage directory, but am not seeing the launch image showing up when I load. It still has the white screen "Powered by React Native" instead.
0
votes
2 Answers
0
votes
0
votes
This might be old, but alternatively you can add an Image View
to your .xib an just place your image inside of it. I also posted a more in depth answer HERE.