root-two / react-native-drawer

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

back button dose not close drawer on android #358

Open msharifi99 opened 6 years ago

msharifi99 commented 6 years ago

when the drawer is open and I want to close it by pressing back button on android's navigation bar instead of closing the drawer, it goes back to the previous page here's my drawerMenu code: `<Drawer type="overlay" content={} tapToClose={true} openDrawerOffset={0.3} panOpenMask={0.6} tweenHandler={ratio => { return { mainOverlay: { opacity: ratio - 0.2, backgroundColor: "black" } }; }} ref={ref => (this._drawer = ref)} panCloseMask = {0.9}

` sorry for my terrible English

sam9010 commented 4 years ago

how to fix it?