We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859a257 commit d32c59dCopy full SHA for d32c59d
packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js
@@ -1849,7 +1849,7 @@ class VirtualizedList extends React.PureComponent<Props, State> {
1849
// Mark as high priority if we're close to the start of the first item
1850
// But only if there are items before the first rendered item
1851
if (first > 0) {
1852
- const distStart = offset - this.__getFrameMetricsApprox(first).offset;
+ const distStart = offset - this._getFrameMetricsApprox(first).offset;
1853
hiPri =
1854
hiPri ||
1855
distStart < 0 ||
0 commit comments