Browse Source

Enabled horizontal paging

Arnaud Vergnet 3 years ago
parent
commit
3bac6d6662
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/Lists/CardList/CardList.js

+ 1
- 0
src/components/Lists/CardList/CardList.js View File

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

Loading…
Cancel
Save