i’m using Expo Router with file-based Routing. I want to create a drawer with only the option to show to page3 and a tab navigation to swtich between page1 and page2.
Best case would be to just push the page3 on top of all screens and just give a backbutton in the left side of the header and not show the drawer icon on page3
I don’t know how to do this.
1