Question Detail

Module HMRClient is not a registered callable module (calling enable) React Native

4 years ago Views 3291 Visit Post Reply

I have created New React Native Project and start using Props it gives me Error Unable to load script from assets index.android.bundle I resolve this error but after resolving this error I got a new issue about Module HMRClient is not a registered callable module Why this error is raised before the props my project was working fine. How can resolve this issue?


Thread Reply

Anonymous

- 4 years ago

Sometime Module HMRClient is not a registered callable module this issue raise when you enabled Hot Reload.

you have to disable Hot Reloading

  1. Shake your Mobile
  2. Popup appear on Mobile select Disable Hot Reloading
  3. Run your project Again 
  4. Error is gone