Agent
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Agent
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Agent
packages/shell/src/ReleaseContent.tsx contains the welcome dialog content.
Agent
When changing @rozenite/ui.
Agent
pnpm expo run:ios pnpm expo run:android.
Agent
discovery, anything reachable from metro.config.js) must be verified by actually running Metro in apps/playground (e.g. CI=1 pnpm --filter playground start), not just unit tests — Metro loads these packages as CJS, and build/test suites won't catch runtime failures like requiring an ESM-only dependency.
Agent
Rozenite DevTools plugins. Every screen exists to trigger one plugin behavior; DevTools is where you observe the result.
Agent
src/tests/release-bundle.test.ts proving its DevTools panel cannot reach a shipped app; plugins exporting a bundler integration (./metro) guard that too. See release bundle testing.
Agent
Read this guide before preparing or opening a pull request.
Agent
Rozenite is a development tool. Whatever a project wires into its bundler config, a release build must ship none of our code. @rozenite/test-utils provides the bench that proves it, and every plugin owns a Vitest suite in src/tests/release-bundle.test.ts that uses it.
Agent
Plug-and-play panels for React Native DevTools. Install, enable, and start debugging in minutes.
Agent
How to run checks in this repository without rebuilding all 38 packages for a two-file change.
Agent
A version plan is required only for changes that affect a publishable package's behavior. Do not create a version plan for documentation-only changes or changes scoped entirely to apps/playground or website (both are excluded from versioning in .changeset/config.json).