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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,30 +9,30 @@ import FlipperDesktopGuide from '../assets/guides/debug-mode-using-flipper-plugi
9
9
10
10
## Overview
11
11
12
-
Flipper is a platform for debugging iOS, Android and React Native apps. You can debug Stream Chat within your application by using our interface within the Flipper Desktop app. This will help you analyze multiple parameters of the application which are a part of Stream Chat React Native interface.
12
+
Flipper is a platform for debugging iOS, Android, and React Native apps. You can debug Stream Chat within your application using our Flipper Desktop app interface. This plugin will help you analyze multiple parameters of your application which are part of the Stream Chat React Native interface.
13
13
14
14
<imgsrc={FlipperBanner} />
15
15
16
-
## Features:
17
-
16
+
## Features
17
+
The plugin supports the following features:
18
18
- Viewing the authenticated client in the Chat.
19
-
- Viewing the Channels, Message and Thread list data as we navigate through the screen.
19
+
- Viewing the Channels, Message, and Thread list data as you navigate the app.
20
20
- Copying and visualizing all the data.
21
21
22
-
These features are part of the 1st version of this plugin. More features will be added in the future, may you have any ideas/suggestions, please reach out via the [SDK's discussions page](https://github.com/GetStream/stream-chat-react-native/discussions)
22
+
These features are part of the 1st version of this plugin; more features will be added in the future. If you have any ideas/suggestions, please reach out via the [SDK's discussions page](https://github.com/GetStream/stream-chat-react-native/discussions).
23
23
24
-
## How to do so?
24
+
## Installation Instructions
25
25
26
-
- Firstly, you would need to install the Flipper plugin within your Desktop client. To do so, follow these steps:
26
+
1. First, install the Flipper plugin within your Desktop client. To do so, follow these steps:
27
27
28
28
- Download the Flipper Desktop app from [here](https://fbflipper.com/).
29
-
- After downloading the desktop app, move to **Plugin Manager** section of the app and then select the **Install Plugins** tab.
30
-
- Search for **stream-chat-react-native** and you will find this plugin.
31
-
- Click on Install to install it.
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.
32
32
33
33
<imgsrc={FlipperDesktopGuide} />
34
34
35
-
- Next, we will need to 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.
35
+
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.
36
36
37
37
```
38
38
yarn add --dev stream-chat-react-native-devtools
@@ -44,7 +44,7 @@ These features are part of the 1st version of this plugin. More features will be
0 commit comments