storybookjs / react-native

📓 Storybook for React Native!
https://storybook.js.org
MIT License
1.08k stars 156 forks source link

Add responsive storybook ui with persistent sidebars, controls on larger devices #609

Closed jvliwanag closed 1 month ago

jvliwanag commented 1 month ago

Is your feature request related to a problem? Please describe. While the current storybook UI fits well with mobile phones on portrait mode, devices with larger screens especially when on landscape mode can lend itself to having a persistent side bar, and even add-ons on some cases.

Describe the solution you'd like

Make the RN storybook UI responsive such that at a certain size, display the sidebar persistently, and possibly the addons at the bottom, similar to storybook web.

dannyhw commented 1 month ago

@jvliwanag this is already implemented in v8 beta

dannyhw commented 1 month ago

These are all the ondevice ui from react native storybook in v8 image

jvliwanag commented 1 month ago

Just migrated to v8 -- wow! Amazing!