Rn出现undefined is not an object (

2017-06-28  本文已影响1211人  菜鸟程序员_

undefined is not an object (evaluating 'ReactInternals.ReactCurrentOwner')

github传送门

https://github.com/facebook/react-native/issues/13874

stackoverflow也出现了这个问题

https://stackoverflow.com/questions/44489330/undefined-is-not-an-objectecaluating-reactinternals-reactcurrentowner

解决方案
在项目根目录
执行下面命令
<pre>
yarn add react@16.0.0-alpha.12
</pre>

上一篇 下一篇

猜你喜欢

热点阅读