Open jaysassyinfotech opened 6 years ago
You can use instead of this button the following: tapToClose={true} when the user press outside of the menu anywhere it will close.
also, you may try to use: this._drawer.close() instead of this.closeDrawer()
File name Menu.js
File Name Router.js
-I used on tab click menu for open drawer menu using react-native-router-flux. -Drawer open functionality working perfectly but close drawer button not working in drawer menu. -react-native-drawer - 2.3.0 -react-native-router-flux-4.0.0 - beta.24