Skip to content

docs: add expo dev tool plugin for Async Storage #1195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/website/docs/debugging/communityPackages.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ For projects that use Flipper, there is a Flipper plugin called [Advanced Async

For the projects which aren't using Flipper, you can use the [React Native Debugger](https://github.com/jhen0409/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](https://github.com/expo/dev-plugins/tree/main/packages/async-storage). It provides you CRUD operations on Async Storage inside you web browser.