While developing with react native, you may come across unexpected react native errors. One react native error I recently faced is as following:
Module AppRegistry is not a registered callable module (calling runApplication) React Native Error Fix

Fixing this react native issue is pretty simple. All, you need to do is to terminate nodeJS process with pkill node command and rebuild the app with either react-native run-android or react-native run-ios command.
