react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

COURT-1777 - Fix Flickers on non-iOS Platforms

Open jpshelley opened this issue 6 years ago • 0 comments

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.

  • https://github.com/deanmcpherson/react-native-sortable-listview/issues/112
  • https://github.com/facebook/react-native/issues/13207
  • https://facebook.github.io/react-native/docs/layoutanimation.html

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

jpshelley avatar Jan 18 '19 21:01 jpshelley