Kureev / react-native-side-menu

Side menu component for React Native
MIT License
2.21k stars 433 forks source link

fixing rtl boundary layout #373

Open azizghuloum opened 5 years ago

azizghuloum commented 5 years ago

The boundary style in the menu view is incorrectly set when react-native is in RTL mode. This is a one-line fix for the issue. (I added the build/* files for testing purposes).

Fixes #305