Removed paging as it caused problems on some screen sizes
This commit is contained in:
父節點
43a3d64deb
當前提交
0410499593
共有 1 個文件被更改,包括 0 次插入 和 1 次删除
|
@ -57,7 +57,6 @@ 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