-
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
React Native CSF support: update template, return required files from the loadStories() function #120
Comments
For everyone wondering how to better fix this issue until maintainer('s) will fix this: use patch-package and make a patch with such name and content:
|
MinskLeo
changed the title
Update template: return required files from the loadStories() function
React Native CSF support: update template, return required files from the loadStories() function
May 10, 2022
Hi @MinskLeo. To submit a PR, you will have to fork the repo and make the changes in the fork. Then you can create a PR back to this repo. |
any update on this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What issue about?
Asking for modifying template to return from the
loadStories()
function array of required files.Motivation?
For adding support for CSF format of stories. Here is an official example of RN application with CSF support. For achieving this need to pass a function that will return array of required story files.
I tried to add a separate branch and after open a PR, but I don't have access, so I'm opening an issue.
Note:
Seems like there will be no troubles with changing function signature and backward compatibility, legacy
storiesOf()
will continue to work, but maybe someone else have some thoughts about it.Example:
The text was updated successfully, but these errors were encountered: