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 115034a commit 8ca131dCopy full SHA for 8ca131d
GiftedListView.js
@@ -302,6 +302,7 @@ var GiftedListView = React.createClass({
302
dataSource={this.state.dataSource}
303
renderRow={this.props.rowView}
304
renderSectionHeader={this.props.sectionHeaderView}
305
+ renderHeader={this.headerView}
306
renderFooter={this._renderPaginationView}
307
renderSeparator={this.renderSeparator}
308
0 commit comments