FlatList组件 initialScrollIndex问题

来源:7-3 基于Redux+FlatList实现列表页数据加载(异步action与数据流,state树设计)

一个减肥的小胖子

2022-08-23

initialScrollIndex 一开始设置为3,后面由于一些条件需要变为0

设置initialScrollIndex仍然停在3的位置上

写回答

1回答

CrazyCodeBoy

2022-08-24

你是怎么设置的发来看看
0
1
一个减肥的小胖子
this.flatList = ref} style={{ width, height: rowHeight * rows }} data={data} initialScrollIndex={initialScrollIndex} getItemLayout={(data, index) => ({ length: rowHeight, offset: index * rowHeight, index })} keyExtractor={(item, index) => index.toString()} onScrollEndDrag={this._onScrollEndDrag} onMomentumScrollEnd={this._onMomentumScrollEnd} renderItem={this._renderItem} onScroll={this._onScroll} showsVerticalScrollIndicator={false} showsHorizontalScrollIndicator={false} scrollsToTop={false} >
2022-08-25
共1条回复

RN入门到进阶,打造高质量上线App

解锁React Native开发应用新姿势,React Native新版本热门技术

3144 学习 · 3241 问题

查看课程