skip to Main Content

I just upgrade my iOS RN from 0.63 to 0.65. Then enable hermes in podfile.

I can start app normally, JSI is showing in developer menu, mean hermes is running.

I follow exactly guide from https://reactnative.dev/docs/hermes#debugging-js-on-hermes-using-google-chromes-devtools

But console.log code inside app print direct at metro windows. And when i go to chrome://inspect/#devices, nothing is showing at Remote Target like this
enter image description here

How i can get this work? My only option is disable hermes for a "not just a text log"

2

Answers


  1. If you want to use hermes and debug your app use flipper to debug.
    https://fbflipper.com

    Login or Signup to reply.
  2. Sorry about that, this is http://crbug.com/1492849, the fix is already in Canary, will be available in Stable in December.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search