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

RTL bug

Open eldareini opened this issue 5 years ago • 3 comments

Hi, I'm using react-native-draggable ^3.2.0, and when I use it in RTL mode the object is moving in the opposite direction when it is dragged. How do I solve this?

eldareini avatar May 17 '20 11:05 eldareini

There is any fix to this problem?

eldareini avatar Jul 13 '20 09:07 eldareini

I'm experiencing the same issues in RTL - dragging along the x axis moves in the opposite direction. It can be tested by setting

I18nManager.allowRTL(true)
I18nManager.forceRTL(true)

and dragging to either side.

  • Dragging up/down continues to work correctly.

And thanks for a great component, hoping you could make it even better by supporting RTL.

sharc7 avatar Jul 15 '20 06:07 sharc7

There is any solution for this issue ? Still facing it ☹️

SaharTo avatar Nov 13 '22 09:11 SaharTo