🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@dev-plugins/async-storage

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dev-plugins/async-storage

Expo DevTools Plugin for React Navigation

0.3.1
latest
Source
npm
Version published
Weekly downloads
9.3K
17.88%
Maintainers
2
Weekly downloads
 
Created
Source

@dev-plugins/async-storage

A React Native Async Storage DevTool that can run in an Expo App

Installation

Add the package to your project

npx expo install @dev-plugins/async-storage

Integrate async-storage with the DevTool hook

import { useAsyncStorageDevTools } from '@dev-plugins/async-storage';

export default function App() {
  useAsyncStorageDevTools();

  /* ... */
}

Keywords

expo

FAQs

Package last updated on 05 May 2025

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