# MessageRepliesAvatar

Component to render avatars of users who thread-replied to a message, within the [`MessageList`](/chat/docs/sdk/react-native/v6/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](/chat/docs/sdk/react-native/v6/basics/offline-support/) for usage.

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



---

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

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