[React Native Error][ES 5标准]

2016-05-13  本文已影响46人  laznrbfe
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;

上一篇 下一篇

猜你喜欢

热点阅读