-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nested ScrollView onScroll event #5893
Comments
Hey NoWay1201, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
This is currently expected behaviour. See #8024. |
Hi there! This issue is being closed because it has been inactive for a while. But don't worry, it will live on with ProductPains! Check out its new home: https://productpains.com/post/react-native/nested-scrollview-onscroll-event Product Pains has been very useful in highlighting the top bugs and feature requests: Also, if this issue is a bug, please consider sending a pull request with a fix. |
Hello,
I got a problem in my Android application. I have ScrollView and inside it I got another ScrollView. And in my situation I need to Listed for Scroll in nested ScrollView (deeper one), but i can get onScroll event only from first ScrollView. Is that a bug or working properly? If it's working right - how can I do this?
Very simple example:
The text was updated successfully, but these errors were encountered: