0

I want to implement an application with react drawer navigation for side menu. For a simple example with three screens it work that in each screen a hamburger icon exist and with clicking on it , navigate to proper screen. My problem is that I want to add the side menu in all my pages but I don't to include all pages in side menu. I have no idea how to do it. Thanks for any help.

BeginnerProgrammer
  • 664
  • 3
  • 13
  • 27

1 Answers1

0

What you are looking for are NavigationActions and DrawerActions.

Snack example

And link to docs

kenodek
  • 362
  • 1
  • 2
  • 13