react-native-custom-chat-bubble
v1.0.11
Published
this is my custom chat bubble
Readme
react-native-custom-chat-bubble
A simple React Native package for displaying customizable chat bubbles with utility functions for timezone handling.
Installation
Install the package using npm:
npm install react-native-custom-chat-bubbleAPI Reference
Methods
import ChatBubble from 'react-native-custom-chat-bubble'Options
| key | iOS | Android | Description | | ------------ | --- | ------- | ------------------------------------------------------------------- | | data | Yes | Yes | This is chat data. | | time | Yes | Yes | This is represents the time the message was sent. | | position | Yes | Yes | This indicate bubble position. | | status | Yes | Yes | This is indicate whether the message was sent. | | preview | Yes | Yes | Preview document. |
