UNPKG

react-native-chating-ui-kit

Version:

CometChat React Native UI Kit is a collection of custom UI Components designed to build text , chat and calling features in your application. The UI Kit is developed to keep developers in mind and aims to reduce development efforts significantly

20 lines 2.03 kB
import { CometChatVideoBubble, VideoBubbleStyle, } from './CometChatVideoBubble'; import { CometChatActionSheet, ActionSheetStyles, ActionItem } from './CometChatActionSheet'; import { CometChatTextBubble, TextBubbleStyle, FormatTextForLinks, } from './CometChatTextBubble'; import { CometChatImageBubble, ImageBubbleStyle, } from './CometChatImageBubble'; import { CometChatFileBubble, FileBubbleStyle, } from './CometChatFileBubble'; import { AudioBubbleStyle, CometChatAudioBubble, } from './CometChatAudioBubble'; import { CometChatAvatar, AvatarConfiguration, AvatarStyle } from './CometChatAvatar'; import { CometChatBadge, BadgeConfiguration, BadgeStyle, } from './CometChatBadge'; import { CometChatStatusIndicator, StatusIndicatorConfiguration, StatusIndicatorStyle, } from './CometChatStatusIndicator'; import { CometChatReceipt, ReceiptConfiguration } from './CometChatReceipt'; import { CometChatDate, DateConfiguration, DateStyle } from './CometChatDate'; import { CometChatList, } from './CometChatList'; import { CometChatListItem, ListItemStyle, ListItemConfiguration } from './CometChatListItem'; import { CometChatMessageInput } from './CometChatMessageInput'; import { CometChatBottomSheet } from './CometChatBottomSheet'; import { CometChatConfirmDialog } from './CometChatConfirmDialog'; export { FormatTextForLinks, ListItemConfiguration, CometChatListItem, ListItemStyle, CometChatAvatar, CometChatBadge, CometChatStatusIndicator, CometChatReceipt, CometChatDate, AvatarConfiguration, BadgeConfiguration, BadgeStyle, DateConfiguration, ReceiptConfiguration, StatusIndicatorConfiguration, StatusIndicatorStyle, DateStyle, AvatarStyle, CometChatMessageInput, AudioBubbleStyle, CometChatAudioBubble, CometChatFileBubble, FileBubbleStyle, CometChatVideoBubble, VideoBubbleStyle, CometChatTextBubble, TextBubbleStyle, CometChatImageBubble, ImageBubbleStyle, // CometChatActionSheet, ActionSheetStyles, ActionItem, CometChatBottomSheet, CometChatConfirmDialog, CometChatList, }; //# sourceMappingURL=index.js.map