react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

flag "inverted" not working as expected

Open simonecorsato opened this issue 5 years ago • 4 comments

If I set the flag "inverted" of Flatlist also the content of the rows is inverted. Please see example below

Screenshot 2019-12-18 at 14 04 04

simonecorsato avatar Dec 18 '19 13:12 simonecorsato

I'm also having the same problem.

tristan-nel avatar Feb 27 '20 12:02 tristan-nel

I used the transform style to rotate the list and its items which worked for my use case.

JavanPoirier avatar May 30 '20 20:05 JavanPoirier

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.

foloinfo avatar Jun 18 '21 05:06 foloinfo

this is still an issue in 2023.

LagoonProject avatar Jan 21 '23 17:01 LagoonProject