0.0.3 • Published 1 year ago

@dev-plugins/async-storage v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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();

  /* ... */
}
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

2 years ago