react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

What is LayoutAnimationRepository?

Open JonasMVeit opened this issue 1 year ago • 1 comments

I just want to know what LayoutAnimationRepository is. Preferably I'd like a copy of the code it represents. I just need it so I can finally compile this library outside of the node_module folder and make a few edits so I can hopefully fix the way scrolling on drag displaces the item being dragged,. Please and thank you.

JonasMVeit avatar Jun 13 '24 12:06 JonasMVeit

@JonasMVeit it's something of a global layout animation repository, which he is using to manage experimental animation to react-native-reanimated 2.x.x, which won't be needed once upgraded to react-native-reanimated 3.x.x as the 3.x.x version handles layout animations perfectly for Lists.

You can see a demo of the changes in my PR: #550

arpitv96171 avatar Sep 05 '24 07:09 arpitv96171