diff --git a/docs.json b/docs.json
index 813c17df3..be091319e 100644
--- a/docs.json
+++ b/docs.json
@@ -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"
]
diff --git a/ui-kit/react-native/core-features.mdx b/ui-kit/react-native/core-features.mdx
index d374663cf..00c585843 100644
--- a/ui-kit/react-native/core-features.mdx
+++ b/ui-kit/react-native/core-features.mdx
@@ -133,7 +133,7 @@ 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.
@@ -141,8 +141,8 @@ Rich Text Formatting allows users to style their messages with bold, italic, und
| 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