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

Support deleting data from the list & add support for keyboardShouldPersistTaps prop

Open andrewbeckman opened this issue 6 years ago • 1 comments

Right now, the sortable list only updates its layout if the new data's length is larger than the previous data. On deletion, the sortable list should still update its layout.

Also, I added and documented the functionality to pass keyboardShouldPersistTaps through to the scroll view.

andrewbeckman avatar Apr 19 '19 18:04 andrewbeckman

I dropped a comment on PR #139, but it seems this bug was introduced when that was merged.

andrewbeckman avatar Apr 19 '19 18:04 andrewbeckman