最终触发器上的FlatList加载... React Native

时间:2019-10-06 10:21:38

标签: react-native

我尝试将EndReacehdthreshold从0设置为1,但仍然是垃圾邮件触发者, 我已经尝试过 onEndReached={()=>{this.onEndReached()}   它只会触发一次

onEndReached(){
     this.GetData()
}


 render(){
  return(
  <View>
     <ScrollView ...>
      <FlatList ....
            ....
               onEndReached={ this.onEndReached() }
               onEndReachedThreshold={0}
        />
      </ScrollView>
     </View>

)}

1 个答案:

答案 0 :(得分:0)

如果您打算将其与EndReached一起使用,则在Flatlist中找不到高度。 请勿使用Flatlist中的ScrollView