Removed flow comments

This commit is contained in:
Arnaud Vergnet 2020-04-18 23:56:10 +02:00
parent 433306e2a7
commit 9eb925d1a1

View file

@ -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%'}}