This tool works with both Expo and React Native CLI projects. Just install and go.
A Chrome-DevTools-style console for your React Native app. Buoy Console captures every console.log, console.warn, console.error, and console.info on the device and shows them in a familiar, filterable panel — on your phone, on the desktop dashboard, or through your AI agent.
npm install @buoy-gg/consoleOnce installed, Console appears automatically in the floating menu. It patches console.* directly, so logs from your own code and your dependencies are captured with no extra setup.
With the MCP server, an AI agent can read the console tail directly with get_console — filtering by minimum level or message substring to pull just the errors it needs while debugging.