Skip to content
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

FIX: Enable nestedScrollEnabled prop for Android api level 21+ #2537

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

av3n93rz
Copy link

@av3n93rz av3n93rz commented Oct 7, 2024

Adds a new prop to Timeline to enable nested scrolling.
I was trying to add the pull to refresh feature to a wrapper ScrollView on my calendar and noticed that I can not enable nested scrolling for the android devices.
This creates an unwanted behaviour where you are unable to swip downwards (scroll up) without triggering the pull to refresh feature.
Without adding this prop to the Timeline's ScrollView the only way to scroll up is to start scrolling down then changing direction while still touching the screen.

Current behaviour:
https://github.com/user-attachments/assets/1e365832-0ac7-413a-991f-a148f1dc5726

Expected behaviour:
https://github.com/user-attachments/assets/56f8be5a-3d3f-4ec0-8e12-36628abed9da

@av3n93rz av3n93rz changed the title Enable nestedScrollEnabled prop for Android api level 21+ FIX: Enable nestedScrollEnabled prop for Android api level 21+ Oct 7, 2024
iswiboni

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants