root-two/react-native-drawer

I set type 'overlay', it open and close bluntness only on ios

xhw1993 opened this issue · 1 comments

I set type 'overlay', it open and close bluntness only on ios

I have the same problem now
can anyone answer this
<Drawer
type="overlay"
useInteractionManager={true}
initializeOpen={false}
ref={(ref) => this._drawer = ref}
openDrawerOffset={0.2}
tapToClose={true}
content={}
panCloseMask={0.2}
closedDrawerOffset={-3}
>