3.1.1 • Published 2 years ago

react-native-boomaeats-chat v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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