UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

14 lines (13 loc) 514 B
import { CometChatSoundManager } from "../resources/CometChatSoundManager"; import { CometChatMessagePreview } from "./CometChatMessagePreview"; import { CometChatConversationUtils } from "./conversationUtils"; import { isCursorWithinMentionRange, getMentionRangeAtCursor } from "./MentionUtils"; import { stripMarkdown } from "./MarkdownUtils"; export { CometChatConversationUtils, CometChatMessagePreview, CometChatSoundManager, isCursorWithinMentionRange, getMentionRangeAtCursor, stripMarkdown, };