Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -3215,13 +3215,6 @@
"pages": [
"sdk/react-native/resources-overview",
"sdk/react-native/real-time-listeners",
{
"group": "Push Notifications",
"pages": [
"notifications/react-native-push-notifications-android",
"notifications/react-native-push-notifications-ios"
]
},
"sdk/react-native/push-notification-html-stripping",
"sdk/react-native/upgrading-from-v3"
]
Expand Down
6 changes: 3 additions & 3 deletions ui-kit/react-native/core-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,16 @@ Mentions is a feature that enhances the interactivity and clarity of group or 1-

## Rich Text Formatting

Rich Text Formatting allows users to style their messages with bold, italic, underline, strikethrough, and inline code formatting. This brings richer expression to conversations and helps users emphasize key points, making communication clearer and more engaging.
Rich Text Formatting allows users to style their messages with bold, italic, underline, strikethrough, code, links, lists, blockquotes, and code blocks. This brings richer expression to conversations and helps users emphasize key points.

<Frame>
<img src="/images/rich-text-composer-only.png" />
</Frame>

| Components | Functionality |
| --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [CompactMessageComposer](/ui-kit/react-native/compact-message-composer) | [CompactMessageComposer](/ui-kit/react-native/compact-message-composer) provides a built-in rich text editor with formatting toolbar and native text selection menu items for bold, italic, underline, strikethrough, and code formatting. |
| [MessageList](/ui-kit/react-native/message-list) | [MessageList](/ui-kit/react-native/message-list) renders formatted messages with the appropriate styling applied, displaying bold, italic, underline, strikethrough, and code formatting as intended by the sender. |
| [CompactMessageComposer](/ui-kit/react-native/compact-message-composer#rich-text-formatting) | [CompactMessageComposer](/ui-kit/react-native/compact-message-composer#rich-text-formatting) provides a built-in rich text editor with formatting toolbar and text selection menu items for bold, italic, underline, strikethrough, code, links, lists, blockquotes, and code blocks. |
| [MessageList](/ui-kit/react-native/message-list) | [MessageList](/ui-kit/react-native/message-list) renders formatted messages with the appropriate styling automatically applied, ensuring that rich text formatting is displayed exactly as intended by the sender. |

## Quoted Reply

Expand Down