Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Commit cb9f850

Browse files
authored
Update sdk-react-native.mdx
1 parent bc15519 commit cb9f850

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/docs/pages/plug-sdk/sdk-react-native.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,13 @@ To show the support chat screen in your app, you can use the following method:
8181
DevRev.showSupport()
8282
```
8383

84+
### Creating a new support conversation
8485

86+
You can initiate a new support conversation directly from your app. This method displays the support chat screen and simultaneously creates a new conversation.
87+
88+
```typescript
89+
DevRev.createSupportConversation()
90+
```
8591

8692

8793

0 commit comments

Comments
 (0)