Skip to content
Zed

rn-devtools-hub for Zed

io.github.rn-devtools-hub/rn-devtools-hub

Drive a running React Native or Expo app from inside its JS runtime: see, act, prove.

client:Zed transport:stdio runtime:npm

Install rn-devtools-hub in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "rn-devtools-hub": {
      "command": "npx",
      "args": [
        "-y",
        "rn-devtools-hub"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

rn-devtools-hub in other clients