Dmitry
Dmitry
Any chance for this round->floor change to be applied?
@HUSSTECH, your change may break #1123 fix. For me the workaround is, just after setting `scrollToRow` property to some value, reset it back to `undefined` using `setTimeout`, so it doesn't...
Well, it actually works fine out of the box for our project, just some checks are missing which is anyway normal for a linter as there's always room for improvement...
@elliottkember would you please update the PR with the latest patch from #539 to resolve the warnings?
Fixed with this patch. [react-native-draggable-flatlist+4.0.1.patch.txt](https://github.com/user-attachments/files/16273404/react-native-draggable-flatlist%2B4.0.1.patch.txt)
I updated the patch so that it doesn't introduce a warning about `value` being updated during render on RN 0.76. [react-native-draggable-flatlist+4.0.1.patch.txt](https://github.com/user-attachments/files/17959021/react-native-draggable-flatlist%2B4.0.1.patch.txt)
Managed to fix the same issue in my project with this patch, please check if it helps. [react-native-draggable-flatlist+4.0.1.patch.txt](https://github.com/user-attachments/files/17980039/react-native-draggable-flatlist%2B4.0.1.patch.txt)
@MeNoKVN > (NOBRIDGE) ERROR Warning: ref.measureLayout must be called with a ref to a native component. See #544
> **The Bad:** However, now the items themselves very briefly flash on rearrange. Sometimes multiple items, not just the ones being dragged. To me this suggests that the draggable flatlist...