我实际上正在尝试使用带有Expo的React-Native构建一个应用程序,并尝试使用React.lazy()来延迟加载某些组件,但是我总是以错误消息结尾:
Invariant Violation: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: symbol.
Check the render method of App.
这是我如何做的一个非常基本的示例(只需在此处做出反应):https://repl.it/@projer/component-lazy-loading