Search code examples
react-nativereact-native-ios

Debug JS Remotely is not showing on iOS simulator


I don't know why "Debug JS Remotely" is not showing on iOS simulator

enter image description here

Versions:

・RN:v0.62.0

・OS::macOS 10.15.3

・Xcode:11.3.1

Any solution??


Solution

  • With new react native versions, They have disabled hot reloading and live reloading with fast refresh and for your case Debug JS remotely has been changed to Start Debug. That will open up a browser in your system.

    Hope it helps. feel free for doubts.