root-two / react-native-drawer

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

Drawer once close then reopen automatically(Android) #385

Open niraj-lal-rahi opened 4 years ago

niraj-lal-rahi commented 4 years ago

I am using below code

<Drawer ref={ref => { this.drawer = ref; }} content={ < SideBar navigation={this.props.navigation} /> } onClose={ () => this.drawer._root.close()}

Main content

Sometimes it close and reopen after navigating to other page.

Any suggestions?