-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[ScrollView] nestedScrollEnabled prop not working? #20403
Comments
Any update? I have to update to 0.56 for this feature only. If it doesn't work, I don't wanna bother upgrading just yet. |
any update yet? |
any update? |
I can confirm that this feature works as told. You have to enable this prop on both parent and child |
@hhunaid could you provide a simple working example, please? |
What is your version of react native?
…On Thu, 20 Sep 2018, 23:29 Michael Slizenko ***@***.***> wrote:
@hhunaid <https://github.com/hhunaid> can you provide the simple working
example, please?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20403 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AG-RumnjFUKELFPj7j32_ByTJkz00N99ks5uc_qigaJpZM4VhciQ>
.
|
@roys |
Hey, this is working fine for me for Android and iOS both! |
In my case it only works in IOS. My nesting is somewhat complex. I have the following structure
I'm using expo SDK 30. react native 56.4 |
@machester4 Did you enable the prop on all the lists? |
Sorry |
@machester4 Hmmm, I actually moved away from Expo because of this. |
+1 on Android |
+1 on Android react-native 0.57.0 |
I am sure that is a bug! It words well when vetical scroll |
Any update? |
same issue |
Hello there 👋 this issue has been reported for an old version of React Native. Ideally we'd like everyone to be using 0.59 (see the awesome changes it brought) but we know updating can be a pain. We are going to close this issue because it's from a version before 0.57, which is really old. But please, if it's actually still an issue with 0.59 please comment below and we can reopen it. Even better, please send us a pull request with a fix 😊 |
im using 0.59.3 and till not working :( |
Why it closed? Have the same issue too
|
its should enable the prop on all the lists |
same issue. any solution ? |
Environment
Description
ScrollView nestedScrollEnabled prop not working? I mean, I haven't been able to use nested scrollView on both platforms.
Prop really doesn't work (should be removed from the doc?) or work, but different somehow? 🤔
Reproducible Demo
Minimal example
The text was updated successfully, but these errors were encountered: