This is documentation for
Stream Chat React Native SDK v3, which is nolonger actively maintained. For up-to-date documentation, see the latest version (v8)
.
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 |