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.12 Is there any version matches ?
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-domand it fetch version 15.6.1 , so I think it is not match 16.0.0-alpha.12Is there any version matches ?