Hi,
I have a SortableList that is filtered and I want to conditionally enable sorting for specific filters.
Unfortunately I have ran into an issue where passing the sortingEnabled={false} prop, stops the onPressRow from ever getting called on tap, disabling the cells from performing other actions when selected.