tools / react-query

TanStack Query devtools that run inside your app

The web has official React Query devtools; React Native doesn't. Buoy fills that gap with a full on-device implementation: browse every query and its status, inspect and edit cached data live, force loading or error states to test your UI, and track mutations — in any build, including Expo Go.

Read the docsnpm i @buoy-gg/react-query
React Query devtools query list in React Native
All queries with live status.
Edit cached query data
Edit cached data — the app updates instantly.
Simulate query loading state
Force loading states to test your UI.
Simulate query error state
Trigger and restore error states safely.

What it does

Query browser

Every query with its status — fresh, stale, fetching, inactive — filterable by state, with full query keys.

Edit cache in real time

Open any query's cached data in an editor and change it — your app updates immediately. Perfect for testing UI states.

Simulate loading and errors

Force any query into a loading or error state to exercise spinners and error boundaries without touching the network, then restore with one tap.

Mutations tab

Track every mutation with status and timestamps; filter by pending, success, error, or paused.

Frequently asked questions

How do I use React Query devtools in React Native?

The official TanStack devtools are web-only. Install @buoy-gg/react-query and the same capabilities — query browser, cache inspector, state simulation — run inside your app on the device.

Does it work with Expo Go?

Yes. It's pure JavaScript — no native modules — so it works in Expo Go, dev builds, and production.

Add React Query DevTools to your app

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

Quick startnpm i @buoy-gg/core

Works well with