Daniel Merrill
Daniel Merrill
can you provide a snack repro?
a repro snack would be helpful
ok thanks for looking, without a repro i'm flying blind. I just checked out an expo bare app with the same specs as OP and was able to drag in...
;) https://github.com/computerjazz/react-native-draggable-flatlist/pull/276
UPDATE: While migrating to reanimated 2 is in the long-term plan, v2 currently has performance issues when rendering lots of nodes. Until these are addressed, this package (as well as...
v2 migration is on hold until the rewrite is released (https://github.com/computerjazz/react-native-draggable-flatlist/pull/281) and the above performance issues are addressed.
v2 peer dep shouldn't have been bumped, I will revert that. This package is currently compatible with BOTH v1 and v2, and v1 will be supported for the immediate future....
TLDR: `react-native-draggable-flatlist` is compatible with Reanimated v2, it's mostly an implementation detail that we're using the backwards-compatible v1 apis under the hood for better performance. I'm curious, this seems to...
this is a react-native-gesture-handler issue -- can you try this solution and see if it works? https://github.com/software-mansion/react-native-gesture-handler/issues/139#issuecomment-790329701 if so i'll likely include it in the package itself
up until reanimated v2.3.0 chrome debugging was not possible because of limitations due to JSI so @alecmolloy it's not expected to work in reanimated 2.2.4: https://github.com/software-mansion/react-native-reanimated/releases/tag/2.3.0 I'm not sure if...