Enabled horizontal paging

Bu işleme şunda yer alıyor:
Arnaud Vergnet 2020-04-22 20:44:05 +02:00
ebeveyn 4c4f968e25
işleme 3bac6d6662

Dosyayı Görüntüle

@ -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}
/>
);
}