Skip to content

Commit

Permalink
Merge pull request #33 from cometchat-pro/master
Browse files Browse the repository at this point in the history
v2.3.4-beta1-1
  • Loading branch information
priyadarshininadar authored May 13, 2021
2 parents da5b0f2 + e596d28 commit 8534f9c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,17 @@ CometChat Kitchen Sink Sample App (built using **CometChat UI Kit**) is a fully

Before you begin, ensure you have met the following requirements:

- React `npm install react@16.13.1`
- React `npm install react@17.0.2`

- React DOM `npm install [email protected]`
- React DOM `npm install [email protected]`

- React scripts `npm install [email protected]`

___

## Installing React Sample App

1. Clone this repository `git clone https://github.com/cometchat-pro/cometchat-pro-react-sample-app.git`
1. Clone this repository `git clone https://github.com/cometchat-pro/javascript-react-chat-app.git`
2. Navigate to the root directory and replace `APP_ID`, `REGION` and `AUTH_KEY` with your CometChat `App ID`, `Region` and `Auth Key` in src/consts.js file.

![alt text](./Screenshots/constants.png "Constants")
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "javascript-react-chat-app",
"version": "2.3.2-1",
"version": "2.3.4-beta1-1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
Expand All @@ -14,7 +14,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3",
"@cometchat-pro/chat": "2.3.2",
"@cometchat-pro/chat": "2.3.4-beta1",
"@emotion/core": "^10.0.35",
"dateformat": "^4.0.0",
"emoji-mart": "^3.0.0",
Expand Down

0 comments on commit 8534f9c

Please sign in to comment.