diff --git a/Libraries/Experimental/WindowedListView.js b/Libraries/Experimental/WindowedListView.js index 8b84322eb..c76ec4430 100644 --- a/Libraries/Experimental/WindowedListView.js +++ b/Libraries/Experimental/WindowedListView.js @@ -443,8 +443,7 @@ class WindowedListView extends React.Component { rowIndex={idx} onNewLayout={this._onNewLayout} onWillUnmount={this._onWillUnmountCell} - includeInLayout={this.props.disableIncrementalRendering || - (this._rowFrames[idx] && this._rowFrames[idx].offscreenLayoutDone)} + includeInLayout={this._rowFrames[idx] && this._rowFrames[idx].offscreenLayoutDone} onProgressChange={this._onProgressChange} asyncRowPerfEventName={this.props.asyncRowPerfEventName} data={this.props.data[idx]}