Skip to content

Commit 29c1a28

Browse files
authored
docs(website): add debugging section with community packages (#675)
Add community packages inside the debugging section listing the packages helpful for debugging for Flipper and Non-Flipper projects. Resolves #669
1 parent bb9e3ec commit 29c1a28

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
id: communityPackages
3+
title: Community Packages
4+
sidebar_label: Community Packages
5+
---
6+
7+
### Flipper
8+
9+
For projects that use Flipper, there is a Flipper plugin called [Advanced Async Storage](https://github.com/lbaldy/flipper-plugin-async-storage-advanced). The plugin provides basic CRUD operations on Async Storage.
10+
11+
12+
### Non Flipper
13+
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+

website/sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ module.exports = {
22
docs: {
33
'Getting started': ['install', 'usage', 'link', 'api'],
44
Advanced: ['advanced/next', 'advanced/jest', 'advanced/brownfield', 'advanced/backup', 'advanced/executor', 'advanced/db_size'],
5+
Debugging: ['debugging/communityPackages'],
56
Help: ['help/troubleshooting'],
67
},
78
};

0 commit comments

Comments
 (0)