react-native-async-storage-devtools
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

react-native-async-storage-devtools

A lightweight dev tool UI for React Native that allows you to view, edit, and delete items from AsyncStorage during development.

✨ Features

  • ⚡️ Create new AsyncStorage Values
  • 📦 Read all current AsyncStorage keys and values
  • ✏️ Update existing entries directly in the UI
  • 🗑️ Delete individual keys or clear all storage
  • 🧩 Drop-in component – easy to add to your _layout.tsx or root component

📸 Preview

AsyncStorage DevTools Interface

📦 Installation

npm install react-native-async-storage-devtools

or

yarn add react-native-async-storage-devtools
// _layout.tsx or App.tsx
import { Slot } from 'expo-router';
import AsyncStorageDevTools from 'react-native-async-storage-devtools';

export default function RootLayout() {
  return (
    <>
      <Slot />
      <AsyncStorageDevTools />
    </>
  );
}

Package Sidebar

Install

npm i react-native-async-storage-devtools

Weekly Downloads

36

Version

1.0.6

License

MIT

Unpacked Size

49.9 kB

Total Files

6

Last publish

Collaborators

  • ispykenny