From 3bac6d6662ea9b4a03aa9420c279f13a110a107e Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Wed, 22 Apr 2020 20:44:05 +0200 Subject: [PATCH] Enabled horizontal paging --- src/components/Lists/CardList/CardList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Lists/CardList/CardList.js b/src/components/Lists/CardList/CardList.js index 338ecc0..30eb901 100644 --- a/src/components/Lists/CardList/CardList.js +++ b/src/components/Lists/CardList/CardList.js @@ -57,6 +57,7 @@ export default class CardList extends React.Component { numColumns={this.props.isHorizontal ? undefined : 2} horizontal={this.props.isHorizontal} contentContainerStyle={containerStyle} + pagingEnabled={this.props.isHorizontal} /> ); }