# 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

Sets if the message should be aligned to right or left side of list.

| Type                  | Default |
| --------------------- | ------- |
| enum('right', 'left') | 'right' |


### message

Message object

| Type   |
| ------ |
| object |


### onLongPress

Default long press handler for message UI.

| Type     |
| -------- |
| function |


### `onPress`

Default press handler for message UI.

| Type     |
| -------- |
| function |


### onOpenThread

Handler function for "Thread Reply" action.

| Type     |
| -------- |
| function |


### `threadList`

True if current message is part of a message thread.

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



---

This page was last updated at 2026-07-10T16:05:02.973Z.

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/).