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.
我的应用程序中有一个列表视图,它从 api 获取数据并从中创建一个数组并为其创建一个数据源,然后渲染所有行,现在数据集不是那么大,而且列表视图无法渲染一些在行中,甚至 listview renderRow 的日志都显示只有部分数据源正在呈现,但是如果我在热重新加载时从 listview 中删除内容容器样式,它会呈现所有行,并且再次重新加载它会返回仅呈现部分行. 图像也没有显示在视图中。
尝试这个。可能有帮助。
<ListView ... removeClippedSubviews={false} ... >