@buoy-gg/network
v6.0.1
Published
In-app network inspector for React Native — requests, responses, timing & errors live, with GraphQL operation parsing. Part of Buoy devtools.
Readme
@buoy-gg/network
See every HTTP request your React Native app makes — URL, headers, payloads, timing, and errors — live on the device, no Flipper or proxy required.
Part of Buoy — devtools that live inside your React Native app. Install it and it auto-appears in the floating menu from @buoy-gg/core.
Install
npm install @buoy-gg/core @buoy-gg/networkQuick start
Fully automatic. Render the floating menu once — the Network Monitor is auto-discovered as soon as this package is installed:
import { FloatingDevTools } from "@buoy-gg/core";
export default function App() {
return (
<>
{/* your app */}
<FloatingDevTools />
</>
);
}Want a different label or color? Build the tool with createNetworkTool({ name, colorPreset }) and pass it via apps={[...]}.
What you get
- Every request, zero config — intercepts
fetchandXMLHttpRequest, so fetch, axios, GraphQL clients, and gRPC-web all show up automatically. - GraphQL gets special treatment — operation names are extracted from queries, mutations, and subscriptions and shown with variables in arrow notation:
GetUser › 123. No more guessing which/graphqlrequest is which. - Full request detail — request/response headers, payloads, HTTP status, and duration for every call, with status-colored rows.
- Filter and search — narrow by status code, HTTP method, or URL pattern; search captured events; pause/resume capture; clear history.
- Ignore the noise — a shared ignored-domains/URL filter (
useIgnoredPatterns) hides endpoints you never want to see, shared with the Events tool. - Hooks for custom UIs —
useNetworkEvents,useNetworkEventList, anduseNetworkBadgeCountsexpose the capture stream with narrow per-consumer subscriptions.
Desktop & AI
The same live session streams to Buoy Desktop (free, macOS/Windows/Linux) and to Claude Code or Cursor via the Buoy MCP server.
Free vs Pro
Every tool is free. Pro unlocks production builds, the MCP server, and unlimited capture. Every weekend, Pro features unlock free for everyone.
Proprietary software. © Buoy LLC. Terms
