Unable to find module for EventDispatcher React Native

后端 未结 5 1949
庸人自扰
庸人自扰 2020-12-23 18:46

On starting application using react-native run-ios its showing error on simulator Unable to find module for EventDispatcher

5条回答
  •  攒了一身酷
    2020-12-23 19:27

    Stop remote JS debugging and then reload the app

    It will give you the appropriate error message, most likely missing some render on one of your components. That fixed it for me.

提交回复
热议问题