0.3.5 • Published 2 years ago

appmienviochat v0.3.5

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

appmienviochat

appmienviochat is a react native typescript library that implements a customizable Chat that uses react-native-gifted-chat

Installation

npm i appmienviochat

Usage

User is the original repository user data ChatUser is used locally in the state of the package Messages is to pre-load existing messages into the chat component. onAddMessage is a function that takes a message as a parameter is called when the user sends a message to the chat. onRefresh is a funcition that is called when the user clicks on the refresh icon

<Chat user={{}} chatUser={{
                            _id: 1,
                            name: 'Developer',
                        }} messages={[{
                            _id: 9,
                            text: "#awesome 3",
                            createdAt: new Date(),
                            user: {
                              _id: 1,
                              name: "Developer",
                            },
                          },
                          {
                            _id: 8,
                            text: "#awesome 2",
                            createdAt: new Date(),
                            user: {
                              _id: 1,
                              name: "Developer",
                            },
                          }]}

                          onAddMessage={onAddMessageHandler}
                          onRefresh = {onRefreshHandler}
                          />
0.3.5

2 years ago

0.3.2

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

3 years ago

0.2.7

3 years ago

0.2.6

3 years ago

0.2.5

3 years ago

0.2.4

3 years ago

0.2.3

3 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago