the toolkit
Every React Buoy tool is its own npm package that plugs into the floating in-app menu — and works in dev, staging, and production. Start with @buoy-gg/core, then add tools as you need them.
Inspect every HTTP request your React Native app makes.
@buoy-gg/network
Browse and edit every key your React Native app persists.
@buoy-gg/storage
Full TanStack Query devtools inside your React Native app.
@buoy-gg/react-query
See and validate your React Native app's environment variables on-device.
@buoy-gg/env
Browse every Expo Router route, inspect the live navigation stack with params, jump to any screen, and watch navigation events in real time on the device..
@buoy-gg/route-events
See why your React Native components re-render.
@buoy-gg/highlight-updates
Benchmark React Native performance on real devices.
@buoy-gg/perf-monitor
One chronological timeline of everything your React Native app did.
@buoy-gg/events
Every console.log, warn, and error from your React Native app in a Chrome DevTools-style panel on the device.
@buoy-gg/console
Redux DevTools inside your React Native app.
@buoy-gg/redux
Zustand devtools inside your React Native app.
@buoy-gg/zustand
Inspect Jotai atoms in your React Native app.
@buoy-gg/jotai
Test your React Native app as any user by injecting impersonation headers into every request.
@buoy-gg/impersonate
Overlay design mockups on your running React Native app.
@buoy-gg/image-overlay