forked from vergnet/application-amicale
Enabled horizontal paging
This commit is contained in:
parent
4c4f968e25
commit
3bac6d6662
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue