在FlatList 和ScrollView 中有一個(gè)stickyHeaderIndices 可以輕松實(shí)現(xiàn)吸頂效果
例如:
<ScrollView
? ? ? ? ? ? ? ? showsVerticalScrollIndicator={false}
? ? ? ? ? ? ? ? style={styles.container}
? ? ? ? ? ? ? ? stickyHeaderIndices={[0]}
? ? ? ? ? ? />
表示 ScrollView 的 第一個(gè)子元素 上滑時(shí) 吸頂