摘要: React Native 使用 FlatList 和 ScrollView 实现 下拉刷新时,RefreshControl 控件不起作用, 后来经查明,原来 RefreshControl 要加在 ScrollView 的属性中,而不是 像普通 只有 FlatList 时,加在 FlatList 属性中。 阅读全文
posted @ 2019-05-21 06:55 wukong1688 阅读(3002) 评论(0) 推荐(0)