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
using a FlashList with inverted={true} on react native web, scrolling the mouse makes the list scroll in the opposite direction to what's expected. e.g. scrolling up makes the list go down and vice versa
Expected behavior
scrolling up would make the list go up, and scrolling down would make the list go down
To Reproduce
render two FlashLists next to each other, one with inverted prop set to true and observe the scroll direction discrepancy between them
Platform:
iOS
Android
Web
Environment
1.2.1
The text was updated successfully, but these errors were encountered:
Current behavior
using a FlashList with
inverted={true}
on react native web, scrolling the mouse makes the list scroll in the opposite direction to what's expected. e.g. scrolling up makes the list go down and vice versaExpected behavior
scrolling up would make the list go up, and scrolling down would make the list go down
To Reproduce
render two FlashLists next to each other, one with
inverted
prop set to true and observe the scroll direction discrepancy between themPlatform:
Environment
1.2.1
The text was updated successfully, but these errors were encountered: