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

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