# MessageStatus

Component to render the status (read receipts, pending state indicator etc.) of a message within the [`MessageList`](https://getstream.io/chat/docs/sdk/react-native/v4/ui-components/message-list/).
This is the default component provided to the prop [`MessageStatus`](https://getstream.io/chat/docs/sdk/react-native/v4/core-components/channel#messagestatus) on the `Channel` component.

## Props

### message

Message object

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

### `threadList`

True if current message is part of a message thread.

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


---

This page was last updated at 2026-08-11T17:19:08.815Z.

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