Closed jaychsu closed 7 years ago
<Drawer type="overlay" openDrawerOffset={50} ref={(ref) => { this.drawer = ref; }} tapToClose={true} content={ <SideBarContent ...props /> } >
p.s. this.drawer is used to calling the instance method .open() and .close()
this.drawer
.open()
.close()
It caused by the style error, ignore this plz.
Expected: (it's working on iPhone 6)
Wrong offset no matter opened or closed: (wrong offset on iPhone SE)
Component props:
p.s.
this.drawer
is used to calling the instance method.open()
and.close()