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?
- 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
Hot Questions