@dev-plugins/async-storage
v0.1.0
Published
Expo DevTools Plugin for React Navigation
Downloads
35,190
Readme
@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();
/* ... */
}