-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load stories from parent folder #64
Comments
Hi, In my case, this is problematic for a project using yarn workspaces. |
For anyone coming from search engines, one possible solution is to just keep But no responses for over 1 year, I think this project is dead. Making your own list of UI components will not be so difficult -- it won't take much more time than getting this library to work if your use case is quite unique. |
@virgil9306 feel free to submit a PR to address this issue. |
If I can make time I certainly will try. Thanks for the plug-in by the way! |
I'm developing a React Native UI Libary and I wanted to add storybook to the project.
So I created a react-native project inside the libary as .storybook-native folder structure looks like folowing
+--.storybook
|--++--package.json
|--++--...
+--src
|--++--Components
|--++--|--++--Grid
|--++--|--++--|--++--Grid.story.js
I have my config as
But I get
The text was updated successfully, but these errors were encountered: