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: docusaurus/docs/reactnative/guides/debug_mode_using_flipper_plugin.mdx
+30-27Lines changed: 30 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ Flipper is a platform for debugging iOS, Android, and React Native apps. You can
14
14
<imgsrc={FlipperBanner} />
15
15
16
16
## Features
17
+
17
18
The plugin supports the following features:
19
+
18
20
- Viewing the authenticated client in the Chat.
19
21
- Viewing the Channels, Message, and Thread list data as you navigate the app.
20
22
- Copying and visualizing all the data.
@@ -25,47 +27,48 @@ These features are part of the 1st version of this plugin; more features will be
25
27
26
28
1. First, install the Flipper plugin within your Desktop client. To do so, follow these steps:
27
29
28
-
- Download the Flipper Desktop app from [here](https://fbflipper.com/).
29
-
- After downloading the desktop app, move to the **Plugin Manager** section of the app and select the **Install Plugins** tab.
30
-
- Search for **stream-chat-react-native**, and you will find the plugin.
31
-
- Click on **Install** to install it.
30
+
- Download the Flipper Desktop app from [here](https://fbflipper.com/).
31
+
- After downloading the desktop app, move to the **Plugin Manager** section of the app and select the **Install Plugins** tab.
32
+
- Search for **stream-chat-react-native**, and you will find the plugin.
33
+
- Click on **Install** to install it.
32
34
33
-
<imgsrc={FlipperDesktopGuide} />
35
+
{''}
36
+
<imgsrc={FlipperDesktopGuide} />
34
37
35
38
2. Next, install `stream-chat-react-native-devtools` to your application as a dev dependency. This dependency will make communication possible between the RN Stream Chat SDK and the Flipper plugin.
{/* All other elements of the App component comes here */}
68
-
</DebugContextProvider>
69
-
```
69
+
<DebugContextProvideruseFlipper={useFlipper}>
70
+
{/* All other elements of the App component comes here */}
71
+
</DebugContextProvider>
72
+
```
70
73
71
74
Kudos 🎉, everything else is handled by our SDK, the package [stream-chat-react-native-devtools](https://www.npmjs.com/package/stream-chat-react-native-devtools), and the [Flipper Plugin](https://www.npmjs.com/package/flipper-plugin-stream-chat-react-native).
0 commit comments