react-native-sortable-list
react-native-sortable-list copied to clipboard
How can i fix position of disabled row.
Great library,
I want to disable sorting of a particular row which I had achieved easy using manuallyActivateRows but now I want that the other sortable row should not able to replaced disabled row position.
Like: if row 2 is disabled then other rows should not able to get on 2nd position, other rows can take a position other then 2nd position.
Is it possible or how can I implement an example will be appreciated.
@jariwalabhavesh Did you find any solutions for this?
@sanatankc : Nope, I didn't find a solution.