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

3.1.1 • Public • Published

react-native-boomaeats-chat

support chat system

Installation

npm install react-native-boomaeats-chat

Usage

import { Chat } from 'react-native-boomaeats-chat';

// ...
const ChatBox = () => {
  return (
    <View>
      <Chat />
    </View>
  );
};
export default ChatBox;

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-boomaeats-chat

Weekly Downloads

2

Version

3.1.1

License

MIT

Unpacked Size

136 kB

Total Files

45

Last publish

Collaborators

  • boomaeats