flycloud7788
flycloud7788

Reputation: 31

React Native hot reloading result in full reload after upgrade

Recently I have upgraded my React Native app from 0.48 to 0.55. After upgrade, hot reloading is not working any more.

Any changes to files will result in a full reload of the app. Tried to clear all watchman cache and npm cache and still no help.

I tried to create a new template app from react-native init and hot reloading is not working on it.

Upvotes: 2

Views: 1039

Answers (1)

flycloud7788
flycloud7788

Reputation: 31

I finally get this solve by disabling Live Reload and enable only Hot Reloading. In pervious version, I need to enable both Live Reload and Hot Reloading to make hot reloading working.

Upvotes: 1

Related Questions