id | title | sidebar_label |
---|---|---|
communityPackages |
Community Packages |
Community Packages |
For projects that use Flipper, there is a Flipper plugin called Advanced Async Storage. The plugin provides basic CRUD operations on Async Storage.
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.
For projects that use expo, you can use @dev-plugins/async-storage. It provides you CRUD operations on Async Storage inside you web browser.