Unable to find module for EventDispatcher React Native

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

    I've started receiving this error after upgrading RN from v0.57.3 to v0.58.6. Running packager with yarn start -reset-cache / react-native start --reset-cache fixed the issue for me.

提交回复
热议问题