# MessageReplies

Component to render thread reply count and avatars of users who thread-replied to a message within the [`MessageList`](/chat/docs/sdk/react-native/v4/ui-components/message-list/).
This is the default component provided to the prop [`MessageReplies`](/chat/docs/sdk/react-native/v4/core-components/channel#messagereplies/) on the `Channel` component.

## Props

### **noBorder**

If true, little curved line next to the reply count won't be rendered.

| Type    |
| ------- |
| boolean |

### **repliesCurveColor**

Color for the curved line next to the reply count.

| Type   |
| ------ |
| string |

### alignment

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/alignment"></partial>

### message

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/message"></partial>

### onLongPress

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/on_long_press"></partial>

### `onPress`

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/on_press"></partial>

### onOpenThread

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/on_open_thread"></partial>

### `threadList`

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/thread_list"></partial>


---

This page was last updated at 2026-03-16T10:41:26.459Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/v4/ui-components/message-replies/](https://getstream.io/chat/docs/sdk/react-native/v4/ui-components/message-replies/).