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):

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):
