tools / console
Buoy Console captures every console.log, warn, and error and renders them in a faithful port of the Chrome DevTools console — expandable objects, level filters, search — right on the device. No Metro terminal, no cable, and it works in staging and production builds where remote debugging doesn't exist.
npm i @buoy-gg/consoleA 1:1 port of the DevTools console UI: expandable object trees, log levels, counts, and search.
Direct console patching means logs from any code path — including third-party libraries — are captured.
QA sees the logs on their own device the moment something goes wrong — no reproduction session needed.
Add Console to your app
Free for on-device debugging. Two-minute install, no native code.
npm i @buoy-gg/core