AI Integration Quick Reference
AI Integration Quick Reference
| Field | Value |
|---|---|
| Package | @cometchat/chat-uikit-react-native |
| Purpose | Index of task-oriented feature guides for the React Native UI Kit |
| Sample app | GitHub |
| Components | Components Overview |
| Guides | AI 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
| Guide | Description |
|---|---|
| AI Agent Integration | Enable intelligent conversational AI capabilities with AI Agent integration, chat history, and contextual responses. |
| New Chat | Unified entry for starting new 1:1 or group chats with user & group discovery. |
| Group Management | Create/join groups, view members, add/ban users, change roles/scopes, transfer ownership. |
| Threaded Messages | Threaded replies: open parent context, list replies, compose within focused thread. |
| Search Messages | Add full‑text message search across conversations with result routing into context. |
| Block/Unblock User | Let users block or unblock others in 1:1 chats; hides composer and shows an unblock prompt. |
| Custom Text Formatter | Extend the base formatter to implement custom inline patterns (hashtags, keywords) with regex + callbacks. |
| Mentions Formatter | Add @mentions with styled tokens, suggestion list, and click handling for users & members. |
| URL Formatter | Detect and style plain URLs, emails, and phone numbers as clickable links. |
| Shortcut Formatter | Provide !shortcut style expansions invoking extension APIs before inserting content. |
| Apple Privacy Manifest | Configure required Apple Privacy Manifest for App Store compliance. |