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
For ReactNative, the /dist package is not needed because all RN packages are transpiled by Metro by default. Btw Metro does not use jsnext:main so not sure this setting is useful.
Also I tried to run StorybookUI on RN with src and it works fine.
Just wanted to mention that, not sure exactly what should be done but I suspect it's not needed to transpile / use the whole src folder. Maybe it's needed for the storybook bin which start the web server ?
The text was updated successfully, but these errors were encountered:
Hey @slorber, you are correct, the transpilation is unneeded for preview folder in react-native. It is necessary for server part. Moving forward we will separate preview part from server part to a separate module. There is a PR for that done by me, but it is a little bit stale so I will have to redo it.
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!
Hi,
For ReactNative, the /dist package is not needed because all RN packages are transpiled by Metro by default. Btw Metro does not use jsnext:main so not sure this setting is useful.
Also I tried to run StorybookUI on RN with src and it works fine.
Just wanted to mention that, not sure exactly what should be done but I suspect it's not needed to transpile / use the whole src folder. Maybe it's needed for the storybook bin which start the web server ?
The text was updated successfully, but these errors were encountered: