You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.