root-two / react-native-drawer

React Native Drawer
MIT License
2.54k stars 390 forks source link

RTL support for pan #225

Open stephanemaillard opened 7 years ago

stephanemaillard commented 7 years ago

When RTL is active, the drawer is automatically positioned on the other side of the screen, which is the correct behaviour. Nevertheless the Pan doesn't change its position. So the area to close the drawer is on the drawer and the gesture is not inverted either.

SuhairZain commented 7 years ago

Hi, We've come across this issue too. Has there been any progress on this? Is the commit ready to be merged?

yasicmd commented 6 years ago

Same issue here any solution?