美文网首页
Rn出现undefined is not an object (

Rn出现undefined is not an object (

作者: 菜鸟程序员_ | 来源:发表于2017-06-28 16:52 被阅读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>

    相关文章

      网友评论

          本文标题:Rn出现undefined is not an object (

          本文链接:https://www.haomeiwen.com/subject/ygwucxtx.html