react-native-simple-chat
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

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

Package Sidebar

Install

npm i react-native-simple-chat

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

37.9 kB

Total Files

15

Last publish

Collaborators

  • kodaikabasawa