Replies: 1 comment 2 replies
-
it really doesn't really matter much how you do it, if you intend to ship an app to a user or have a storybook only app like for a design system you can make it a normal dependency. In most cases a dev dependency is probably correct. but im pretty sure it makes no actual practical difference unless you are running |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We have a repo where we import storybook/react-native and use it in our apps sandbox. We have all the dependencies installed in the
devDependencies
section, but the example app has these in thedependencies
section. Is there guidance on where they should go?Beta Was this translation helpful? Give feedback.
All reactions