Removed flow comments
This commit is contained in:
부모
433306e2a7
커밋
9eb925d1a1
1개의 변경된 파일과 0개의 추가작업 그리고 3개의 파일을 삭제
|
@ -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%'}}
|
||||
|
|
불러오는 중…
Reference in a new issue