We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I'm clicking drawer opening icon for multiple times, it goes into infinite state and opening and closing continuously. I need help.
The text was updated successfully, but these errors were encountered:
headerLeft: <View style={styles.leftIconContainer}> <Icon name="bars" style={styles.icon} onPress={() => { (navigation.state.index === 0) ? navigation.navigate('DrawerOpen') : navigation.navigate('DrawerClose') }} /> </View>,
It will fix it ;)
Sorry, something went wrong.
I've done this by using debounce from 'lodash' library. Anyway Thanks @rimiti
You're welcome, can you close the issue ? 🚀🙏🏻
No branches or pull requests
Whenever I'm clicking drawer opening icon for multiple times, it goes into infinite state and opening and closing continuously. I need help.
The text was updated successfully, but these errors were encountered: