# CometChat Docs: Chat & Messaging SDKs React Native

> Technical documentation & Implementation guides to add In-app Messaging & Voice & Video Calling to your apps and websites in minutes.

## React Native

### v4‎‎‎‎‎‎‎‎

####  

- [React Native SDK](https://www.cometchat.com/docs/sdk/react-native/overview.md): Add real-time chat, voice, video, users, groups, messages, and push notifications to React Native apps with the CometChat SDK.
- [Setup](https://www.cometchat.com/docs/sdk/react-native/setup-sdk.md): Install, configure, initialize, and log in users with the CometChat React Native SDK using app settings and auth keys.
- [Authentication](https://www.cometchat.com/docs/sdk/react-native/authentication-overview.md): Create users, log in with Auth Key or Auth Token, check login status, and log out using the CometChat React Native SDK.
- [Calling](https://www.cometchat.com/docs/sdk/react-native/calling-overview.md): Add CometChat voice and video calling to React Native apps with one-on-one calls, group calls, conference sessions, and call logs.
- [User Presence](https://www.cometchat.com/docs/sdk/react-native/user-presence.md): Track real-time user online/offline status and configure presence subscriptions using the CometChat React Native SDK.
- [AI Moderation](https://www.cometchat.com/docs/sdk/react-native/ai-moderation.md): Automatically moderate chat messages using AI to detect and block inappropriate content in real-time.
- [AI Agents](https://www.cometchat.com/docs/sdk/react-native/ai-agents.md): Integrate AI Agents into your React Native app using the CometChat SDK, including real-time event streaming and agentic message handling.
- [Campaigns](https://www.cometchat.com/docs/sdk/react-native/campaigns.md): Fetch notification feed items, listen for real-time delivery, mark items as read/delivered, report engagement, and track push notifications using the CometChat React Native SDK.
- [Upgrading From V3](https://www.cometchat.com/docs/sdk/react-native/upgrading-from-v3.md): Migrate your CometChat React Native SDK integration from v3 to v4 with updated dependencies and import statements.
- [Extensions](https://www.cometchat.com/docs/sdk/react-native/extensions-overview.md): Navigate to Extensions documentation.
- [AI](https://www.cometchat.com/docs/sdk/react-native/ai-user-copilot-overview.md): Navigate to AI documentation.
- [Bots](https://www.cometchat.com/docs/sdk/react-native/ai-chatbots-overview.md): Build AI chatbots for React Native apps with CometChat to automate replies, assist users, and connect bot workflows to chat.
- [Webhooks](https://www.cometchat.com/docs/sdk/react-native/webhooks-overview.md): Navigate to Webhooks documentation.
- [React Native UI Kit](https://www.cometchat.com/docs/sdk/react-native/react-native-overview.md): Navigate to React Native UI Kit documentation.
- [Changelog](https://www.cometchat.com/docs/sdk/react-native/changelog.md): Navigate to Changelog documentation.

##### Messaging

- [Send Messages](https://www.cometchat.com/docs/sdk/react-native/send-message.md): Send CometChat text, media, and custom messages to users and groups in React Native apps with message types and metadata.
- [Upload Files & Send Attachments](https://www.cometchat.com/docs/sdk/react-native/upload-files.md): Upload files directly to storage with per-file progress, remove, and retry through an UploadFileRequest — then send them as one or more media messages with multiple attachments.
- [Receive Messages](https://www.cometchat.com/docs/sdk/react-native/receive-messages.md): Receive real-time messages, fetch unread messages, retrieve message history, search messages, and get unread counts using the CometChat React Native SDK.
- [Message Filtering](https://www.cometchat.com/docs/sdk/react-native/additional-message-filtering.md): Advanced filtering options for fetching messages using MessagesRequestBuilder in the CometChat React Native SDK.
- [Retrieve Conversations](https://www.cometchat.com/docs/sdk/react-native/retrieve-conversations.md): Fetch, filter, tag, and search CometChat conversations in React Native apps, including user and group conversation records.
- [Threaded Messages](https://www.cometchat.com/docs/sdk/react-native/threaded-messages.md): Send, receive, and fetch CometChat threaded messages in React Native apps using parent message IDs and message listeners.
- [Thread Subscription](https://www.cometchat.com/docs/sdk/react-native/thread-subscription.md): Subscribe and unsubscribe from message threads, read subscription state off a message, and fetch participated threads with the CometChat React Native SDK.
- [Edit Message](https://www.cometchat.com/docs/sdk/react-native/edit-message.md): Edit CometChat text and custom messages in React Native apps by message ID and listen for real-time edit events.
- [Delete Message](https://www.cometchat.com/docs/sdk/react-native/delete-message.md): Delete CometChat messages in React Native apps by message ID and listen for real-time deletion events.
- [Flag Message](https://www.cometchat.com/docs/sdk/react-native/flag-message.md): Get flag reasons and flag inappropriate CometChat messages in React Native apps with reason IDs and moderation remarks.
- [Pin A Message](https://www.cometchat.com/docs/sdk/react-native/pin-message.md): Pin and unpin messages in a conversation, fetch the pinned list, and listen for pin events with the CometChat React Native SDK.
- [Save A Message](https://www.cometchat.com/docs/sdk/react-native/save-message.md): Save and unsave messages privately, fetch the saved list across conversations, and listen for save events with the CometChat React Native SDK.
- [Delete Conversation](https://www.cometchat.com/docs/sdk/react-native/delete-conversation.md): Delete one-on-one or group conversations for the logged-in user with the CometChat React Native SDK.
- [Pin A Conversation](https://www.cometchat.com/docs/sdk/react-native/pin-conversation.md): Pin and unpin conversations and fetch the pinned conversation list with the CometChat React Native SDK.
- [Typing Indicators](https://www.cometchat.com/docs/sdk/react-native/typing-indicators.md): Send and receive CometChat typing indicators in React Native apps for user and group conversations with real-time listeners.
- [Transient Messages](https://www.cometchat.com/docs/sdk/react-native/transient-messages.md): Send and receive ephemeral real-time messages with the CometChat React Native SDK for live reactions and temporary indicators.
- [Delivery & Read Receipts](https://www.cometchat.com/docs/sdk/react-native/delivery-read-receipts.md): Mark messages as delivered, read, or unread and receive real-time receipt events using the CometChat React Native SDK.
- [Mentions](https://www.cometchat.com/docs/sdk/react-native/mentions.md): Send messages with user mentions, retrieve mentioned users, and filter messages by mention metadata using the CometChat React Native SDK.
- [Reactions](https://www.cometchat.com/docs/sdk/react-native/reactions.md): Add, remove, and fetch message reactions in real-time using the CometChat React Native SDK. Includes listener events and helper methods for updating UI.

##### Users

- [Users](https://www.cometchat.com/docs/sdk/react-native/users-overview.md): Overview of CometChat user functionality including user management, retrieval, and presence tracking in the React Native SDK.
- [Retrieve Users](https://www.cometchat.com/docs/sdk/react-native/retrieve-users.md): Fetch, filter, search, and sort users using the CometChat React Native SDK. Includes pagination, role-based filtering, tag support, and online user counts.
- [User Management](https://www.cometchat.com/docs/sdk/react-native/user-management.md): Create, update, and manage CometChat users programmatically using the React Native SDK. Includes user creation, profile updates, and the User class reference.
- [Block Users](https://www.cometchat.com/docs/sdk/react-native/block-users.md): Block and unblock users, and retrieve the list of blocked users using the CometChat React Native SDK.

##### Groups

- [Groups](https://www.cometchat.com/docs/sdk/react-native/groups-overview.md): Overview of group management in the CometChat React Native SDK including group types, member roles, and available operations.
- [Retrieve Groups](https://www.cometchat.com/docs/sdk/react-native/retrieve-groups.md): Fetch, filter, and search groups using the CometChat React Native SDK. Includes pagination, tag-based filtering, joined-only groups, and online member counts.
- [Create A Group](https://www.cometchat.com/docs/sdk/react-native/create-group.md): Create public, private, or password-protected groups and optionally add members during creation using the CometChat React Native SDK.
- [Update A Group](https://www.cometchat.com/docs/sdk/react-native/update-group.md): Update group details such as name, type, icon, and description using the CometChat React Native SDK.
- [Join A Group](https://www.cometchat.com/docs/sdk/react-native/join-group.md): Learn how to join public, password-protected, and private groups, and receive real-time join events using the CometChat React Native SDK.
- [Leave A Group](https://www.cometchat.com/docs/sdk/react-native/leave-group.md): Learn how to leave a group and receive real-time events when members leave using the CometChat React Native SDK.
- [Delete A Group](https://www.cometchat.com/docs/sdk/react-native/delete-group.md): Delete a group permanently using the CometChat React Native SDK. Only group admins can perform this operation.
- [Retrieve Group Members](https://www.cometchat.com/docs/sdk/react-native/retrieve-group-members.md): Fetch and filter group members by scope, status, and search keyword using the CometChat React Native SDK with pagination support.
- [Add Members To A Group](https://www.cometchat.com/docs/sdk/react-native/group-add-members.md): Learn how to add members to a group, receive real-time member added events, and handle missed events using the CometChat React Native SDK.
- [Ban Or Kick Member From A Group](https://www.cometchat.com/docs/sdk/react-native/group-kick-ban-members.md): Learn how to kick, ban, and unban group members, fetch banned member lists, and receive real-time events using the CometChat React Native SDK.
- [Change Member Scope](https://www.cometchat.com/docs/sdk/react-native/group-change-member-scope.md): Learn how to change group member scope (admin, moderator, participant) and receive real-time scope change events using the CometChat React Native SDK.
- [Transfer Group Ownership](https://www.cometchat.com/docs/sdk/react-native/transfer-group-ownership.md): Transfer CometChat group ownership to another member in React Native apps before the current owner leaves the group.

##### Resources

- [Key Concepts](https://www.cometchat.com/docs/sdk/react-native/key-concepts.md): Understand the fundamental building blocks of CometChat — users, groups, messaging categories, authentication, and roles.
- [Message Structure and Hierarchy](https://www.cometchat.com/docs/sdk/react-native/message-structure-and-hierarchy.md): Understand the message categories, types, and hierarchy in the CometChat React Native SDK including text, media, custom, card, action, and call messages.
- [All Real Time Listeners](https://www.cometchat.com/docs/sdk/react-native/real-time-listeners.md): Complete reference for all CometChat real-time listeners in the React Native SDK including User, Group, Message, and Call listeners.
- [Rate Limits](https://www.cometchat.com/docs/sdk/react-native/rate-limits.md): Understand CometChat REST API rate limits, response headers, and how to handle rate-limited requests in your React Native application.
- [Connection Status](https://www.cometchat.com/docs/sdk/react-native/connection-status.md): Monitor real-time WebSocket connection status and respond to connectivity changes using the CometChat React Native SDK.
- [Managing Web Sockets Connections Manually](https://www.cometchat.com/docs/sdk/react-native/managing-web-sockets-connections-manually.md): Learn how to manage WebSocket connections in the CometChat React Native SDK, including connect, disconnect, and ping.
- [Push Notification Content Customization](https://www.cometchat.com/docs/sdk/react-native/push-notification-html-stripping.md): Customize CometChat React Native push notification content by stripping HTML tags before Android or iOS notifications display.

### v3‎‎‎‎‎‎‎‎

####  

- [Setup](https://www.cometchat.com/docs/sdk/react-native/3.0/setup.md): Setup — CometChat documentation.
- [User Presence](https://www.cometchat.com/docs/sdk/react-native/3.0/user-presence.md): User Presence — CometChat documentation.
- [Bots](https://www.cometchat.com/docs/sdk/react-native/3.0/bots.md): Bots — CometChat documentation.
- [Webhooks](https://www.cometchat.com/docs/sdk/react-native/3.0/webhooks.md): Webhooks — CometChat documentation.
- [Extensions](https://www.cometchat.com/docs/sdk/react-native/3.0/extensions-overview.md): Navigate to Extensions documentation.
- [V3 UI Kit](https://www.cometchat.com/docs/sdk/react-native/3.0/react-native-3-0-overview.md): Navigate to V3 UI Kit documentation.

##### Overview

- [Overview](https://www.cometchat.com/docs/sdk/react-native/3.0/overview.md): Overview of Overview in CometChat.
- [Key Concepts](https://www.cometchat.com/docs/sdk/react-native/3.0/key-concepts.md): Key Concepts — CometChat documentation.
- [Message Structure And Hierarchy](https://www.cometchat.com/docs/sdk/react-native/3.0/message-structure-and-hierarchy.md): Message Structure And Hierarchy — CometChat documentation.
- [Rate Limits](https://www.cometchat.com/docs/sdk/react-native/3.0/rate-limits.md): Rate Limits — CometChat documentation.

##### Authentication

- [Authentication](https://www.cometchat.com/docs/sdk/react-native/3.0/authentication.md): Authentication — CometChat documentation.
- [Login Listeners](https://www.cometchat.com/docs/sdk/react-native/3.0/authentication-login-listeners.md): Login Listeners — CometChat documentation.

##### Messaging

- [Messaging](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging.md): Messaging — CometChat documentation.
- [Send A Message](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-send-message.md): Send A Message — CometChat documentation.
- [Receive Messages](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-receive-messages.md): Receive Messages — CometChat documentation.
- [Additional Message Filtering](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-additional-message-filtering.md): Additional Message Filtering — CometChat documentation.
- [Retrieve Conversations](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-retrieve-conversations.md): Retrieve Conversations — CometChat documentation.
- [Threaded Messages](https://www.cometchat.com/docs/sdk/react-native/3.0/threaded-messages.md): Threaded Messages — CometChat documentation.
- [Edit A Message](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-edit-message.md): Edit A Message — CometChat documentation.
- [Delete A Message](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-delete-message.md): Delete A Message — CometChat documentation.
- [Delete A Conversation](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-delete-conversation.md): Delete A Conversation — CometChat documentation.
- [Typing Indicators](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-typing-indicators.md): Typing Indicators — CometChat documentation.
- [Transient Messages](https://www.cometchat.com/docs/sdk/react-native/3.0/transient-messages.md): Transient Messages — CometChat documentation.
- [Delivery & Read Receipts](https://www.cometchat.com/docs/sdk/react-native/3.0/messaging-receipts.md): Delivery & Read Receipts — CometChat documentation.

##### Calling v3

- [Calling V3](https://www.cometchat.com/docs/sdk/react-native/3.0/calling-v3.md): Calling V3 — CometChat documentation.
- [Setup](https://www.cometchat.com/docs/sdk/react-native/3.0/v3-setup.md): Setup — CometChat documentation.
- [Default Calling](https://www.cometchat.com/docs/sdk/react-native/3.0/v3-default-calling.md): Default Calling — CometChat documentation.
- [Direct Calling](https://www.cometchat.com/docs/sdk/react-native/3.0/v3-direct-calling.md): Direct Calling — CometChat documentation.
- [Video View Customisation](https://www.cometchat.com/docs/sdk/react-native/3.0/v3-video-view-customisation.md): Video View Customisation — CometChat documentation.
- [Recording (Beta)](https://www.cometchat.com/docs/sdk/react-native/3.0/recording-beta-v3.md): Recording (Beta) — CometChat documentation.
- [Presenter Mode](https://www.cometchat.com/docs/sdk/react-native/3.0/presenter-mode.md): Presenter Mode — CometChat documentation.

##### Calling

- [Calling](https://www.cometchat.com/docs/sdk/react-native/3.0/calling.md): Calling — CometChat documentation.
- [Direct Calling](https://www.cometchat.com/docs/sdk/react-native/3.0/calling-direct-calling.md): Direct Calling — CometChat documentation.
- [Default Calling](https://www.cometchat.com/docs/sdk/react-native/3.0/calling-default-calling.md): Default Calling — CometChat documentation.
- [Recording (Beta)](https://www.cometchat.com/docs/sdk/react-native/3.0/calling-recording.md): Recording (Beta) — CometChat documentation.
- [Video View Customisation](https://www.cometchat.com/docs/sdk/react-native/3.0/video-view-customisation.md): Video View Customisation — CometChat documentation.

##### Users

- [Users](https://www.cometchat.com/docs/sdk/react-native/3.0/users.md): Users — CometChat documentation.
- [Retrieve Users](https://www.cometchat.com/docs/sdk/react-native/3.0/users-retrieve-users.md): Retrieve Users — CometChat documentation.
- [User Management](https://www.cometchat.com/docs/sdk/react-native/3.0/users-user-management.md): User Management — CometChat documentation.
- [Block Users](https://www.cometchat.com/docs/sdk/react-native/3.0/users-block-users.md): Block Users — CometChat documentation.

##### Groups

- [Groups](https://www.cometchat.com/docs/sdk/react-native/3.0/groups.md): Groups — CometChat documentation.
- [Retrieve Groups](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-retrieve-groups.md): Retrieve Groups — CometChat documentation.
- [Create A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-create-group.md): Create A Group — CometChat documentation.
- [Update A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-update-group.md): Update A Group — CometChat documentation.
- [Join A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-join-group.md): Join A Group — CometChat documentation.
- [Leave A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-leave-group.md): Leave A Group — CometChat documentation.
- [Delete A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-delete-group.md): Delete A Group — CometChat documentation.
- [Retrieve Group Members](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-retrieve-group-members.md): Retrieve Group Members — CometChat documentation.
- [Add Members To A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-add-members-to-group.md): Add Members To A Group — CometChat documentation.
- [Ban/Kick Member From A Group](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-kick-ban-members.md): Ban/Kick Member From A Group — CometChat documentation.
- [Change Member Scope](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-change-member-scope.md): Change Member Scope — CometChat documentation.
- [Transfer Group Ownership](https://www.cometchat.com/docs/sdk/react-native/3.0/groups-transfer-group-ownership.md): Transfer Group Ownership — CometChat documentation.

##### Resources

- [Resources](https://www.cometchat.com/docs/sdk/react-native/3.0/resources.md): Resources — CometChat documentation.
- [All Real Time Listeners](https://www.cometchat.com/docs/sdk/react-native/3.0/resources-all-real-time-listeners.md): All Real Time Listeners — CometChat documentation.
- [Upgrading From V2](https://www.cometchat.com/docs/sdk/react-native/3.0/resources-upgrading-from-v2.md): Upgrading From V2 — CometChat documentation.
- [Push Notification Setup](https://www.cometchat.com/docs/sdk/react-native/3.0/resources-push-notification-setup.md): Push Notification Setup — CometChat documentation.

##### Advanced

- [Advanced](https://www.cometchat.com/docs/sdk/react-native/3.0/advanced.md): Advanced — CometChat documentation.
- [Connection Status](https://www.cometchat.com/docs/sdk/react-native/3.0/advanced-connection-listener.md): Connection Status — CometChat documentation.
- [Managing Web Socket Connections Manually](https://www.cometchat.com/docs/sdk/react-native/3.0/managing-web-socket-connections-manually.md): Managing Web Socket Connections Manually — CometChat documentation.

### v2‎‎‎‎‎‎‎‎

####  

- [Setup](https://www.cometchat.com/docs/sdk/react-native/2.0/setup.md): Setup — CometChat documentation.
- [User Presence](https://www.cometchat.com/docs/sdk/react-native/2.0/user-presence.md): User Presence — CometChat documentation.
- [Bots](https://www.cometchat.com/docs/sdk/react-native/2.0/bots.md): Bots — CometChat documentation.
- [Webhooks](https://www.cometchat.com/docs/sdk/react-native/2.0/webhooks.md): Webhooks — CometChat documentation.

##### Overview

- [Overview](https://www.cometchat.com/docs/sdk/react-native/2.0/overview.md): Overview of Overview in CometChat.
- [Key Concepts](https://www.cometchat.com/docs/sdk/react-native/2.0/key-concepts.md): Key Concepts — CometChat documentation.
- [Message Structure And Hierarchy](https://www.cometchat.com/docs/sdk/react-native/2.0/message-structure-and-hierarchy.md): Message Structure And Hierarchy — CometChat documentation.
- [Rate Limits](https://www.cometchat.com/docs/sdk/react-native/2.0/rate-limits.md): Rate Limits — CometChat documentation.

##### Authentication

- [Authentication](https://www.cometchat.com/docs/sdk/react-native/2.0/authentication.md): Authentication — CometChat documentation.
- [Login Listeners](https://www.cometchat.com/docs/sdk/react-native/2.0/authentication-login-listeners.md): Login Listeners — CometChat documentation.

##### Messaging

- [Messaging](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging.md): Messaging — CometChat documentation.
- [Send A Message](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-send-message.md): Send A Message — CometChat documentation.
- [Receive Messages](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-receive-messages.md): Receive Messages — CometChat documentation.
- [Additional Message Filtering](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-additional-message-filtering.md): Additional Message Filtering — CometChat documentation.
- [Retrieve Conversations](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-retrieve-conversations.md): Retrieve Conversations — CometChat documentation.
- [Threaded Messages](https://www.cometchat.com/docs/sdk/react-native/2.0/threaded-messages.md): Threaded Messages — CometChat documentation.
- [Edit A Message](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-edit-message.md): Edit A Message — CometChat documentation.
- [Delete A Message](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-delete-message.md): Delete A Message — CometChat documentation.
- [Delete A Conversation](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-delete-conversation.md): Delete A Conversation — CometChat documentation.
- [Typing Indicators](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-typing-indicators.md): Typing Indicators — CometChat documentation.
- [Delivery & Read Receipts](https://www.cometchat.com/docs/sdk/react-native/2.0/messaging-receipts.md): Delivery & Read Receipts — CometChat documentation.

##### Calling

- [Calling](https://www.cometchat.com/docs/sdk/react-native/2.0/calling.md): Calling — CometChat documentation.
- [Direct Calling](https://www.cometchat.com/docs/sdk/react-native/2.0/calling-direct-calling.md): Direct Calling — CometChat documentation.
- [Default Calling](https://www.cometchat.com/docs/sdk/react-native/2.0/calling-default-calling.md): Default Calling — CometChat documentation.

##### Users

- [Users](https://www.cometchat.com/docs/sdk/react-native/2.0/users.md): Users — CometChat documentation.
- [Retrieve Users](https://www.cometchat.com/docs/sdk/react-native/2.0/users-retrieve-users.md): Retrieve Users — CometChat documentation.
- [User Management](https://www.cometchat.com/docs/sdk/react-native/2.0/users-user-management.md): User Management — CometChat documentation.
- [Block Users](https://www.cometchat.com/docs/sdk/react-native/2.0/users-block-users.md): Block Users — CometChat documentation.

##### Groups

- [Groups](https://www.cometchat.com/docs/sdk/react-native/2.0/groups.md): Groups — CometChat documentation.
- [Retrieve Groups](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-retrieve-groups.md): Retrieve Groups — CometChat documentation.
- [Create A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-create-group.md): Create A Group — CometChat documentation.
- [Update A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-update-group.md): Update A Group — CometChat documentation.
- [Join A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-join-group.md): Join A Group — CometChat documentation.
- [Leave A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-leave-group.md): Leave A Group — CometChat documentation.
- [Delete A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-delete-group.md): Delete A Group — CometChat documentation.
- [Retrieve Group Members](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-retrieve-group-members.md): Retrieve Group Members — CometChat documentation.
- [Add Members To A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-add-members-to-group.md): Add Members To A Group — CometChat documentation.
- [Ban/Kick Member From A Group](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-kick-ban-members.md): Ban/Kick Member From A Group — CometChat documentation.
- [Change Member Scope](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-change-member-scope.md): Change Member Scope — CometChat documentation.
- [Transfer Group Ownership](https://www.cometchat.com/docs/sdk/react-native/2.0/groups-transfer-group-ownership.md): Transfer Group Ownership — CometChat documentation.

##### Resources

- [Resources](https://www.cometchat.com/docs/sdk/react-native/2.0/resources.md): Resources — CometChat documentation.
- [All Real Time Listeners](https://www.cometchat.com/docs/sdk/react-native/2.0/resources-all-real-time-listeners.md): All Real Time Listeners — CometChat documentation.
- [Upgrading From V1](https://www.cometchat.com/docs/sdk/react-native/2.0/resources-upgrading-from-v1.md): Upgrading From V1 — CometChat documentation.
- [Push Notification Setup](https://www.cometchat.com/docs/sdk/react-native/2.0/resources-push-notification-setup.md): Push Notification Setup — CometChat documentation.

##### Advanced

- [Advanced](https://www.cometchat.com/docs/sdk/react-native/2.0/advanced.md): Advanced — CometChat documentation.
- [Connection Status](https://www.cometchat.com/docs/sdk/react-native/2.0/advanced-connection-listener.md): Connection Status — CometChat documentation.
