react-native-draggable
react-native-draggable copied to clipboard
RTL bug
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?
There is any fix to this problem?
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.
There is any solution for this issue ? Still facing it ☹️