Enabled horizontal paging
This commit is contained in:
джерело
4c4f968e25
коміт
3bac6d6662
1 змінених файлів з 1 додано та 0 видалено
|
@ -57,6 +57,7 @@ export default class CardList extends React.Component<Props> {
|
||||||
numColumns={this.props.isHorizontal ? undefined : 2}
|
numColumns={this.props.isHorizontal ? undefined : 2}
|
||||||
horizontal={this.props.isHorizontal}
|
horizontal={this.props.isHorizontal}
|
||||||
contentContainerStyle={containerStyle}
|
contentContainerStyle={containerStyle}
|
||||||
|
pagingEnabled={this.props.isHorizontal}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Завантаження…
Посилання в новій задачі