Drawer animation stucks on iphone
shoaibjilanigeniteam opened this issue · 2 comments
shoaibjilanigeniteam commented
Drawer get stucked on iphone appears after long time and back after a minute or 2 when clicked to close it. And in android it is working fine. Any body can help me to fix this problem I am using this code
For IOS
<Drawer
ref={(ref) => this._drawer = ref}
open={this.state.isOpen}
type="overlay"
content={MenuComponent}
tapToClose={true}
onClose={this.closeSideNav}
openDrawerOffset={0.2} // 20% gap on the right side of drawer
closedDrawerOffset={-3}
>
AnshulBasia commented
Did you find the fix ?
shoaibjilanigeniteam commented
I create my own component cannot figure out its solution and I am using my component for both android and ios