feito fork de vergnet/application-amicale
Enabled horizontal paging
Esse commit está contido em:
pai
4c4f968e25
commit
3bac6d6662
1 arquivos alterados com 1 adições e 0 exclusões
|
@ -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}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
Carregando…
Referência em uma nova issue