This is documentation for the release candidate Stream Chat React Native SDK v6. For the latest stable version, see the latest version (v5).

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 component.

<Channel Reply={CustomReply} />

Props

editing

Defined with message type if the user is editing some message within MessageInput component else its undefined.

Type
Message| undefined

message

Message object.

Type
Message type

quotedMessage

Message that is quoted to the original message

Type
Message| undefined

UI Component Props

FileAttachmentIcon

Component to render file icon for file type attachment.

TypeDefault
ComponentTypeFileIcon

MessageAvatar

Component to render avatar of sender for message, within MessageList. This component is only rendered for messages from other users.

TypeDefault
ComponentTypeMessageAvatar

© Getstream.io, Inc. All Rights Reserved.