In react-navigation, I want to use two drawers on the same screen main drawer and a sub drawer in inner screens of the application. How can I create two different drawer stacks in the same application?
Asked
Active
Viewed 78 times
2

Pratap Penmetsa
- 1,137
- 17
- 41
-
Please share your code, at least the screens you will have. Also, you want 2 drawers from the same side our one in the left and another in the right? – Vencovsky Sep 24 '19 at 15:08
-
I want to open two drawers from the same side one is main drawer and another will open when navigated to a particular screen. I want both the drawers from the right side. – Pratap Penmetsa Sep 25 '19 at 05:08