- Preparing search index...
 
- The search index is not available
 
Documentation 
 
Interface OpenChannelListModule
 
Properties
List
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>>); }>