react native chrome debugger code example

Example 1: react natibe debugger

brew install --cask react-native-debugger

Example 2: Configure the Chrome debugger react

{
  "version": "0.2.0",
  "configurations": [
    {
      "type": "chrome",
      "request": "launch",
      "name": "Launch Chrome against localhost",
      "url": "http://localhost:3000",
      "webRoot": "${workspaceFolder}"
    }
  ]
}

Example 3: react native debugger

$ brew update && brew cask install react-native-debugger

Example 4: react native debugger

React-Native Standalone Debugger:
https://github.com/jhen0409/react-native-debugger/releases