root-two / react-native-drawer

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

Fix RTL gestures support #297

Closed ywein closed 7 years ago

ywein commented 7 years ago

At the moment pan and tap gestures are working on the wrong side of the screen with RTL enabled. This fixes it.

rt2zz commented 7 years ago

thanks!

AhmedAliIbrahim commented 7 years ago

how can i get this version ?! npm install react-native-drawer doesn't have this fix

ywein commented 7 years ago

@AhmedAliIbrahim it just not in NPM yet. You can get it directly from github. npm install https://github.com/root-two/react-native-drawer --save