Fragment
: { collectionCreator
?: (() => GroupChannelCollection); flatListProps
?: Omit<FlatListProps<GroupChannel>, "data" | "renderItem">; menuItemCreator
?: ((defaultMenuItem
: ActionMenuItem) => ActionMenuItem); onPressChannel
: ((channel
: GroupChannel) => void); onPressCreateChannel
: ((channelType
: GroupChannelType) => void); renderGroupChannelPreview
?: ((props
: { channel
: GroupChannel; onLongPress
: (() => void); onPress
: (() => void); }) => null | ReactElement<any, string | JSXElementConstructor<any>>); skipTypeSelection
?: boolean; }