RN Exception: Warning: Functions are not valid as a React child. This may happen

127 阅读1分钟

错误提示如下 01.jpeg 错误代码如下:应该返回一个组件LoadingComponent 2.jpeg 正确写法,下面两种 一、返回空 3.jpeg 二、返回Spin组件 4.jpeg