nvariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
0
votes
1 Answers
0
votes
Check this out: Same issue #26687
Basically you just need to run:
$ watchman watch-del-all
$ react-native start --reset-cache