Browse Source

Removed paging as it caused problems on some screen sizes

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

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

@@ -57,7 +57,6 @@ 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}
61 60
             />
62 61
         );
63 62
     }

Loading…
Cancel
Save