Skip to main content
Quick Reference for AI Agents & Developers
# Install
npm install @cometchat/chat-uikit-react-native @cometchat/chat-sdk-react-native
With CometChat’s UI Kit for React Native, you can effortlessly build a chat app equipped with all the essential messaging features, along with customizable options tailored to your application requirements. This UI Kit comprises prebuilt UI components organized into smaller modules and components, each configurable to meet your specific needs.
Auth Key is for development/testing only. In production, generate Auth Tokens on your server using the REST API and pass them to the client. Never expose Auth Keys in production client code.

Before Getting Started

Before you begin, it’s essential to grasp the fundamental concepts and features offered by CometChat’s APIs, SDK, and UI Kit. You can find detailed information in Key Concepts documentation. The UI Kit library comprises pre-built React Native Components for effortless integration and is built on top of the React Native Chat SDK. Installing it will also include the core Chat SDK. To begin, please follow the Getting Started guide. Quick Links

Next Steps