react-native-simple-chat
v0.1.1
Published
only chat UI for React Native
Downloads
10
Maintainers
Readme
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