mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 09:21:44 +08:00
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