mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
e3ef69548c
Summary: Have tested this and works fine ``` <SectionList onLayout={this.onLayout} ref={thisRef => this.listView = thisRef} ListFooterComponent={this.renderFooter} renderItem={this._renderRow} onScroll={this._onScroll} onContentSizeChange={this.contentSizeChanged} renderSectionHeader={this._renderSectionHeader} sections={this.props.data} /> Closes https://github.com/facebook/react-native/pull/12708 Differential Revision: D4656338 Pulled By: sahrens fbshipit-source-id: a2b585aa80247ff0dc2261b740003a6e77cb7a97