rn-devtools

1.0.3 • Public • Published

rn-devtools

CLI + web UI for React Native DevTools. This is the package that serves the dashboard and wires the plugin system.

Quick start (from your RN app)

# dev-only install
npm i -D rn-devtools @rn-devtools/plugin-sdk
# run
npx rn-devtools   # opens http://localhost:35515

Add a config to load tabs:

// rn-devtools.config.js

export default { plugins: ["@rn-devtools/react-query-plugin"] };

Requirements

Node >= 20

/rn-devtools/

    Package Sidebar

    Install

    npm i rn-devtools

    Weekly Downloads

    4

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    63 kB

    Total Files

    21

    Last publish

    Collaborators

    • mazurdorian