just updated react-native-reanimated to 1.5.0 from 1.4.0,
app crashes while using the draggable-flatlist component.
release doc for 1.5.0 says there is no breaking change,
but crash is there. Please have a look.
roled back down to 1.4.0 for now.
looks like there was a bug in 1.5 that may be responsible -- try 1.6?
https://github.com/software-mansion/react-native-reanimated/releases
@computerjazz just tried 1.6.0, still same bug :( One warning and One error. Warning was about maximum call stack.
@computerjazz @panda0603 Getting the same warning. I've attached the error you get when debugging.
I normally get this error when I change some native module function/property without updating my JS side, and since this package doesn't have a corresponding native module, it sounds to me like 1.5 actually is a breaking change?

@panda0603 @computerjazz Upon further testing I can confirm that I can get it to work for me when I lock react-native-reanimated to 1.4.0
Thanks, opened an issue on react-native-reanimated and will try to debug on my end.
https://github.com/software-mansion/react-native-reanimated/issues/557
Should be fixed, please install latest and let me know!
@computerjazz confirmed to be fixed in 2.0.14. Thanks!
it is not working for me, still crash with log:"Exception thrown while executing UI block: 'node' is a required parameter"
@computerjazz @vanhungoz actually, while some of the other errors are fixed, it still crashes like vanhungoz replied.

this is the error on android.
Is this an android-only crash now? If so can you try installing reanimated off master and see if that fixes it?
There was some activity yesterday that looks related: https://github.com/software-mansion/react-native-reanimated/issues/559
Actually this one looks even more related to @vanhungoz: https://github.com/software-mansion/react-native-reanimated/issues/555
559 looks like the error @panda0603 is seeing
Regression ticket with these issues has been opened on reanimated: https://github.com/software-mansion/react-native-reanimated/issues/561
reanimated 1.7 released with fixes -- anyone want to give it a test? @panda0603 @baughmann
https://github.com/software-mansion/react-native-reanimated/releases/tag/1.7.0
@computerjazz Appears to be working on iOS 馃憤
It appears to even have fixed a bug I encountered while using live reload (likely the same one that @vanhungoz was encountering).
@computerjazz Just tried 1.7.0, no issues so far for both IOS and Android. Will report if any issues occur. Thanks for the care :)
Most helpful comment
@computerjazz Just tried 1.7.0, no issues so far for both IOS and Android. Will report if any issues occur. Thanks for the care :)