nanana
nanana

Reputation: 77

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??

Upvotes: 0

Views: 3755

Answers (2)

Rishi Sahu
Rishi Sahu

Reputation: 506

You're already debugging as you've turned on debug JS remotely(Start Debug newer version) ,open chrome and open inspect and tap on console ,you'll get the logs there, else to stop Just press on stop debugging to find debug JS remotely

Upvotes: 0

Gaurav Roy
Gaurav Roy

Reputation: 12210

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.

Upvotes: 1

Related Questions