You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry but I'm not accepting any more PRs for VirtualizedList because we're going to be publishing it out of the React Native monorepo as a package that React Native for Web takes on as a dependency. See facebook/react-native#35263 for more details. We'll have to think about how to address these issues there.
Is there an existing issue for this?
Describe the issue
If you have a TextInput nested inside a nested FlatList, then the TextInput is not scrollable.
Expected behavior
Just as it behaves inside ScrollView or non-inverted FlatList, nested TextInputs should be scrollable.
Steps to reproduce
Test case
https://codesandbox.io/s/rnw-nestedtextinputscroll-xhuvrf?file=/src/App.js
Additional comments
This bug was introduced here, and it's happening because the
invertedWheelEventHandler
is handling the event before the (global?) parent handler.The text was updated successfully, but these errors were encountered: