We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b119e commit da2b34eCopy full SHA for da2b34e
index.js
@@ -51,6 +51,7 @@ var CollectionView = React.createClass({
51
style={this.props.style}
52
onEndReached={this.props.onEndReached}
53
scrollEnabled={this.props.scrollEnabled}
54
+ pageSize={this.props.pageSize | 1}
55
/>);
56
},
57
});
0 commit comments