react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
flag "inverted" not working as expected
If I set the flag "inverted" of Flatlist also the content of the rows is inverted. Please see example below
I'm also having the same problem.
I used the transform style to rotate the list and its items which worked for my use case.
I'm having the same issue.
Adding transform: [{ scaleY: isActive ? 1 : -1 }]
will help to render the item correctly, but it seems like the position of the dragged item and the releasing position is also inverted (if you drag the item down it will be dragged up) so it was not usable.
this is still an issue in 2023.