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

Buggy behavior when scrollEnabled is set to false #526

Open
Nnanyielugo opened this issue Feb 12, 2024 · 0 comments
Open

Buggy behavior when scrollEnabled is set to false #526

Nnanyielugo opened this issue Feb 12, 2024 · 0 comments

Comments

@Nnanyielugo
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.

Describe the bug
I have a feature where the draggable list container does not need to be scrollable because everything fit on the screen (and it's a horizontal list). Turning off the ability to scroll however, causes unexpected behaviour on the screen. The draggable elements behave out of sync and sometimes will drag another item apart from the one being clicked.

To Reproduce
Link a snack if possible.

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 (simulator)
  • React Native or Expo version: rn0.73.3
  • Reanimated version: 3.6.2
  • React Native Gesture Handler version: 2.15.0

Additional context
Add any other context about the problem here.

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