Import stories from an external package #443
Unanswered
andreilupu-plt
asked this question in
Q&A
Replies: 2 comments 3 replies
|
Yes that should be possible, you would need to add the package folder to your metro watch folders though so that those files get resolved by metro. If you share more details about your setup I can try to advise further |
0 replies
|
Thank you for your quick reply. I could create a project a demo project if you need that. Long story short: I have a package (e.g.
In Currently:
The package ( The app will have as dependencies the latest |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Are there any solution to import the stories from a package?
I'd like to have a package (e.g. package-a) and into this package to have some reusable components & stories from those components. Into my app, I'd like to import those stories too.
Is that possible?
All reactions