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}
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}