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
Hi, I have a horizontal flatlist inside material top tabs with swipe enabled. When I was scrolling to left, it will accidentally swipe to next screen due to same orientation.
Using <FlatList /> from this library, I was able to achieve for Android to swipe to next tab when trigger outside the list but not for iOS. So how do I only enable swipe to next tab when trigger outside the list, for iOS?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a horizontal flatlist inside material top tabs with swipe enabled. When I was scrolling to left, it will accidentally swipe to next screen due to same orientation.
Using
<FlatList />
from this library, I was able to achieve for Android to swipe to next tab when trigger outside the list but not for iOS. So how do I only enable swipe to next tab when trigger outside the list, for iOS?Beta Was this translation helpful? Give feedback.
All reactions