# ChannelPreviewTitle

Component to render the title for a channel, within the [`ChannelList`](https://getstream.io/chat/docs/sdk/react-native/v5/core-components/channel-list/) component.
This is the default component provided to the prop [`PreviewTitle`](https://getstream.io/chat/docs/sdk/react-native/v5/core-components/channel-list#previewtitle) on the `ChannelList` component.

## Props

### `displayName`

Formatted name for the previewed channel.

| Type   |
| ------ |
| String |

### `channel`

Instance of Channel from stream-chat package.

| Type                                                |
| --------------------------------------------------- |
| [Channel](https://getstream.io/chat/docs/javascript/creating-channels/) |


---

This page was last updated at 2026-08-14T17:46:51.068Z.

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