tools / network

See every request your React Native app makes

Buoy Network captures every fetch, Axios, and GraphQL request your app makes and shows it on the device itself — method, status, timing, headers, and full request/response bodies. It works in dev, staging, and production builds, with no proxy setup, no Flipper, and no cable to a desktop.

Read the docsnpm i @buoy-gg/network
React Native network inspector request list
Every request with method, status, timing, and size.
Request detail with headers and bodies
Full breakdown: headers, params, and bodies with syntax highlighting.
Export request as cURL
Export any request as cURL, JSON, or Markdown.
Network filters
Filter by status, method, content type, or domain.

What it does

Live request stream

All network traffic in real time with status-filter tabs and per-request method, URL, status, timing, size, and content type.

Full request detail

Headers, query params, and request/response bodies with syntax highlighting — including GraphQL operation names and variables.

Export as cURL, JSON, or Markdown

Reproduce any request from a terminal or paste a structured report into a ticket or an AI chat.

Smart filters

Filter by status, method, content type, or domain; exclude noisy endpoints with patterns that persist across sessions.

Frequently asked questions

How do I debug network requests in React Native without Flipper?

Install @buoy-gg/network and open the floating menu — requests appear live on the device. Flipper was deprecated in RN 0.73; Buoy needs no native SDK, proxy, or desktop app.

Does it capture Axios and GraphQL requests?

Yes — fetch, Axios, and GraphQL (including operation names and variables) are captured automatically, plus gRPC-web.

Can I inspect network traffic in a production build?

Yes. The inspector ships inside the app, so authorized users can open it in staging and production builds — where desktop-tethered tools can't attach.

Add Network Inspector to your app

Free for on-device debugging. Two-minute install, no native code.

Quick startnpm i @buoy-gg/core

Works well with