This is beta documentation for Stream Chat React Native SDK v9. For the latest stable version, see the latest version (v8)
.
ChannelPreviewMutedStatus
Renders a channel muted indicator inside ChannelList. This is the default component for the PreviewMutedStatus prop.
Best Practices
- Keep the muted indicator subtle to avoid cluttering list rows.
- Ensure muted state is derived from the channel’s current mute status.
- Provide accessible labels or hints for icon-only indicators.
- Use consistent iconography across channel previews.
- Hide the indicator entirely when
mutedin theChannelPreviewMessengeris false.