I\'m a bit confused here. When I\'m debugging a React Native Application, I usually enable both Hot Reloading and Live Reloading. I want to know what is th
Hot reload just displays the code changes according to new code changes without restarting the app from start and it effects only on the changed code.
but its good when just styling the components when adding/changing JS code it creates problems.
For that Live reload or rr works good