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

Unable to scroll item from bottom of list upwards? #566

Open
simonarcher opened this issue Dec 12, 2024 · 0 comments
Open

Unable to scroll item from bottom of list upwards? #566

simonarcher opened this issue Dec 12, 2024 · 0 comments

Comments

@simonarcher
Copy link

This package has external dependencies of react-native-reanimated and react-native-gesture-handler which must be installed separately. Before opening an issue related to animations or gestures please verify that you have completed ALL installation steps, including the changes to MainActivity.

First of all, thanks for the great library!

Describe the bug
So the bug I seem to be having is that if I have a long list of items and scroll to the bottom of the list, when I try and move the bottom element upwards the autoscroll doesnt seem to initiate. I would need to scroll a little bit upwards away from the bottom edge for it to work a little better.

To Reproduce
Have a list with items that require scrolling.
Scroll down to very bottom edge, and try initiate to drag the last element up.
The autoscroll doesnt happen at top edge.
(I have provided video of the experience)

Platform & Dependencies
Please list any applicable dependencies in addition to those below (react-navigation etc).

  • react-native-draggable-flatlist version: 4.0.1
  • Platform: iOS (havent tested Android, but imagine it might be the same)
  • React Native or Expo version: RN 0.75.4
  • Reanimated version: 3.16.4
  • React Native Gesture Handler version: 2.21.2

Additional context
Im not sure if this is reproducible to any other people here, or if theres a configuration Im missing that helps with this, literal, edge case :)

Screen.Recording.2024-12-12.at.10.51.11.mov
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

No branches or pull requests

1 participant