Removed paging as it caused problems on some screen sizes

Bu işleme şunda yer alıyor:
Arnaud Vergnet 2020-04-23 08:51:22 +02:00
ebeveyn 43a3d64deb
işleme 0410499593

Dosyayı Görüntüle

@ -57,7 +57,6 @@ export default class CardList extends React.Component<Props> {
numColumns={this.props.isHorizontal ? undefined : 2} numColumns={this.props.isHorizontal ? undefined : 2}
horizontal={this.props.isHorizontal} horizontal={this.props.isHorizontal}
contentContainerStyle={containerStyle} contentContainerStyle={containerStyle}
pagingEnabled={this.props.isHorizontal}
/> />
); );
} }