fivecar / react-native-draglist

FlatList that can be reordered by dragging its items
MIT License
119 stars 19 forks source link

fix: #40 - remove LayoutAnimation related code #47

Closed fivecar closed 2 months ago

fivecar commented 2 months ago

React Native docs say Android needs this experimental flag to be on if you use LayoutAnimation, but we don't. It had been causing some crashes, so here's the fix.