Skip to main content
Threaded messages let users create sub-conversations by replying to specific messages in group chats. This reduces clutter and keeps discussions focused. Before starting, complete the Getting Started guide.

Components


Integration Steps

1. Thread View Screen

Create a dedicated screen for threaded messages that receives the parent message via navigation params.

2. Trigger Thread View from Messages

In your main messages screen, handle the onThreadRepliesClick callback to navigate to the thread view.

3. Navigation Setup

Configure React Navigation to include the ThreadView screen.

4. Navigate to Specific Message in Thread

Support navigating to a specific message within a thread using goToMessageId prop.

5. Handle Blocked Users in Threads

Show an unblock prompt when the user is blocked instead of the composer.

Feature Matrix


Next Steps

Message List

Render real-time message threads.

Thread Header

Customize the thread header component.

All Guides

Browse all feature and formatter guides.

Sample App

Full working sample application on GitHub.