将自定义组件呈现为列表项
所以我试图在React-Native的特定屏幕上呈现过滤的数据列表。
我遇到一个问题
Error: Objects are not valid as a React child (found: object with keys {_40, _65, _55, _72})
However, if I use regular <Text/> elements to render it, it works fine.
我认为在平面列表或地图功能中渲染自定义组件时,我不太了解
This is what my Fla...