GitHub - revenge-mod/react-devtools-core: 👷 IIFE builds of react-devtools-core to embed into a React Native app

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

@revenge-mod/react-devtools-core

Build

Install dependencies:

bun install

Build bundle:

# File will be placed at dist/index.js and dist/index.bundle
bun run build

Usage

Load the given file before React. You can access exports thru globalThis.__REACT_DEVTOOLS__.exports, and the version at globalThis.__REACT_DEVTOOLS__.version.