UNPKG

@gathertown/uikit-react-native

Version:

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

9 lines (8 loc) 319 B
import { SendbirdGroupChannel } from '@gathertown/uikit-utils'; type Props = { channel: SendbirdGroupChannel; onPress: () => void; onLongPress: () => void; }; declare const GroupChannelPreviewContainer: ({ onPress, onLongPress, channel }: Props) => JSX.Element; export default GroupChannelPreviewContainer;