File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11<div style =" width :100% " >
22 <div style="width:50%;">
33 <div align="center">
4- <img align="center" width="180" height="180" alt="CometChat" src="./Screenshots/logo.png">
5- </div>
6- </div>
4+ <img align="center" width="180" height="180" alt="CometChat" src="./Screenshots/logo.png">
5+ </div>
6+ </div>
77</div >
88
99</br ></br >
@@ -51,18 +51,18 @@ CometChat Kitchen Sink Sample App (built using **CometChat UI Kit**) is a fully
5151- Search by users and groups
5252- Conversations List
5353- Threaded Conversations
54-
54+
5555 ## Extensions
5656
5757 [ Thumbnail Generation] ( https://www.cometchat.com/docs/extensions/thumbnail-generation ) | [ Link Preview] ( https://www.cometchat.com/docs/extensions/link-preview ) | [ Rich Media Preview] ( https://www.cometchat.com/docs/extensions/rich-media-preview ) | [ Smart Replies] ( https://www.cometchat.com/docs/extensions/smart-replies ) | [ Emojis] ( https://www.cometchat.com/docs/extensions/emojis ) | [ Polls] ( https://www.cometchat.com/docs/extensions/polls ) | [ Reactions] ( https://www.cometchat.com/docs/extensions/reactions ) | [ Stickers] ( https://www.cometchat.com/docs/extensions/stickers )
5858
59- <hr />
59+ <hr />
6060
6161## Prerequisites
6262
6363Before you begin, ensure you have met the following requirements:
6464
65- - React ` npm install react@17.0.2 `
65+ - React ` npm install react@17.0.2 `
6666
6767- React DOM ` npm install react-dom@17.0.2 `
6868
102102
103103## Add UI Kit to your project
104104
105- Learn more about how to integrate [UI Kit](https://github.com/cometchat-pro/cometchat-pro-react-ui-kit /) inside your app.
105+ Learn more about how to integrate [UI Kit](https://github.com/cometchat-pro/cometchat-chat-uikit-react /) inside your app.
106106
107107---
108108
Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ const request = require('request');
33const extract = require ( 'extract-zip' )
44const rimraf = require ( "rimraf" ) ;
55
6- const fileName = "cometchat-pro-react-ui-kit " ;
6+ const fileName = "cometchat-chat-uikit-react " ;
77const filePath = __dirname + "/src/" + fileName ;
88
9- const zipFileName = "cometchat-pro-react-ui-kit -master" ;
9+ const zipFileName = "cometchat-chat-uikit-react -master" ;
1010
1111const zipName = zipFileName + ".zip" ;
1212const source = __dirname + "/" + zipFileName ;
1313const destination = filePath ;
1414
15- const downloadUrl = "https://github.com/cometchat-pro/cometchat-pro-react-ui-kit /archive/master.zip" ;
15+ const downloadUrl = "https://github.com/cometchat-pro/cometchat-chat-uikit-react /archive/master.zip" ;
1616
1717
1818const download = ( uri , filename , callback ) => {
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import {
2222 CometChatGroupList ,
2323 CometChatGroupListWithMessages ,
2424 CometChatMessages
25- } from '../../cometchat-pro-react-ui-kit /CometChatWorkspace/src' ;
25+ } from '../../cometchat-chat-uikit-react /CometChatWorkspace/src' ;
2626
2727import {
2828 wrapperStyle
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { Global } from "@emotion/react";
77import { Redirect } from 'react-router-dom' ;
88import { connect } from 'react-redux' ;
99
10- import { CometChatAvatar } from '../../cometchat-pro-react-ui-kit /CometChatWorkspace/src' ;
10+ import { CometChatAvatar } from '../../cometchat-chat-uikit-react /CometChatWorkspace/src' ;
1111import { COMETCHAT_CONSTANTS } from '../../consts' ;
1212
1313import {
@@ -36,15 +36,15 @@ class KitchenSinkApp extends React.PureComponent {
3636 }
3737
3838 login = ( uid ) => {
39-
39+
4040 if ( ! uid ) {
4141 uid = this . myRef . current . value ;
4242 }
4343
4444 this . uid = uid ;
4545 this . props . onLogin ( this . uid , COMETCHAT_CONSTANTS . AUTH_KEY ) ;
4646 }
47-
47+
4848 render ( ) {
4949
5050 let loader = null ;
You can’t perform that action at this time.
0 commit comments