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