UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

7 lines (6 loc) 512 B
export { default as OpenChannelHeader } from './component/OpenChannelHeader'; export { default as OpenChannelInput } from './component/OpenChannelInput'; export { default as OpenChannelStatusLoading } from './component/OpenChannelStatusLoading'; export { default as OpenChannelStatusEmpty } from './component/OpenChannelStatusEmpty'; export { default as createOpenChannelModule } from './module/createOpenChannelModule'; export { OpenChannelContextsProvider, OpenChannelContexts } from './module/moduleContext';