0.3.1 • Published 8 months ago

@dev-plugins/async-storage v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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.1.0

1 year ago

0.3.0

8 months ago

0.2.0

9 months ago

0.3.1

8 months ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago