diff --git a/notifications.mdx b/notifications.mdx
index 2e35c6c9..8c8fb872 100644
--- a/notifications.mdx
+++ b/notifications.mdx
@@ -66,7 +66,8 @@ canonical: "https://cometchat.com/docs"
} href="/notifications/flutter-push-notifications-android" horizontal />
} href="/notifications/flutter-push-notifications-ios" horizontal />
- } href="/notifications/react-native-push-notifications" horizontal />
+ } href="/notifications/react-native-push-notifications-android" horizontal />
+ } href="/notifications/react-native-push-notifications-ios" horizontal />
} href="/notifications/web-push-notifications" horizontal />
diff --git a/notifications/push-overview.mdx b/notifications/push-overview.mdx
index 09e21c6c..1330243c 100644
--- a/notifications/push-overview.mdx
+++ b/notifications/push-overview.mdx
@@ -58,7 +58,11 @@ UI Kit implementation
UI Kit implementation
-} href="/notifications/react-native-push-notifications">
+} href="/notifications/react-native-push-notifications-android">
+UI Kit implementation
+
+
+} href="/notifications/react-native-push-notifications-ios">
UI Kit implementation
diff --git a/ui-kit/android/core-features.mdx b/ui-kit/android/core-features.mdx
index 7cccb324..ecc7e147 100644
--- a/ui-kit/android/core-features.mdx
+++ b/ui-kit/android/core-features.mdx
@@ -166,7 +166,7 @@ Learn more about setting up moderation rules and managing content in the [Modera
After implementing moderation rules, users can report messages they find inappropriate or harmful. As a next step, you can enable the **[Report Message](#report-message)** feature to allow users to flag messages for review by moderators.
-### Report Message
+## Report Message
The Report Message feature allows users to report inappropriate or harmful messages within the chat. Users can choose from predefined reasons and provide additional remarks for detailed context. This feature helps maintain a safe and respectful chat environment.