-
-
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
Please update the dependency for React-Native 0.43.x #893
Comments
Comment by ndelangen You're using an alpha version of react: I don't feel we can add a react alpha version into our version range. What do you think about this @mnmtanish ? |
Comment by xareelee @ndelangen Thanks for your reply. I'm using the latest React-Native (v0.43.x) which depends on Maybe we could modify the dependency of How about that? |
Comment by ndelangen If you edit the version range yourself and re-install does it work? If we're compatible with this version of React, I see no problem in adding it to our version range. But if there's something we need to fix to support a alpha version, we can't just add it. |
Comment by mnmtanish @ndelangen yeah, we may end up making changes to storybook code to support alpha versions which may be unnecessary when the stable version comes out. @xareelee if it's okay, let's wait until an rc version comes out so it'll be stable enough. |
Comment by xareelee Got it. I'll try it by myself.
How do I do that? Do you mean forking this repo and using it as a private module? |
Comment by ndelangen That's one way, you can also edit the installed package.. |
Comment by xareelee
Did I do right? |
Is it possible changing the React dependency to The React team claims that React 16.0.0-alpha is not harmful for React 15.x users, and ReactNative use React 16.0.0-alpha in the latest two release versions (0.43.x and 0.44.x). This issue is really bothering me. :( |
Your wish has already come true! It will be in the upcoming alpha release soon! All packages we release will/should now have And we also don't care about which version. |
Where can we find storyshots in v3 alpha release? The link above is dead :( |
I fixed the links, sorry. storyshots got classified as an addon, and was moved in source. corrected now. |
Get storybooks is great and all, but with all the deprecated repos, and different packages kadira/storybook, kadira/storyshots, storyshots, storybook/storybook etc... When I am trying to upgrade it's really hard to figure out what goes with what other package. With the release of the alpha versions, could you add docs for manual installation / upgrading? Also, is the alpha versions compatible with react 15 or 16 alpha only? |
Issue by xareelee
Friday Apr 07, 2017 at 06:15 GMT
Originally opened as storybook-eol/storyshots#95
I upgraded React-Native from 0.42.0 to 0.43.2, and I encountered new test errors
Invariant Violation: addComponentAsRefTo(...)
:I found that I have two version of
react
in mynode_modules
according toyarn.lock
.And I found only storyshots depends on
react@^15.4.1
:Is the dependency necessary? Or could you update the dependency to latest react (
react@16.0.0
)?The text was updated successfully, but these errors were encountered: