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: 