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 947191f commit 5548f3aCopy full SHA for 5548f3a
packages/react-native-web/src/vendor/react-native/VirtualizedList/index.js
@@ -1718,6 +1718,8 @@ class VirtualizedList extends React.PureComponent<Props, State> {
1718
);
1719
1720
// revert the state if calculations are off
1721
+ // this would only happen on the inverted flatlist (probably a bug with overscroll-behavior)
1722
+ // when scrolled from bottom all the way up until onEndReached is triggered
1723
if (newState.first === newState.last) {
1724
newState = state
1725
}
0 commit comments