Skip to content

docs(react-native): add Smart Chat Features (AI) page - #408

Merged
ketanyekale merged 2 commits into
mainfrom
docs/rn-ai-smart-chat-features
Jul 29, 2026
Merged

docs(react-native): add Smart Chat Features (AI) page#408
ketanyekale merged 2 commits into
mainfrom
docs/rn-ai-smart-chat-features

Conversation

@suraj-chauhan-cometchat

Copy link
Copy Markdown
Contributor

Summary

  • Adds ui-kit/react-native/ai-features.mdx covering Conversation Starter, Smart Replies, and Conversation Summary
  • Synced with Android/iOS structure: quick reference accordion → overview paragraph + image → 3 feature sections with screenshots
  • RN-specific: each section includes the enabling prop (showConversationStarters, showSmartReplies, showConversationSummaryButton) since RN requires explicit opt-in unlike other UI kits
  • Wired into docs.json nav under Features → Chat alongside core-features and extensions

Test plan

  • mintlify dev → navigate to http://localhost:3000/ui-kit/react-native/ai-features
  • Verify all three sections render with images
  • Verify page appears in the sidebar under Features → Chat

🤖 Generated with Claude Code

Add ai-features.mdx covering Conversation Starter, Smart Replies, and
Conversation Summary — synced with Android/iOS structure. Wires the page
into docs.json nav under Features → Chat.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mintlify

mintlify Bot commented Jun 25, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
cometchat 🟢 Ready View Preview Jun 25, 2026, 1:45 PM

…features

- showConversationSummaryButton alone is a dead prop: CometChatMessageHeader
  adds the overflow-menu item only when onConversationSummaryPress is also
  passed (CometChatMessageHeader.tsx:195)
- The header ships no summary panel; it only invokes the callback. Example now
  renders CometChatConversationSummary with getConversationSummary backed by
  CometChat.getConversationSummary(), mirroring the sample app
- Add CometChatConversationSummary to the Quick Reference key components row

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ketanyekale
ketanyekale merged commit d494237 into main Jul 29, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants