docs(react-native): add guide for Message Privately feature#402
Open
suraj-chauhan-cometchat wants to merge 4 commits into
Open
docs(react-native): add guide for Message Privately feature#402suraj-chauhan-cometchat wants to merge 4 commits into
suraj-chauhan-cometchat wants to merge 4 commits into
Conversation
Adds guide-message-privately.mdx for React Native v5 covering the built-in sendMessagePrivately message option, CometChatUIEvents.openChat listener pattern, private chat screen setup, and hideMessagePrivatelyOption prop. Closes ENG-36602
…pages to nav - Replace /ui-kit/react-native/getting-started (404) with /ui-kit/react-native/overview in campaigns.mdx and property-changes.mdx - Add calling-integration to Features group in docs.json (before call-features) - Add property-changes to Migration Guide group in docs.json Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- addUIEventListener → addUIListener (correct method name)
- removeUIEventListener → removeUIListener (correct method name)
- openChat callback typed as { user?, group? } matching actual UIEventListener
- Remove incorrect CometChatUIEvents import (not needed)
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
guide-message-privately.mdxfor React Native UIKit v5CometChatMessageListCometChatUIEventHandler.addUIListener/openChatevent pattern, private chat screen setup, back navigation, andhideMessagePrivatelyOptionpropCloses
ENG-36602
Test plan
/ui-kit/react-native/guide-message-privatelyaddUIListener/removeUIListenermethodsopenChatcallback typed as{ user?, group? }hideMessagePrivatelyOptionusage