You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The browser UI currently opens as a separate browser window. Integrating it as a native DevTools panel matches the UX pattern developers expect from debugging tools (React DevTools, Redux DevTools, etc.).
Acceptance criteria
Browser UI accessible as a panel in Chrome DevTools (and optionally Firefox DevTools)
Panel opens automatically when a connected RN app is detected
All existing UI features (timeline, diff, tree, metrics) work within the panel constraints
Context
The browser UI currently opens as a separate browser window. Integrating it as a native DevTools panel matches the UX pattern developers expect from debugging tools (React DevTools, Redux DevTools, etc.).
Acceptance criteria