Upgrading from V3
Upgrading from v3.x to v4 is fairly simple. Below are the major changes that are released as a part of CometChat v4:
Please follow the setup instructions to upgrade to the latest V4 version.
Dependency Change
Chat SDK
- Javascript
npm i @cometchat/chat-sdk-react-native
Calls SDK
- Javascript
npm i @cometchat/calls-sdk-react-native
Change The Import Statements
Change the import statements all around the project.
Chat SDK
- Javascript
import {CometChat} from '@cometchat/chat-sdk-react-native';
Calls SDK
- Javascript
import {CometChatCalls} from '@cometchat/calls-sdk-react-native';