At some point, I believe when the project was update to RN 0.63.2 fast refresh completely stopped working when running debug iOS from Visual Studio Code.
- Fast refresh does still work when running from Xcode. (However then I loose the ability to set breakpoints in VSC)
- Strangely + thankfully the other devs on the project haven’t experienced this issue.
I believe I’ve tried every suggestion mentioned on the internet including:
- Reinstalling watchman
- Cleaning the watchman cache
- Cleaning the yarn cache
- Nuking node modules and pods (20X)
- Restarting computer (5X)
- Cold showers
- Nuking and re-cloning the entire repo.
- rm -rf .git/index.lock
- Reinstalling React Native Tools in VSC
- Making sure VSC is the latest.
- Toggling debug on/off in the sim action sheet menu
- Toggling Fast Refresh on/off in the sim action sheet menu
- Updating the sim
- Erasing + reinstalling on the sim
I’m currently having to completely close VSC (+ the metro bundler) and rebuild every time I make a change. Ug.