我想在我的應用程序中使用FlatList(React-native)。我正在水平使用它並可以看到滾動條。在ScrollView中有一個選項來隱藏滾動條,但不在FlatList中。有沒有人能夠以其他方式隱藏它。我嘗試使用子容器(Hide scroll bar, but still being able to scroll)的父代&的解決方案,但沒有奏效。 import React, { Compon
我正在使用不同節標題呈現多個部分。我有些麻煩要以我想要的方式顯示它。 我希望將我的標題放置在頂部和底部,作爲網格的部分項目。 This is what I have right now 有了這個代碼: <SectionList
contentContainerStyle={styles.sectionListContainer}
renderItem={this.rende
我正在嘗試使用FlatList向網格格式的某個人顯示一堆用戶頭像,但最終看起來很奇怪,我似乎無法弄清楚如何解決此問題。 Here's what it looks like 這裏是我的FlatList代碼如下所示: <FlatList
style={{flex: 1}}
data={this.props.usersList}
horizontal={false}
numColumns={3}