react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
No layout animation between NestedDraggableFlatlists
Is it possible to show animated transition (layout transition) when I have an item that is rendered in one nested flatlist and, after an event, it goes to other nested flatlist?
I'm keeping the same index in keyExtractor and even inside the item render itself, but can't make it work.
I enabled the needed properties for layout animation to work, but it just doesn't happen.