Using Storybook with a project that uses expo-router. #683
-
Hi Storybook Community, I'm encountering an issue setting up Storybook in my Expo project. I'm currently using Expo SDK 52 and my project is built with Could anyone advise on how to configure Storybook in this expo-router project structure? I'm looking for guidance on how to get Storybook to launch correctly. Thanks in advance for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
my suggestion is to create a storybook route and just have a link to it, or even redirect to it automatically when sb is enabled. I have an example where I use a deeplink to open it |
Beta Was this translation helpful? Give feedback.
my suggestion is to create a storybook route and just have a link to it, or even redirect to it automatically when sb is enabled. I have an example where I use a deeplink to open it
https://github.com/dannyhw/expo-router-storybook-example