Client-side React Native package for the flipper-plugin-async-storage-advanced Flipper desktop plugin. Version 1.0.5. Enables real-time inspection and debugging of @react-native-async-storage/async-storage data via Flipper. Must be used alongside react-native-flipper. Low maintenance, based on last release date. Differentiator: provides a UI component to inject into the React component tree, no additional setup beyond import.
npm install rn-flipper-async-storage-advancedNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal setup: import FlipperAsyncStorage, include it in your component tree to enable async storage debugging via Flipper.
Install react-native-flipper: npm install react-native-flipper
Use: import FlipperAsyncStorage from 'rn-flipper-async-storage-advanced'
Install flipper-plugin-async-storage-advanced in Flipper desktop via Manage Plugins.
npm install rn-flipper-async-storage-advanced --save and npx react-native link
Change import to: import FlipperAsyncStorage from 'rn-flipper-async-storage-advanced'
Install @react-native-async-storage/async-storage and import AsyncStorage from there.