Skip to content

chvanlennep/asyncstorage-inspector-flipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncStorage Inspector Middleware for Flipper

Middleware for inspecting contents of React Native AsyncStorage in Flipper

Installation

yarn add asyncstorage-inspector-flipper react-native-flipper
# for iOS
cd ios && pod install

Configuration:

import {initAsyncStorageInspector} from 'asyncstorage-inspector-flipper';

// Call function only once, eg in App.tsx
initAsyncStorageInspector();

Desktop plugin:

Install flipper-plugin-asyncstorage-inspector in your Flipper desktop client:

Manage Plugins > Install Plugins > search "asyncstorage-inspector" > Install
  1. Restart flipper with your React Native App running and you should be able to see the plugin as 'AsyncStorage Inspector'.

Note: The plugin does not display live values from AsyncStorage. Press the 'Sync' button in Flipper to see the latest values.

About

Middleware to inspect AsyncStorage in flipper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published