|
Hi there, My team recently migrated to Storybook 8 and really appreciate the UI changes. We've recently started to use Storybook to layout screens for our app, however we were wondering if there was a way to hide the bottom nav and have a full screen option or if there's an option that we missed while going through the docs. Here's an example from one of our screen components, you can see there's more content, but it's being obscured by the Storybook nav. |
Answered by
dannyhw
Oct 20, 2024
Replies: 1 comment 3 replies
|
there is the ondeviceui option where you can completely turn off the ui but I haven't currently got a way to temporarily hide the nav other than that. I could add it but need to think of a good way to fit that button in somewhere |
3 replies
Answer selected by
anniekao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

there is the ondeviceui option where you can completely turn off the ui but I haven't currently got a way to temporarily hide the nav other than that. I could add it but need to think of a good way to fit that button in somewhere