react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
What is LayoutAnimationRepository?
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 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