Hot Reload, Live Reload, Manual Reload none of this is working

Currently I am on expo 43.0.0
on reloading the app on expo, i cannot see the changes in my app
changes are reflected only when i restart the packager

I have tried upgrading expo cli to 44.0.0
no fix yet

Whoa @supriyakalghatgi thats really unfortunate, I wish you didn’t have to deal with this.

Could you tell me a little bit more about your machine? What version of node you’re running, which operating system are you running? Are you trying to use Expo behind a VPN? I’d love to help you figure out the problem here.

This was happening to me, this is how I solved it: maybe some of them are not necessary but, here you have
rm -rf node_modules
watchman watch-del-all
rm -rf $TMPDIR/react-*
upgrade yarn
rm -rf yarn.lock
yarn
exp start -c

1 Like

@ricardo_fsl did you run this globally or in the project file? why would yarn instead of npm fix this?