-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Co-locate stories with components. #838
Comments
Comment by mnmtanish React Storybook uses |
Comment by philcockfield That would be awesome if it's in any way possible!! - thanks @mnmtanish |
Comment by ckothari +1 |
Comment by skovhus Semi automated way here https://github.com/elderfo/react-native-storybook-loader But would be great to avoid the build step. |
@shilman Does the new tool introduced to bundle react-native add any options to solve this? |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. We do try to do some housekeeping every once in a while so inactive issues will get closed after 90 days. Thanks! |
This should be possible using https://github.com/callstack/haul which we support. A PR adding an example or a comment here with a how-to would be of great help to people 🙇 Will close this issue, as we're unable to implement this in Storybook itself, this is something the packager needs to support. (haul does) |
Issue by philcockfield
Tuesday Oct 04, 2016 at 04:09 GMT
Originally opened as storybook-eol/react-native-storybook#103
Is there an equivalent way to find stories that sit alongside their components with a
.stories
extension like you can on web:(ref: https://getstorybook.io/docs/basics/writing-stories)
The text was updated successfully, but these errors were encountered: