tools / zustand
Zustand ships with no real devtools story on React Native. Buoy Zustand registers every store and shows them all in one browser — live state trees, an event stream of every update, color-coded diffs between versions, and jump-back/reset controls — inside the app, in any build.
npm i @buoy-gg/zustand



All registered stores at a glance — name, memory vs persisted, and the keys changing most.
Expand any store into its full state tree with type tags and change counts.
Every update across all stores with timestamps; split-view diffs show removals in red, additions in green.
Hide noisy stores by name or pattern — filters apply across both the store and event views.
Add Zustand DevTools to your app
Free for on-device debugging. Two-minute install, no native code.
npm i @buoy-gg/core