React Native App crashes on Launch Screen on device

前端 未结 6 2002
轮回少年
轮回少年 2021-02-05 12:50

I\'m starting with React Native, everything works fine in the iOS simulator. I decide to try it on a device.

The app launches, I can play with it, I close/reopen it arou

6条回答
  •  自闭症患者
    2021-02-05 13:42

    This can caused by many issues it seems. Recently this happened to me and I had to search a bit to find out the exact reason. I'll save you guys the trouble by sharing few places I read - https://github.com/facebook/react-native/issues/14500#issuecomment-348063910 - https://github.com/facebook/react-native/issues/17276#issuecomment-357538208

    In my case it was a library issue which I have not linked properly.

    -https://github.com/ivpusic/react-native-image-crop-picker/issues/204

    So yeah! my point is, it's something we have done or not done. Bit more research would help!!!

提交回复
热议问题