Enabled horizontal paging

This commit is contained in:
Arnaud Vergnet 2020-04-22 20:44:05 +02:00
parent 4c4f968e25
commit 3bac6d6662

View file

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