Question Detail
Module HMRClient is not a registered callable module (calling enable) React Native
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
- 3 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
- Shake your Mobile
- Popup appear on Mobile select Disable Hot Reloading
- Run your project Again
- Error is gone
Something More