We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today I run react-native init , Why it install 16.0.0-alpha.12 version? is it safe for me?
react-native init
I run yarn add react-dom and it fetch version 15.6.1 , so I think it is not match 16.0.0-alpha.12 Is there any version matches ?
yarn add react-dom
The text was updated successfully, but these errors were encountered:
because RN is using react v16 alpha. It is as safe as an alpha version can get. Although, i think facebook is using that in production.
yarn add react react-dom will install the latest stable which is 15.6. If you need alpha you need to explicitly mention the version when installing.
Sorry, something went wrong.
But I cannot found react-dom@6.0.0-alpha.12
No branches or pull requests
Today I run
react-native init
, Why it install 16.0.0-alpha.12 version? is it safe for me?I run
yarn add react-dom
and it fetch version 15.6.1 , so I think it is not match 16.0.0-alpha.12Is there any version matches ?
The text was updated successfully, but these errors were encountered: