diff --git a/src/components/Lists/WebSectionList.js b/src/components/Lists/WebSectionList.js index 021c9e5..cb8c976 100644 --- a/src/components/Lists/WebSectionList.js +++ b/src/components/Lists/WebSectionList.js @@ -202,7 +202,6 @@ export default class WebSectionList extends React.PureComponent { errorCode={ERROR_TYPE.CONNECTION_ERROR} onRefresh={this.onRefresh}/> } - removeClippedSubviews={true} getItemLayout={this.props.itemHeight !== null ? this.itemLayout : undefined} // Animations onScroll={this.props.onScroll}