0.3.5 • Published 1 year ago

appmienviochat v0.3.5

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
1 year 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

1 year ago

0.3.2

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago