Skip to content

Commit 0d7d0b7

Browse files
docs(react-native): Update rich text formatting documentation and reorganize push notifications
- Remove Push Notifications group from docs.json navigation structure - Expand Rich Text Formatting description to include additional formatting options (code, links, lists, blockquotes, code blocks) - Add anchor link to CompactMessageComposer rich text formatting section - Update CompactMessageComposer documentation to reflect full range of supported formatting features - Improve MessageList description to clarify automatic styling application - Simplify messaging to focus on core benefits of rich text formatting
1 parent 2bfb6d3 commit 0d7d0b7

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

docs.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3215,13 +3215,6 @@
32153215
"pages": [
32163216
"sdk/react-native/resources-overview",
32173217
"sdk/react-native/real-time-listeners",
3218-
{
3219-
"group": "Push Notifications",
3220-
"pages": [
3221-
"notifications/react-native-push-notifications-android",
3222-
"notifications/react-native-push-notifications-ios"
3223-
]
3224-
},
32253218
"sdk/react-native/push-notification-html-stripping",
32263219
"sdk/react-native/upgrading-from-v3"
32273220
]

ui-kit/react-native/core-features.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,16 @@ Mentions is a feature that enhances the interactivity and clarity of group or 1-
133133

134134
## Rich Text Formatting
135135

136-
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.
136+
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.
137137

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

142142
| Components | Functionality |
143143
| --------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
144-
| [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. |
145-
| [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. |
144+
| [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. |
145+
| [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. |
146146

147147
## Quoted Reply
148148

0 commit comments

Comments
 (0)