diff --git a/packages/website/docs/debugging/communityPackages.md b/packages/website/docs/debugging/communityPackages.md index a5c42ab2..931c5e36 100644 --- a/packages/website/docs/debugging/communityPackages.md +++ b/packages/website/docs/debugging/communityPackages.md @@ -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.