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
Hello, thank you for the awesome library.
I have no issue but I want to know that is there any great way to show same drawer on all screens?
For now, I'm using one drawer component for all screens.
The text was updated successfully, but these errors were encountered:
Hi @mitjnextt, I have the same issue, did you find a way to have an option to open an close the same drawer on many screens?
Sorry, something went wrong.
According to me, the best way is to wrap the screen navigation component inside the drawer like so
const drawerRef= React.createRef() <Drawer ref={drawerRef} {...drawerProps} /> <NavigationContainer> <Stack.Screen name="Home" component={Home} /> ... </NavigationContainer> </Drawer>
No branches or pull requests
Hello, thank you for the awesome library.
I have no issue but I want to know that is there any great way to show same drawer on all screens?
For now, I'm using one drawer component for all screens.
The text was updated successfully, but these errors were encountered: