This is documentation for
Stream Chat React-native SDK v3, which is no longer actively maintained. For up-to-date documentation, see the latest version (v5).
MessageStatus
Component to render the status (read receipts, pending state indicator etc.) of a message within the MessageList
.
This is the default component provided to the prop MessageStatus
on the Channel
component.
Props
message
Message object
Type |
---|
object |
readEventsEnabled
Enable read receipts. The default value is supplied by the channel config.
Type |
---|
boolean |
threadList
True if current message is part of a message thread.
Type |
---|
boolean |
On this page: