1

是否可以在 View 容器内渲染 sectionlist 中的每个部分或为其赋予样式?我想要的是这样的:

<View style={styles.container}>
   <Section>
      <SectionHeader />
      <SectionItem />
      <SectionItem />
      <SectionFooter />
   <Section>
</View>
4

1 回答 1

0

您可以使用renderSectionFooterrenderSectionHeader

看看文档

于 2019-08-26T17:22:31.660 回答