react native Cannot add a child that doesn’t have a YogaNode to a parent without a measure functi...

在使用scrollView时,在scrollView中加入子视图,在Android模拟器上报如题错误,简直神坑,贴图如下:

Android模拟器报错截图如下:

react native Cannot add a child that doesn’t have a YogaNode to a parent without a measure functi..._第1张图片
android报错截图.png

传入scrollView的子视图代码截图如下:

传入子视图.png
viewController={  }

注意贴图和上述给出的源码,View和Image之间有一个用于间隔的空格,去掉就不报错了!

另附上述viewController的子视图应传入组件格式,例如:
viewController={}  // Navigator 为自定义组件

解决,神坑。。。

你可能感兴趣的:(react native Cannot add a child that doesn’t have a YogaNode to a parent without a measure functi...)