gpt4 book ai didi

android - 如何在 React Native 中设置 FlatList 的刷新指示器?

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:23:14 34 4
gpt4 key购买 nike

我正在尝试在 React Native 中设置平面列表的刷新指示器,但不知道该怎么做。 ListView 有这个 Prop :

refreshControl={<RefreshControl
colors={["#9Bd35A", "#689F38"]}
refreshing={this.props.refreshing}
onRefresh={this._onRefresh.bind(this)}
/>
}

但是 Flat List 只有这些:

refreshing={this.props.loading}
onRefresh={this._onRefresh.bind(this)}

最佳答案

我找到了解决方案!它可能是虚拟的,但 FlatList 也有一个像 ListView 一样名为 refreshControl 的 Prop ,但我只是没有测试它!就像这样:

 <FlatList
refreshControl={<RefreshControl
colors={["#9Bd35A", "#689F38"]}
refreshing={this.props.refreshing}
onRefresh={this._onRefresh.bind(this)} />}
/>

关于android - 如何在 React Native 中设置 FlatList 的刷新指示器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45659610/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com