avertin
avertin
Happy to update the README if these changes look good Originally written by @annepham25 and @aarondail Also requested by @eraldoforgoli - issue https://github.com/mochixuan/react-native-drag-sort/issues/107
We noticed some negative performance impacts to our app when using this library to render more than 20 items at a time. This performance optimization only renders items that are...
This library wraps all items that it renders in a TouchableOpacity. This is a problem if you want to use your own custom Touchable component. With the current implementation, the...