This repository has been archived by the owner on Nov 10, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 38
Placing stories outside storybook's config folder #127
Comments
Hi @barakcoh, |
Hi @mnmtanish I opened the PR, having multiple |
Awesome! I'll run some tests and merge this PR. I'll comment here when it's
ready.
On Mon, Mar 6, 2017, 2:42 PM Barak Cohen ***@***.***> wrote:
Hi @mnmtanish <https://github.com/mnmtanish>
I opened the PR, having multiple index.*.js doesn't seem to be an issue.
The correct index.*.js (the one from within my storybook folder) was
picked up as the entrypoint by the packager.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#127 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIV85xex9oOyQ6qE7waxrqxPGWEeaYAks5ri83jgaJpZM4MTdeF>
.
|
Published RN Storybook |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
We like to co-locate our Stories with the components they describe. Unfortunately this methodology broke in recent versions of
react-native-storybook
. I've traced the issue to projectRoots that seems to be pointing to the specifiedconfig
folder.If I add another
projectRoot
that points to the actual project (repo) root is the issue is gone. WDYT of such a solution? If you're good I'm more than happy to submit a PR.The text was updated successfully, but these errors were encountered: