I\'m working with a React Native app and I\'m trying to set a customize launch screen but I\'m not able to.
React Native creates a LaunchScreen.xib by default, so I\
If you want to use the existing Launch Screen .xib file React Native initially has set up, but with your own logo and background color (and without any of the React Native default text), you can follow the instructions here: https://medium.com/@kelleyannerose/react-native-ios-splash-screen-in-xcode-bd53b84430ec.