Android fling gesture breaks UI with setLayoutAnimationEnabledExperimental enabled
kevinejohn opened this issue ยท 6 comments
kevinejohn commented
If you enabled animations on Android in the example.js
(https://github.com/deanmcpherson/react-native-sortable-listview/blob/master/Sortable/example.js#L10)
By adding:
UIManager.setLayoutAnimationEnabledExperimental &&
UIManager.setLayoutAnimationEnabledExperimental(true);
And then when you activate a row and do the fling gesture it causes UI issues as seen in this screenshot:
rskull commented
I have same issue.
youpen commented
I have same issue.
TonySheva commented
I have same issue.
Avery246813579 commented
I have same issue.
iCodePup commented
I have same issue.
Does it work without animation?
Please someone may have a look?
Thanks.
jpshelley commented
It appears to be an issue with the underlying React-Native source that hasn't been fixed on Android: facebook/react-native#13207
You could modify this library to remove the LayoutAnimation
methods