From 4cb4597c7c64a2e86225706240c26ece9b80e39e Mon Sep 17 00:00:00 2001 From: Randall71 <51382079+Randall71@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:17:22 +0000 Subject: [PATCH] docs: add expo dev tool plugin for Async Storage Expo has this dev tool plugin to inspect our Async Storage stuff inside a web browser, so it must be cool to have it on the list here --- packages/website/docs/debugging/communityPackages.md | 3 +++ 1 file changed, 3 insertions(+) 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.