-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large list and water fall both slow to update items #452
Comments
It seems that your item is too complicated. LargeList is reused component to resolve black screen problem when moving too fast. |
确实存在这个问题 |
不是,LargeList相当于SectionList,WaterfallList是瀑布流组件 |
注意看WaterfallList的动画 |
我在尝试使用reanimated重新写LargeList的新版本。 |
FlatList 大列表使用您的那个组件比较合适呢? |
没有FlatList对应的,LargeList更改数据结构和参数就能完成FlatList的需求 |
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 8
3: real device
4: package.json
5.
DocumentScreen.js
DocumentItem.js
tried this with memo and without memo but same result
Here is a sample video
20210812_144335.mp4
The text was updated successfully, but these errors were encountered: