Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
下面是我的代码: 在此处输入图像描述
我集成了 react-native-ui-kitten。我运行 UI Kitten 的示例应用程序就可以了。但是当我在我的应用程序中实现(带有所有示例)时,它不会显示也不显示数据。 在此处输入图像描述
我正在使用来自 UI Kitten 的相同数据,但在我的应用程序中它不显示数据。空白的。
如何显示数据?(我从 UI Kitten 实现 Feed 样式)。
我的猜测是您将组件放在View没有尺寸的内部。给它一个维度(例如 set flex: 1),您应该能够看到您的组件。
View
flex: 1