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;
return (
<View>
{/*$FlowFixMe*/}
<Animated.SectionList
ref={this.scrollRef}
sections={dataset}
@ -219,9 +218,7 @@ class WebSectionList extends React.PureComponent<Props, State> {
onRefresh={this.onRefresh}
/>
}
//$FlowFixMe
renderSectionHeader={this.renderSectionHeader}
//$FlowFixMe
renderItem={this.renderItem}
stickySectionHeadersEnabled={this.props.stickyHeader}
style={{minHeight: '100%'}}