# ChannelPreviewPinnedStatus

Renders a channel pinned indicator inside [`ChannelList`](/chat/docs/sdk/react-native/core-components/channel-list/). This is the default component for the [`ChannelPreviewPinnedStatus`](/chat/docs/sdk/react-native/core-components/channel-list#channelpreviewpinnedstatus/) override.

## Best Practices

- Keep the pinned indicator subtle to avoid cluttering list rows.
- Ensure pinned state is derived from the channel’s current membership.
- Provide accessible labels or hints for icon-only indicators.
- Use consistent iconography across channel previews.
- Hide the indicator entirely when `pinned` in the [`ChannelPreviewView`](/chat/docs/sdk/react-native/ui-components/channel-preview-view/) is false.


---

This page was last updated at 2026-06-17T21:05:40.440Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/ui-components/channel-preview-pinned-status/](https://getstream.io/chat/docs/sdk/react-native/ui-components/channel-preview-pinned-status/).