- I just removed launchscreen.storyboard in Xcode.
- I will use my own splash screen.
CodePudding user response:
There is no built-in way to do this, but you can try one of the following:
Use the react-native-hide-splash-screen package.
Use the react-native-launch-screen package.
Modify your app's Info.plist file to include the "UILaunchStoryboardName" key with a value of "None".
Remove the "Main storyboard file base