石破天惊
石破天惊
> onStartShouldSetResponderCapture 最新版本SpringScrollView不是有这个玩意吗?
It seems that your item is too complicated. LargeList is reused component to resolve black screen problem when moving too fast.
> 确实存在这个问题 另外想请问下`FlatList `对应的是 `WaterfallList`组件, `SectionList ` 对应的是 `LargeList` 是吗, 不是,LargeList相当于SectionList,WaterfallList是瀑布流组件
注意看WaterfallList的动画
> **1:** Dev Operating System window 10 > > **2:** Target OS `android 11 inifnix note 10 `, `redemi note 8 android 10`, `samsumg A51 android 11`, `samsung j2 android...
没有FlatList对应的,LargeList更改数据结构和参数就能完成FlatList的需求
Actually,they are reused to disable blank when fast sliding.No key, sorry.
[ groupCount?: number;](https://github.com/bolan9999/react-native-largelist/blob/d93c8985fadafc9f84530bdadc3d63222e1ac10f/src/index.d.ts#L32) The group count (not section) of the rendered content. default value is 4, set it larger, eg 6 or 8. [groupMinHeight?: number;](https://github.com/bolan9999/react-native-largelist/blob/d93c8985fadafc9f84530bdadc3d63222e1ac10f/src/index.d.ts#L33) The min group height of...