From 0410499593fda125ec144d6037c37243d07d4c2f Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Thu, 23 Apr 2020 08:51:22 +0200 Subject: [PATCH] Removed paging as it caused problems on some screen sizes --- src/components/Lists/CardList/CardList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/Lists/CardList/CardList.js b/src/components/Lists/CardList/CardList.js index 30eb901..338ecc0 100644 --- a/src/components/Lists/CardList/CardList.js +++ b/src/components/Lists/CardList/CardList.js @@ -57,7 +57,6 @@ export default class CardList extends React.Component { numColumns={this.props.isHorizontal ? undefined : 2} horizontal={this.props.isHorizontal} contentContainerStyle={containerStyle} - pagingEnabled={this.props.isHorizontal} /> ); }