Consider to use FlatList.
See original GitHub issueDid you consider to use FlatList
instead of ScrollView
? it will improve a lot performance and it has lazy load for items that works properly
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:26 (13 by maintainers)
Top Results From Across the Web
FlatList - React Native
A performant interface for rendering basic, flat lists, supporting the most handy features:
Read more >A deep dive into React Native FlatList - LogRocket Blog
FlatList is a React Native component that allows you to render lists with zero hassle and minimal code. Learn how to customize FlatList....
Read more >When to Use the keyExtractor Prop in React Native's FlatList
In React Native, you can use the FlatList component [https://reactnative.dev/docs/flatlist] to render a long list of data.
Read more >How To Use React Native Flatlist [Guide] - Flatlogic Blog
Use FlatList ; ItemSeparatorComponent; KeyExtractor; Header; Footer ... Consider that you have a data array with Marvel heroes, ...
Read more >React Native FlatList - Getting Your React Native Basics Right
FlatList is a react native component. This article shows you how to use FlatList component in react along with its basic structure, methods, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @EdmundMai, I should be able to work on it this week or the the week after. Stay tuned!
Hi guys,
Here comes a pretty neat feature I’ve been working on during the past few days because I needed it for a project: parallax images, native driver-powered 🍾
As usual, documentation and example have been updated. Let me know what you think!