This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8) .

MessageInputHeaderView

MessageInputHeaderView renders the top section above the text input in MessageInput.

Internally it conditionally shows:

  • Reply in edit mode when messageComposer.editedMessage exists,
  • Reply in reply mode when a quoted message exists,
  • AttachmentUploadPreviewList,
  • LinkPreviewList.

It only renders while audio recording is idle, and it dynamically adds top padding when any header content is present.

Props

This component does not accept direct props. It reads data from composer/message/input contexts.