I have these routes to show:
/order/product-id
/order/global
/order/local
How do I hide the navigation bar in the /order/product-id.tsx
?
I have _layout.tsx
that contains the navigation bar.
This is my folder structure
- order+
_layout.tsx ---> this contains the navigation bar
- product-id.tsx
- global.tsx
- local.tsx