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
Stop remote JS debugging and then reload the app
remote JS debugging
It will give you the appropriate error message, most likely missing some render on one of your components. That fixed it for me.