tools / storage
Buoy Storage shows every key-value pair your app persists, across AsyncStorage, MMKV, and SecureStore, live on the device. Watch writes happen in real time, diff versions of a value, spot keys your app expects but never wrote, and edit values in place to test edge cases.
npm i @buoy-gg/storage



Filter by AsyncStorage, MMKV, or SecureStore. Stats show valid keys, missing keys, and issues at a glance.
Declare the keys your app expects and instantly spot ones that were never written — initialization bugs surface in seconds.
Every storage operation as it happens: what changed, when, and how often each key is written.
Compare previous and current values side by side, with a tree view of exactly what each operation modified.
Add Storage Explorer to your app
Free for on-device debugging. Two-minute install, no native code.
npm i @buoy-gg/core