0.1.1 • Published 4 years ago

react-native-simple-chat v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
4 years ago

react-native-simple-chat

simple chat UI for React Native

Installation

npm install react-native-simple-chat
or
yarn add react-native-simple-chat

Usage

import SimpleChat from "react-native-simple-chat";

// ...

`
<SimpleChat
  data={arrayOfMessages}
  sendButtonText="send"
  onPressSendButton={sendMessage}
/>
`

Example

this is example

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT