-
-
Notifications
You must be signed in to change notification settings - Fork 83
RTL support? #149
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededresearchFor issues which require additional research workFor issues which require additional research work
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededresearchFor issues which require additional research workFor issues which require additional research work
Hello!
I've been using react-native-drax for a project, and really enjoy it. However, now some users are requesting to use the app in RTL languages, and when I tried switching the direction at root level (using
I18nManager.forceRTL(true);), it seems like the position of the dragged element doesn't "honor" the RTL direction (e.g. when I drag an element on the left side of the screen (previously the right side), its "dragged twin" appears not where my finger is, but on the far right of the screen). See screenshots below.RTL behavior (finger actually pressing on Mm's original position in the left of the screen):

LTR behavior (Mm appearing right below my pressed finger):
