美文网首页
[React Native Error][ES 5标准]

[React Native Error][ES 5标准]

作者: laznrbfe | 来源:发表于2016-05-13 15:55 被阅读46次
    Invariant Violation: Element type is invalid: 
    expected a string (for built-in components) 
    or a class/function (for composite components) 
    but got: object.Check the render method of 'Navigator'.
    

    如图:

    no_module_exports.png

    解决:
    查看当前页面对应代码, 是否缺少了module.exports = XXXX;

    相关文章

      网友评论

          本文标题:[React Native Error][ES 5标准]

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