# MessageRepliesAvatar

Renders avatars of users who replied in a thread inside [`MessageList`](/chat/docs/sdk/react-native/ui-components/message-list/).

## Best Practices

- Show only a limited number of avatars to avoid clutter.
- Use consistent avatar sizes and spacing.
- Provide a fallback when user images are missing.
- Keep avatar stack rendering lightweight in long lists.
- Use theme styles for spacing/alignment.

## Props

| Prop      | Description     | Type           |
| --------- | --------------- | -------------- |
| `message` | Message object. | `Message` type |


---

This page was last updated at 2026-05-19T19:58:58.425Z.

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