Closed gsavvid closed 7 years ago
hi, I have same problem.
@gsavvid, @SmallMouth , can you try with the latest version? If it still doesn't work, could you please submit some example code demonstrating the problem? I've added a button for disabling and enabling sorting to the Sortable example app in this branch. Works for me.
It does not work for me either. I can't share a code sample right this minute, but I'm going to take a look at the source code when I get a chance. I'm in iOS, and I'm not spreading the entire sortHandler out in the row component's touchable highlight.
Cool! Thanks for reporting!
Hello,
It seems like
disableSorting
is not working. I'm following the example code and when settingdisableSorting={true}
nothing changes. The only way I've found for disabling the sorting is to remove{...this.props.sortHandlers}
from the row component. I've only tried this on Android.Any ideas? Thanks in advance!