# Reply

`Reply` is a default UI component for rendering preview of parent message for quoted message, within `MessageList`.

You can replace this default UI component using the `Reply` prop on [Channel](/chat/docs/sdk/react-native/v4/core-components/channel/) component.

```tsx
<Channel Reply={CustomReply} />
```

## Props

### editing

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-input-context/editing"></partial>

### `message`

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-context/message"></partial>

### `quotedMessage`

<partial id="chat-sdk/react-native/v4/_partials/common-content/contexts/message-input-context/quoted_message"></partial>

### `FileAttachmentIcon`

<partial id="chat-sdk/react-native/v4/_partials/common-content/core-components/channel/props/file_attachment_icon"></partial>

### `MessageAvatar`

<partial id="chat-sdk/react-native/v4/_partials/common-content/core-components/channel/props/message_avatar"></partial>


---

This page was last updated at 2026-03-13T13:14:21.923Z.

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