0.0.3 • Published 1 year ago
@dev-plugins/async-storage v0.0.3
@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();
/* ... */
}