deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 236 forks source link

COURT-1777 - Fix Flickers on non-iOS Platforms #164

Open jpshelley opened 5 years ago

jpshelley commented 5 years ago

This PR removes the LayoutAnimation method calls in order to reduce flickers on Android and Windows. Its likely to be fixed in the future, but it is causing some issues at times.

It also creates an artificial ceiling for scrolls, HEIGHT - listLayout.height