Is there a module or widget that extends listView on Android so you can move an item?
For example if I have a todo list and I want to move the third item into first place how would I do that on android? canMove is only available on ios.
I found a native way to do this: https://www.youtube.com/watch?v=_BZIvjMgH-Q
But then this would have to be turned into a module I think?