root-two / react-native-drawer

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

Drawer animation stucks on iphone #329

Open shoaibjilanigeniteam opened 7 years ago

shoaibjilanigeniteam commented 7 years ago

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 6 years ago

Did you find the fix ?

shoaibjilanigeniteam commented 6 years ago

I create my own component cannot figure out its solution and I am using my component for both android and ios