When I click on a side menu item, it hides the bottom tab bar. Most pages, this is okay and what I want to happen.
However, I have run out of room on my tab bar and need to move some of the main menu items to the side menu and want to show the tab bar when selecting certain side menu items.
How do I do this?
What do you mean with “when i click on side menu items”? We don’t know what your app is doing here? Probably redirecting to another Page? If so pls share some code
I think I figured it out.
Instead of navigating to /customers
, I need to navigate to /tabs/customers
and set up my routing there.
This seemed to do the trick