tools / react-query
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.
npm i @buoy-gg/react-query



Every query with its status — fresh, stale, fetching, inactive — filterable by state, with full query keys.
Open any query's cached data in an editor and change it — your app updates immediately. Perfect for testing UI states.
Force any query into a loading or error state to exercise spinners and error boundaries without touching the network, then restore with one tap.
Track every mutation with status and timestamps; filter by pending, success, error, or paused.
Add React Query DevTools to your app
Free for on-device debugging. Two-minute install, no native code.
npm i @buoy-gg/core