# MessageRepliesAvatar

Component to render avatars of users who thread-replied to a message, within the [`MessageList`](https://getstream.io/chat/docs/sdk/react-native/v5/ui-components/message-list/).

## Props

### `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           |
| -------------- |
| `Message` type |

## UI Component Props

### `ImageComponent`

Drop in replacement of all the underlying [`Image`](https://reactnative.dev/docs/next/image) components within SDK.
This is useful for the purpose of offline caching of images. Please check the [Offline Support Guide](https://getstream.io/chat/docs/sdk/react-native/v5/basics/offline-support/) for usage.

| Type          | Default                                            |
| ------------- | -------------------------------------------------- |
| ComponentType | [`Image`](https://reactnative.dev/docs/next/image) |


---

This page was last updated at 2026-08-14T17:46:52.125Z.

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