import {Channel, MessageAvatar} from 'stream-chat-react-native';
const MessagePinnedHeaderComponent = () => <MessagePinnedHeader />
<Channel MessagePinnedHeader={MessagePinnedHeaderComponent} />
This is documentation for
Stream Chat React Native SDK v6, which is nolonger actively maintained. For up-to-date documentation, see the latest version (v7).
MessagePinnedHeader
Component to render the pinned message label (user) of a message within the MessageList
.
Basic Usage
You can customize the MessagePinnedHeader
component and provide it back to the SDK via the MessagePinnedHeader
prop on Channel
if desired.
Props
This component uses default values for all the following props, from MessageContext
message
Message object.
Type |
---|
Message type |
On this page: