react-native-sortable-list
react-native-sortable-list copied to clipboard
Support deleting data from the list & add support for keyboardShouldPersistTaps prop
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.
I dropped a comment on PR #139, but it seems this bug was introduced when that was merged.