Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rn-async-storage-flipper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rn-async-storage-flipper

React Native's Async Storage debugger for Flipper

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.7K
decreased by-48.57%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

FAQs

Package last updated on 12 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc