0.0.10 • Published 3 years ago

rn-async-storage-flipper v0.0.10

Weekly downloads
5,011
License
MIT
Repository
github
Last release
3 years ago

Async-Storage Flipper

Async-Storage debugger for Flipper.

Getting Started

  1. Install these libraries in your react-native app.
yarn add rn-async-storage-flipper react-native-flipper

For iOS, you'll need to run

cd ios && pod install
  1. Import the rn-async-storage-flipper library and pass as argument your storage instance.
import RNAsyncStorageFlipper from 'rn-async-storage-flipper';

// ....
import AsyncStorage from '@react-native-community/async-storage';

RNAsyncStorageFlipper(AsyncStorage);

Note that you storage must have the following async methods:

  • getAllKeys

  • multiGet

  1. Install the flipper-plugin-async-storage in Flipper app
0.0.10

3 years ago

0.0.9

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago