You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/website/docs/debugging/communityPackages.md
+3
Original file line number
Diff line number
Diff line change
@@ -13,3 +13,6 @@ For projects that use Flipper, there is a Flipper plugin called [Advanced Async
13
13
14
14
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.
15
15
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