React native app stuck on splash screen on device but works in simulator

后端 未结 15 2092
南笙
南笙 2021-02-01 01:27

My React Native app works in the XCode simulator with no issues, but when I run in a physical device, my iPhone, there\'s a problem. The app launches and gets stuck on the React

15条回答
  •  一整个雨季
    2021-02-01 02:07

    I am facing same issue when I upload release on TestFlight, so what I did is

    react-native link react-native-splash-screen
    

    because some how my splash screen plugin is unlinked. This works for me.

提交回复
热议问题