Kureev / react-native-side-menu

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

Unable to close drawer if opened on full screen width #359

Open serjek opened 5 years ago

serjek commented 5 years ago

Create a drawer with openMenuOffset = ${Dimensions.get('screen').width}, open it, try to close.

There is no actual way to close the drawer because drawer content ignores touches.