On starting application using react-native run-ios its showing error on simulator Unable to find module for EventDispatcher
react-native run-ios
Unable to find module for EventDispatcher
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.
v0.57.3
v0.58.6
yarn start -reset-cache
react-native start --reset-cache