f" /> f" /> f"/>

React Native - Debug with chrome missing

532 views Asked by At

I cant find "Debug with chrome" options in React Native Debug Menu. I run my application thru IOS.

In my Podfile I disable hermes

:hermes_enabled => flags[:hermes_enabled],

enter image description here

I want to use Debug with chrome in order to connect my app to React Native Debugger

1

There are 1 answers

0
Himani Shah On

You have to set herms_enabled=false like this in podfile

:hermes_enabled => false

This will help you to debug with chrome.