question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Consider to use FlatList.

See original GitHub issue

Did 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:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:26 (13 by maintainers)

github_iconTop GitHub Comments

12reactions
bd-arccommented, Jul 5, 2017

Hi @EdmundMai, I should be able to work on it this week or the the week after. Stay tuned!

8reactions
bd-arccommented, Aug 1, 2017

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 🍾

react-native-snap-carousel parallax image

As usual, documentation and example have been updated. Let me know what you think!

react-native-snap-carousel parallax images

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found