mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
860 B
860 B
Storybook server
Since storybook v5 the storybook server is a standalone package. To keep using storybook server make sure to install @storybook/react-native-server package.
Benefits of storybook server
-
Websockets connection
The main benefit you get from running storybook server is that your app will be listening for websockets connection. That means that you can create your own tools that integrate with your storybook app.
-
IDE Plugins
Having server running allows you to control your storybook view from inside web page or your ide.
There is a plugin for JetBrains IDEs and there is one for VS Code.
-
Web addons
There are Storybook addons that work with React Native but do not have on device implementations.