react-native-sortable-list
react-native-sortable-list copied to clipboard
Question: is there a way to programmatically move an item to a certain index?
Use case: double tap to animate moving an item to the top/bottom.
yes, just provide new order through props
@coolnalu @gitim did you succeed to do that? can you share example?