react-native/Libraries/CustomComponents
David Adams e3ef69548c VirtualizedList - trigger this.props.onContentSizeChange
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
2017-03-04 19:15:19 -08:00
..
ListView Fix bug with sticky headers that listen to onLayout 2017-03-03 20:15:38 -08:00
Lists VirtualizedList - trigger this.props.onContentSizeChange 2017-03-04 19:15:19 -08:00
NavigationExperimental Add `style` and `imageStyle` props to Navigation.Header.BackButton 2017-02-02 04:58:38 -08:00
Navigator Add missing Immutable-List parameter 2017-03-01 23:01:01 -08:00
LICENSE [ReactNative] Use ASCII double quotes 2015-07-24 13:16:25 -08:00