Skip to content
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

Flashlist is much slower when scrolling after upgrade to newest RN and activate newArchitect #1282

Open
hthieu1110 opened this issue Jul 24, 2024 · 19 comments
Labels
bug Something isn't working

Comments

@hthieu1110
Copy link

hthieu1110 commented Jul 24, 2024

Current behavior

I'm implementing an app where I have a medium list (~ 100 items).
The scrolling was smooth when I was with:
RN 0.72.3
Flash-list 1.6.3
React 18.2

when scrolling fast, the screen renders progressively the new items.

After upgrade to
RN 0.74
flash-list 1.7.0
React 18.2 (same version)

when scrolling, the screen does not render progressively anymore and then render all the blank view at the same time but very slow.

Expected behavior
I'd like to have (or an option to switch to) the behavior just like previous version. Maybe this is due to batch-render from React? But seems that this feature exist since react 18 already. I feel like app wait the scroll to be done before rendering.

To Reproduce

Just render a long list (about 300-500 items) with quite heavy component (with background, color). On the newest version of RN and flash-list, the items will be rendered very slowly when scrolling. This happens on both platforms Android/iOS but iOS is performance enough to cover the blank space quickly (even it's still slower than previous version)

Platform:

Android

Environment

@shopify/flash-list: 1.7.0
@react-native: 0.74.0
@react: 18.2

@hthieu1110 hthieu1110 added the bug Something isn't working label Jul 24, 2024
@Slepzs
Copy link

Slepzs commented Aug 1, 2024

Im having issues on android. But works perfectly on IOS

@hthieu1110
Copy link
Author

Do we have any news on this :(

@mjooms
Copy link

mjooms commented Aug 13, 2024

We're seeing the same issue, after upgrade to RN 0.74 scrolling on Android has severe performance issues.

Our lists aren't that long (30 items). In RN 0.72 scrolling was very smooth.

RN 0.74.5, flash-list 1.7.1

@Iuriy-Budnikov
Copy link

it's very slow on 0.74.5

@ChronoByteCosmonaut
Copy link

Having the same issue

@Webbanditten
Copy link

Having the same issue.

@artymir
Copy link

artymir commented Aug 28, 2024

Same.

@ZukaGap
Copy link

ZukaGap commented Sep 4, 2024

same

@numandev1
Copy link

@naqvitalha I am having the same issue, I can see a lot of blank spaces while scrolling and performance is worse after enabling the new architecture

@ivaniuk7531
Copy link

I have the same problem. I use the 0.75.3 version of react native and the latest version of Flash List. On Android my list is slow, but on iOS everything works well

@ivaniuk7531
Copy link

@hthieu1110 did you find solution?

@Iuriy-Budnikov
Copy link

Hey guys,
Any updates?

@SergeyYurkevich
Copy link

Any updates?

@renyufei8023
Copy link

how to solve?

@viljamik
Copy link

Same here

@herberthk
Copy link

herberthk commented Nov 14, 2024

I'm facing the same issue. The scroll is too laggy and this is my configuration:

  • React-native 0.76.1
  • flash-list 1.7.2
  • new architecture enabled
  • Platform Android I've not tested it on IOS

@sis3141
Copy link

sis3141 commented Nov 15, 2024

Same here. Its significant issue for upgrade to rn 0.76 with new architecture

@hanwenbo
Copy link

0.76 very slow

@githistory
Copy link

githistory commented Nov 22, 2024

same here with RN 0.74.5 without new architecture enabled, only happens on Android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests