Skip to content

Commit da2b34e

Browse files
committed
Added optional pageSize prop
1 parent 47b119e commit da2b34e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ var CollectionView = React.createClass({
5151
style={this.props.style}
5252
onEndReached={this.props.onEndReached}
5353
scrollEnabled={this.props.scrollEnabled}
54+
pageSize={this.props.pageSize | 1}
5455
/>);
5556
},
5657
});

0 commit comments

Comments
 (0)