@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.
5 lines (4 loc) • 442 B
text/typescript
export { default as GroupChannelNotificationsView } from './component/GroupChannelNotificationsView';
export { default as GroupChannelNotificationsHeader } from './component/GroupChannelNotificationsHeader';
export { default as createGroupChannelNotificationsModule } from './module/createGroupChannelNotificationsModule';
export { GroupChannelNotificationsContextsProvider, GroupChannelNotificationsContexts } from './module/moduleContext';