-
Notifications
You must be signed in to change notification settings - Fork 24.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
React-native 0.43 depends on React 16.0.0-alpha.6 #13291
Comments
This is intentional because the React Native releases follow the copy of RN in Facebook's repo, which also sometimes uses alpha versions of React. It is correct to depend on React 16 alpha 6. |
Is it correct but it breaks? (See the more than 100 issues opened with the |
This is the final release and won't change until React Native 0.45 or 0.46. There are breaking changes between React 15 and 16, but React Native + React aren't broken. |
@ide you mean that maybe are the deps causing the issues? |
It could be, in my experience new RN projects work fine as well as projects that have updated all their code + deps to work with RN 0.43 + React 16a6. |
We're using yarn; hence freezed versions. I'll try to reinstall the lock
file and deps by hand tomorrow.
On Wed, Apr 12, 2017, 20:29 James Ide ***@***.***> wrote:
It could be, in my experience new RN projects work fine as well as
projects that have updated all their code + deps to work with RN 0.43 +
React 16a6.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#13291 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC-PYzFTcl8b3Y4aNfYnaWfZgaCVGlnuks5rvRgDgaJpZM4Myy7i>
.
--
<http://twitter.com/sospedra_r> <https://www.linkedin.com/in/sospedra>
Rubén Sospedra <http://sospedra.me/>
frontend developer
javascript hacker
# +0034 657 813 845
@ hello@sospedra.me
|
Description
After running
React native creates the following dependencies within the
package.json
fileI would have expected a dependency on a stable release of React, instead an alpha version is currently being used.
Reproduction Steps and Sample Code
View the generated
package.json
fileSolution
Clarify if this react alpha dependency is safe to use in production currently. It currently seems counter intuitive to have stable release of react-native code depend on an alpha release of react.
If it is not stable, presumably this dependency will need to be downgraded? 🤔
Additional Information
The text was updated successfully, but these errors were encountered: