You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 2: cd into the project && npm i --save-dev react-native-debugger-open
Step 3: Add this to the scripts object in package.json
"scripts": {
"postinstall": "rndebugger-open"
}
NOTE: This is so that when you click "Remote Debugging" from the devtools menu in your React Native App, it opens React Native Debugger automatically instead of the default which is open debugger-ui with Chrome