Storybook setup in example app #749
LanceALaughlin
started this conversation in
General
Replies: 1 comment
-
I suspect it may be related to how the app root is registered:
Perhaps its a scoping issue caused by my changes to Or perhaps it's related to introducing
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! I'm working on setting up a component library that has storybook setup in the example app. I've been able to get the storybook to work correctly; however, I'm having some trouble getting the components I've created in
src
imported into the.storybook/stories
directory. It doesn't recognize my src package; however, I can import it intoApp.jsx
without issue. I know this isn't areact-native-builder-bob
issue, but I'm hoping someone else has done this setup and can offer some guidance. Thank you!Beta Was this translation helpful? Give feedback.
All reactions