Skip to main content
FieldValue
Package@cometchat/chat-uikit-react-native
PurposeIndex of task-oriented feature guides for the React Native UI Kit
Sample appGitHub
ComponentsComponents Overview
GuidesAI Agent · New Chat · Group Chat · Threaded Messages · Search Messages · Block/Unblock
This page indexes focused, task‑oriented feature guides for the React Native UI Kit. Each guide shows how to implement a specific capability end‑to‑end using UI components.

When to Use These Guides

Use these guides after completing the base Getting Started (or Expo Integration). They help you layer additional UX without rewriting core chat flows.

Guide Directory

GuideDescription
AI Agent IntegrationEnable intelligent conversational AI capabilities with AI Agent integration, chat history, and contextual responses.
New ChatUnified entry for starting new 1:1 or group chats with user & group discovery.
Group ManagementCreate/join groups, view members, add/ban users, change roles/scopes, transfer ownership.
Threaded MessagesThreaded replies: open parent context, list replies, compose within focused thread.
Search MessagesAdd full‑text message search across conversations with result routing into context.
Block/Unblock UserLet users block or unblock others in 1:1 chats; hides composer and shows an unblock prompt.
Custom Text FormatterExtend the base formatter to implement custom inline patterns (hashtags, keywords) with regex + callbacks.
Mentions FormatterAdd @mentions with styled tokens, suggestion list, and click handling for users & members.
URL FormatterDetect and style plain URLs, emails, and phone numbers as clickable links.
Shortcut FormatterProvide !shortcut style expansions invoking extension APIs before inserting content.
Apple Privacy ManifestConfigure required Apple Privacy Manifest for App Store compliance.
Need another guide? Open a request via our Support Portal.

Next Steps