0.1.1 • Published 4 years ago
react-native-simple-chat v0.1.1
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
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT