You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
findSymlinksPaths is not able to find scoped symlinks. There is an closed pull-request for a fix (facebook/react-native#12400) but nothing happened yet, because metro is handling this part now.
Steps to reproduce
In lerna we are able to add dependencies as a symlink:
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. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Issue details
Scoped symlinks (e.g.
@babel/core
) in node_modules not working with@storybook/react-native
.https://github.com/storybooks/storybook/blob/4465ffa25da33a47e9233756c627373ba39893c9/app/react-native/src/bin/storybook-start.js#L62
findSymlinksPaths
is not able to find scoped symlinks. There is an closed pull-request for a fix (facebook/react-native#12400) but nothing happened yet, because metro is handling this part now.Steps to reproduce
In lerna we are able to add dependencies as a symlink:
Please specify which version of Storybook and optionally any affected addons that you're running
@storybook/react-native 3.3.14
Affected platforms
macOS
The text was updated successfully, but these errors were encountered: