List
: CommonComponent<{ flatListProps
?: Omit<FlatListProps<GroupChannel>, "data" | "renderItem">; groupChannels
: GroupChannel[]; menuItemCreator
?: ((defaultMenuItem
: ActionMenuItem) => ActionMenuItem); onLoadNext
: (() => Promise<void>); onPressChannel
: ((channel
: GroupChannel) => void); renderGroupChannelPreview
: ((props
: { channel
: GroupChannel; onLongPress
: (() => void); onPress
: (() => void); }) => null | ReactElement<any, string | JSXElementConstructor<any>>); }>