I've recently started working in React Native. I was intrigued by the Hot and Live reload features. However, hot reload isn't working for exactly how it should (instant change). I understand the difference between Hot Reload and Live Reload.
The problem is, whenever I make a change in my file, say profile.js, there's a tooltip saying Hot Reloading.., but the changes I made are not reflected. Now to be clear, I am just changing the font size of a TextView, which is inside the render function. However, if I go to another activity and then come back to profile.js, it reflects the changes.
Is there something I am doing wrong, or is it a bug in the Hot Reload feature?
Any links to other places where I could find answers are totally welcome.