# InputReplyStateHeader

Renders the quoted-reply header inside [`MessageInput`](/chat/docs/sdk/react-native/v8/ui-components/message-input/). This is the default component for the [`InputReplyStateHeader`](/chat/docs/sdk/react-native/v8/core-components/channel#inputreplystateheader/) prop.

## Best Practices

- Clearly show the quoted message context to reduce reply mistakes.
- Keep the header compact to preserve input space.
- Use `onClose` to clear reply state cleanly.
- Ensure the close affordance is easy to tap.
- Avoid heavy rendering in the header.

## Props

### `onClose`

Called when the reply state header is closed.

| Type                   |
| ---------------------- |
| Function(`() => void`) |


---

This page was last updated at 2026-04-17T17:33:44.763Z.

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