Skip to content

Commit 45ff498

Browse files
committed
Merge branch 'master' of github.com:stermedia/react-web-gifted-chat
2 parents beb3d4c + 4ebaaaf commit 45ff498

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Gifted Chat
22

3-
Web fork of most complete chat UI for React Native (formerly known as Gifted Messenger).
3+
Web fork of most complete chat UI for React Web (formerly known as Gifted Messenger).
44

5-
![](http://i.imgur.com/X7jLrFz.png)
5+
## Demo is available [here](https://codesandbox.io/s/pw6zzl542x)
6+
7+
![](https://thumbs.gfycat.com/VibrantRecklessIriomotecat-size_restricted.gif)
8+
9+
## Article
10+
The article how to create working chat in 20 minutes is available on medium - [here](https://medium.com/@janromaniak/working-realtime-chat-in-react-in-less-than-20-minutes-335f9cf73d69)
611

712
## Features
813

@@ -25,7 +30,7 @@ Web fork of most complete chat UI for React Native (formerly known as Gifted Mes
2530
## Example
2631

2732
```jsx
28-
import { GiftedChat } from 'react-native-gifted-chat';
33+
import { GiftedChat } from 'react-web-gifted-chat';
2934

3035
class Example extends React.Component {
3136

@@ -151,4 +156,4 @@ If you have any issues, you can clear your watches using `watchman watch-del-all
151156

152157
## Author
153158

154-
Feel free to ask me question on Twitter [@JanRomaniak](https://www.twitter.com/JanRomaniak)!
159+
Feel free to ask me question on Twitter [@JanRomaniak](https://www.twitter.com/JanRomaniak)!

0 commit comments

Comments
 (0)