React Native Storybook VS Code Extension
Browse and control React Native Storybook stories directly in VS Code.
Features
- Dedicated Storybook activity bar panel with tree view of stories (group/component/story).
- Initial story list generated via
@storybook/react-native/node buildIndex.
- Live selection sync via WebSocket.
- Inline action on story nodes to open the story source file.
Settings
reactNativeStorybook.host: WebSocket/REST host (default localhost).
reactNativeStorybook.port: WebSocket/REST port (default 7007).
reactNativeStorybook.configPath: Optional path to .rnstorybook.
reactNativeStorybook.autoConnect: Auto-connect on activation.
| |