simple chat UI for React Native
npm install react-native-simple-chat
or
yarn add react-native-simple-chat
import SimpleChat from "react-native-simple-chat";
// ...
`
<SimpleChat
data={arrayOfMessages}
sendButtonText="send"
onPressSendButton={sendMessage}
/>
`
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT