-
-
Notifications
You must be signed in to change notification settings - Fork 439
Description
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
A clear and concise description of what the bug is.
For this example, we used numColums={2}
The list activates a single item, but dragging animation animates a row being dragged.
To Reproduce
Link a snack if possible.
https://github.com/AndrewHamiliDevelopment/React-Native-Draggable-flatlist
Platform & Dependencies
Please list any applicable dependencies in addition to those below (react-navigation etc).
- react-native-draggable-flatlist version:
"react-native-draggable-flatlist": "^4.0.3"
- Platform: iOS
- React Native or Expo version:
"expo": "^53.0.4"
- Reanimated version:
"react-native-reanimated": "^3.17.4"
- React Native Gesture Handler version:
"react-native-gesture-handler": "~2.24.0",
Additional context
Add any other context about the problem here.