react-native run-android 如下报错undefined is not an object evaluating ReactInternals.ReactCurrentOwner如下图:预计原因是RN版本的问题。参考:https://github.com/facebook/r...
1 回答

森林海
TA贡献2011条经验 获得超2个赞
解决办法
As I mentioned, make sure you've installed the correct version of React. If you're using React Native 0.45:
yarn add react@16.0.0-alpha.12
添加回答
举报
0/150
提交
取消