iOS React Native Hermes not show in chrome inspect

772 views Asked by At

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

There are 2 answers

1
Danil Somsikov On BEST ANSWER

Sorry about that, this is http://crbug.com/1492849, the fix is already in Canary, will be available in Stable in December.

0
react Raylogic On

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