Removed flow comments
This commit is contained in:
parent
433306e2a7
commit
9eb925d1a1
1 changed files with 0 additions and 3 deletions
|
@ -207,7 +207,6 @@ class WebSectionList extends React.PureComponent<Props, State> {
|
||||||
const {containerPaddingTop, scrollIndicatorInsetTop, onScrollWithListener} = this.props.collapsibleStack;
|
const {containerPaddingTop, scrollIndicatorInsetTop, onScrollWithListener} = this.props.collapsibleStack;
|
||||||
return (
|
return (
|
||||||
<View>
|
<View>
|
||||||
{/*$FlowFixMe*/}
|
|
||||||
<Animated.SectionList
|
<Animated.SectionList
|
||||||
ref={this.scrollRef}
|
ref={this.scrollRef}
|
||||||
sections={dataset}
|
sections={dataset}
|
||||||
|
@ -219,9 +218,7 @@ class WebSectionList extends React.PureComponent<Props, State> {
|
||||||
onRefresh={this.onRefresh}
|
onRefresh={this.onRefresh}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
//$FlowFixMe
|
|
||||||
renderSectionHeader={this.renderSectionHeader}
|
renderSectionHeader={this.renderSectionHeader}
|
||||||
//$FlowFixMe
|
|
||||||
renderItem={this.renderItem}
|
renderItem={this.renderItem}
|
||||||
stickySectionHeadersEnabled={this.props.stickyHeader}
|
stickySectionHeadersEnabled={this.props.stickyHeader}
|
||||||
style={{minHeight: '100%'}}
|
style={{minHeight: '100%'}}
|
||||||
|
|
Loading…
Reference in a new issue