Skip to content

Commit 4cb4597

Browse files
authored
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
1 parent 73c48b8 commit 4cb4597

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: packages/website/docs/debugging/communityPackages.md

+3
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ For projects that use Flipper, there is a Flipper plugin called [Advanced Async
1313

1414
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.
1515

16+
### Expo
17+
18+
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.

0 commit comments

Comments
 (0)