undefined is not an object (evaluating 'ReactInternals.ReactCurrentOwner')
github传送门
https://github.com/facebook/react-native/issues/13874
stackoverflow也出现了这个问题
解决方案
在项目根目录
执行下面命令
<pre>
yarn add react@16.0.0-alpha.12
</pre>
undefined is not an object (evaluating 'ReactInternals.ReactCurrentOwner')
github传送门
https://github.com/facebook/react-native/issues/13874
stackoverflow也出现了这个问题
解决方案
在项目根目录
执行下面命令
<pre>
yarn add react@16.0.0-alpha.12
</pre>