iOS Launch screen in React Native

后端 未结 13 918
时光取名叫无心
时光取名叫无心 2020-12-04 05:44

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\

13条回答
  •  -上瘾入骨i
    2020-12-04 06:12

    You should set the launch screen image source as your image set. Afterwards delete the LauncScreen.xib file. Afterwards do a global search in your project and remove all references to LaunchScreen.xib (look in your entire project. I user sublime text editor so it's cmd+shift+f) and it should work.

提交回复
热议问题