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