针对这个问题报错的补充:
react-native run-android 如下报错
undefined is not an object evaluating ReactInternals.ReactCurrentOwner
详细问题如下:
http://coding.imooc.com/learn/questiondetail/14381.html
补充问题:
我在项目npm install 的时候 提示了三个wean,估计是版本问题。
然后undefined is not an object evaluating ReactInternals.ReactCurrentOwner
这个问题 我看github上的issues,说是
If you're using React Native 0.45:
yarn add react@16.0.0-alpha.12
但是我的react已经是上面说的版本了。然后三个警告又提示....
现在我打算把RN版本降低一些,然后把react和react-dom按警告提示改成15.6,这样可行吗?
RN版本降到多少才合适?
要怎么降低RN的版本呢?
现在还是报undefined is not an object evaluating ReactInternals.ReactCurrentOwner错误