-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from cometchat-pro/master
v2.3.4-beta1-1
- Loading branch information
Showing
3 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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") | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters