Removed paging as it caused problems on some screen sizes

This commit is contained in:
Arnaud Vergnet 2020-04-23 08:51:22 +02:00
parent 43a3d64deb
commit 0410499593

View file

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