UNPKG

@cometchat/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

25 lines (24 loc) 766 B
import { getCometChatTranslation, getCurrentLanguage } from './LocalizationManager' import { CometChatI18nProvider } from './CometChatI18nProvider'; import { useCometChatTranslation } from './useCometChatTranslationHook'; import { translate, getAvailableLanguages, type TranslationKey, type SupportedLanguage, type CustomTranslations } from './CometChatLocalizationHelper'; import type { CometChatLocalizeContextType, Language } from './type'; export { getCometChatTranslation, getCurrentLanguage, CometChatI18nProvider, useCometChatTranslation, translate, getAvailableLanguages, type TranslationKey, type SupportedLanguage, type CustomTranslations, type CometChatLocalizeContextType, type Language }