如何在 React Native SectionList 中使一个部分水平呈现而其他部分垂直呈现

How to render one section horizontal with others vertical in react native SectionList

我正在实现一个列表,其中第一部分是垂直的,第二部分是水平的。我该怎么做。

我知道我可以将整个部分列表设置为水平,但不知道如何设置一个特定部分。

我找到了解决方案。首先你创建一个sectionList。格式化 section 参数,使 data 变量是数组的数组。呈现部分列表时,将每个项目呈现为 flatList.