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.
2 parents 115034a + 8ca131d commit 25e166bCopy full SHA for 25e166b
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