Unable to find module for EventDispatcher React Native

后端 未结 5 1956
庸人自扰
庸人自扰 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:30

    This seems to be an issue when using the remote debugger with certain RN versions above 0.58. Using react-native-debugger should solve the issue as it supports RN versions above already.

    It can be downloaded from the following link: https://github.com/jhen0409/react-native-debugger/releases

提交回复
热议问题