Enabled horizontal paging
This commit is contained in:
父節點
4c4f968e25
當前提交
3bac6d6662
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
|
@ -57,6 +57,7 @@ export default class CardList extends React.Component<Props> {
|
|||
numColumns={this.props.isHorizontal ? undefined : 2}
|
||||
horizontal={this.props.isHorizontal}
|
||||
contentContainerStyle={containerStyle}
|
||||
pagingEnabled={this.props.isHorizontal}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
載入中…
Reference in a new issue