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'.
如图:

解决:
查看当前页面对应代码, 是否缺少了module.exports = XXXX;
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'.
如图:
解决:
查看当前页面对应代码, 是否缺少了module.exports = XXXX;
本文标题:[React Native Error][ES 5标准]
本文链接:https://www.haomeiwen.com/subject/pdcmrttx.html
网友评论