sc12070 / react-native-drag-sort-gridview

A draggable and sortable grid view for react native
22 stars 8 forks source link

RTL support #9

Open PPHelios opened 7 months ago

PPHelios commented 7 months ago

In RTL the x axis is reversed so dragging left moves the item right, is there a fix for this? Thanks in advance

sc12070 commented 7 months ago

Hi @PPHelios, thanks for using this library. RTL support had been added in 1.5.0. You may pass isRTL to DraggableGridView now.

PPHelios commented 7 months ago

Thanks a lot, i confirm its working fine.