Example for onScrollShouldSetResponderCapture and onScrollShouldSetResponder #2565
Unanswered
AdrienHochedez
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I would like to scroll a View A from a smaller View B which is over it.
From what I understand from the documentation (Interactions tab), I should use Negotiation props from ResponderEvent Props API, but nothing happen, and I still cannot scroll through the top View:
<View onScrollShouldSetResponder=((e) => false)>{...}</View>
Where can I find a working example using onScrollShouldSetResponderCapture or onScrollShouldSetResponder?
I am using the last version of react-native-web with Expo and Expo Router.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions