Skip to content

Commit eedb686

Browse files
authored
Merge pull request #1699 from GetStream/khushal87-debug-mode-docs-enhancement
docs: added images to the flipper plugin guide
2 parents 60ee6aa + 52c6547 commit eedb686

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed
826 KB
Loading
897 KB
Loading

docusaurus/docs/reactnative/guides/debug_mode_using_flipper_plugin.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,15 @@ sidebar_position: 2
44
title: Debug Stream Chat Application using Flipper plugin
55
---
66

7+
import FlipperBanner from '../assets/guides/debug-mode-using-flipper-plugin/flipper_stream_chat_react_native_banner.png';
8+
import FlipperDesktopGuide from '../assets/guides/debug-mode-using-flipper-plugin/flipper_desktop_guide.png';
9+
710
## Overview
811

912
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.
1013

14+
<img src={FlipperBanner} />
15+
1116
## Features:
1217

1318
- Viewing the authenticated client in the Chat.
@@ -25,6 +30,8 @@ These features are part of the 1st version of this plugin. More features will be
2530
- Search for **stream-chat-react-native** and you will find this plugin.
2631
- Click on Install to install it.
2732

33+
<img src={FlipperDesktopGuide} />
34+
2835
- 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.
2936

3037
```

0 commit comments

Comments
 (0)