Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 845 Bytes

communityPackages.md

File metadata and controls

18 lines (11 loc) · 845 Bytes
id title sidebar_label
communityPackages
Community Packages
Community Packages

Flipper

For projects that use Flipper, there is a Flipper plugin called Advanced Async Storage. The plugin provides basic CRUD operations on Async Storage.

Non Flipper

For the projects which aren't using Flipper, you can use the React Native Debugger which comes with a built-in Async Storage support. The debugger allows to print the Async Storage content to the console, and clear it completely.

Expo

For projects that use expo, you can use @dev-plugins/async-storage. It provides you CRUD operations on Async Storage inside you web browser.