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.

i want react native FlatList fully performance like RecyclerListView............more then 200 item after FlatList performance so slow/poor and app is not work properly

See original GitHub issue

Please provide all the information requested. Issues that do not follow this format are likely to stall.

Description

Please provide a clear and concise description of what the bug is. Include screenshots if needed. Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html

React Native version:

Run react-native info in your terminal and copy the results here.

Steps To Reproduce

Provide a detailed list of steps that reproduce the issue.

Expected Results

Describe what you expected to happen.

Snack, code example, screenshot, or link to a repository:

Please provide a Snack (https://snack.expo.io/), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem. You may provide a screenshot of the application if you think it is relevant to your bug report. Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:10

github_iconTop GitHub Comments

1reaction
rajan-keypresscommented, May 17, 2021

use Pure Component…must…large list

1reaction
rajan-keypresscommented, May 15, 2021

do not close this issue…or i am gone a Switch to flutter…

Read more comments on GitHub >

github_iconTop Results From Across the Web

react native 100+ items flatlist very slow performance
Here is my suggestions: A. Avoid anonymous arrow function on renderItem props. Move out the renderItem function to the outside of render ...
Read more >
8 ways to optimize React native FlatList performance
It works great for basic lists but FlatList will have some performance issues if not optimized properly causing laggy scroll and slow ...
Read more >
FlatList performance slow on large changes to list #18142
I have a FlatList that contains many items (1000+). It represents a lengthy checklist. I have a "Select All" button which causes every...
Read more >
Optimizing React Native performance - LogRocket Blog
In this article, we will review how to optimize the performance of your React Native app using the following steps: How does React...
Read more >
Overcoming List Performance Problems In React Native
Large lists are probably the most common cause of performance issues, and even the FlatList component can't smoothly handle lists with thousands of...
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