React native Component instead
2019-02-26 本文已影响0人
海利昂
警告:函数作为React子元素无效。如果从render中返回组件而不是<Component />,可能会发生这种情况。或者你想调用这个函数而不是返回它。
Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.
警告:函数作为React子元素无效。如果从render中返回组件而不是<Component />,可能会发生这种情况。或者你想调用这个函数而不是返回它。
三目运算最后调用的方法this.renderLoadingView没有加()小括号fun()
加上小括号 后解决