Can anyone lend a hand with React Native? I've hit a roadblock since updating to RN 0.64.0. Everything seems to be working fine, except for the hot reload feature.
RN doesn't seem to recognize changes, even though the Metro bundler starts up successfully but fails to connect to the server. It appears that my simulator is running in production mode, despite the CLI indicating it's in debug mode:
xcodebuild -workspace App.xcworkspace -configuration Debug -scheme App -destination id=F824C7B1-2D0C-482C-AF5B-6DA74F4DD997
As a result, I have to bundle my app every time I want to see any changes.
The scheme in IOS is supposedly set to "debug". I tried running:
npx react-native-clean-project clean-project-auto
However, even after cleaning everything, the issue persists. Any assistance would be greatly appreciated. Thank you, guys!