Hierarchy

  • OpenChannelListModule

Properties

Header: CommonComponent<{
    onPressHeaderRight: (() => void);
}>
List: CommonComponent<{
    flatListProps?: Omit<FlatListProps<OpenChannel>, "data" | "renderItem">;
    onLoadNext: (() => Promise<void>);
    onRefresh: (() => void);
    openChannels: OpenChannel[];
    refreshing: boolean;
    renderOpenChannelPreview: ((props: {
        channel: OpenChannel;
    }) => null | ReactElement<any, string | JSXElementConstructor<any>>);
}>
Provider: CommonComponent<{}>
StatusEmpty: CommonComponent<{}>
StatusError: CommonComponent<{
    onPressRetry: (() => void);
}>
StatusLoading: CommonComponent<{}>

Generated using TypeDoc