gpt4 book ai didi

react-native - 在下拉之前显示 React Native refreshControl

转载 作者:行者123 更新时间:2023-12-04 04:24:27 24 4
gpt4 key购买 nike

我已经实现了 RefreshControl 组件,它运行良好,除了当我的 View 最初加载时,我看到另一个 Refresh 控件的一部分显示在 NEW GAME 按钮上方。一旦我下拉,我就得到了我的数据,错误消失了,直到我重新启动应用程序。其他一切都很好,但似乎是“title”、“tintColor”和“titleColor” Prop 导致了问题,因为没有它们就没有错误。

这是我的代码:

<RefreshControl
refreshing={this.state.refreshing}
onRefresh={this.onRefresh}
title={I18n.t('coming')}
tintColor="#dceafd"
titleColor="#dceafd"
/>

最佳答案

只需添加 backgroundColor: 'transparent',我认为 :)

关于react-native - 在下拉之前显示 React Native refreshControl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38746072/

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