Open TommasoTate opened 3 years ago
seems to be something similar to this one #70
Any update on this one? I could add that, whereas the bug is ever-present in production's build, it pops up in debug only if the app has been open from the launcher, i.e. it disappears if I reload the app from the terminal.
same, :facepalm: any updates?
I'm guessing this has to do with the fact that your list header is changing size.
Can you try updating layoutInvalidationKey
with loading
, code
, and anything else that affects your header size?
@TommasoTate did u manage to solve it? i am having the same issue. Is weird because if I reload the app from the terminal a few times it works.
Using "react-native-reanimated": "1.13.3"
resolved issue for me.
Using
"react-native-reanimated": "1.13.3"
resolved issue for me.
Yes! I had this issue after updating dependencies and fixed it by downgrading react-native-reanimated. v1.13.3 is the latest working version with draggable flatlist. v2 has breaking changes.
I am getting the same behaviour.
Here is a screen recording demonstrating the problem (on iOS, react-native-draggable-flatlist@4.0.1
):
Describe the bug When pressing on an item to start dragging, the item moves away from the touchpoint and drag doesn't work. The issue is iOS only and appears randomly when I'm in debug, whereas is always present in my production build. https://user-images.githubusercontent.com/65722261/127123769-296c613f-f6d8-48d2-9c7d-23ca9c310218.MP4
To Reproduce Here is my implementation code:
Platform & Dependencies