This is a reference application showcasing the integration of CometChat's React UI Kit within a React framework. It provides developers with examples of implementing real-time messaging and voice and video calling features in their own React-based applications.
Discover the all-new v5 UI Kit, featuring a completely revamped design for enhanced usability and visual appeal. With restructured components, advanced styling options, and a streamlined integration process, v5 offers a seamless, customizable experience tailored to your needs. Try it now and elevate your development workflow!
Ensure that you have Node.js and npm installed:
npm install npm@latest -gSign up for a CometChat account to get your app credentials: App ID, Region, and Auth Key
git clone https://github.com/cometchat/cometchat-sample-app-react.git cd cometchat-sample-app-react npm installApp ID, Region, and Auth Key in the src/AppConstants.ts file:
cometchat-uikit-react/src/AppConstants.ts
Lines 1 to 7 in d294da6
https://assets.cometchat.io/sampleapp/v1/sampledata.json in the src/components/Login/index.tsx file: cometchat-uikit-react/src/components/Login/index.tsx
Lines 43 to 45 in d294da6
npm run start
For issues running the project or integrating with our UI Kits, consult our documentation or create a support ticket or seek real-time support via the CometChat Dashboard.