React Native Async Storage debugger for Flipper. Version 0.0.10 — stable but low activity. Integrates with react-native-flipper to display AsyncStorage contents in the Flipper desktop debugger. Requires manual initialization with the AsyncStorage instance. Ships TypeScript types. Alternatives: react-native-async-storage-debugger, async-storage-debugger.
npm install rn-async-storage-flipperNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize rn-async-storage-flipper by importing the default function and passing the AsyncStorage instance.
Run 'cd ios && pod install' after adding react-native-flipper and rn-async-storage-flipper.
Use const RNAsyncStorageFlipper = require('rn-async-storage-flipper').default;Use import AsyncStorage from '@react-native-async-storage/async-storage';
Ensure the storage object passed to RNAsyncStorageFlipper exposes these async functions.
Change to: import RNAsyncStorageFlipper from 'rn-async-storage-flipper';
Run 'cd ios && pod install' and ensure react-native-flipper is installed.
Install the new package: yarn add @react-native-async-storage/async-storage and update imports.