# InputReplyStateHeader

Renders the quoted-reply header inside [`MessageInput`](https://getstream.io/chat/docs/sdk/react-native/v8/ui-components/message-input/). This is the default component for the [`InputReplyStateHeader`](https://getstream.io/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`) |

---

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/).