react-native-collapsible-tab-view icon indicating copy to clipboard operation
react-native-collapsible-tab-view copied to clipboard

fix: new arch flickering

Open voslartomas opened this issue 10 months ago • 2 comments

Description

This part of code is trying to scroll view in every frame for 1500ms which means hundreds of operations, before new architecture it was working fine, but it seems now with new architecture it causes problems when you switch tabs. I just added simple condition so it will scroll only every 100ms, so much less operations and it seems fine with this fix.

voslartomas avatar Feb 14 '25 12:02 voslartomas

up

nikitapilgrim avatar May 14 '25 21:05 nikitapilgrim

Patching with this change solved mine issue on New Arch.

dmaykov avatar Jun 02 '25 18:06 dmaykov

This fixed laggy scrolling for me 👍

varshithmee avatar Jul 07 '25 13:07 varshithmee

@andreialecu can this be merged?

rileysay avatar Jul 19 '25 11:07 rileysay

This also fixed it on both Android and iOS for me.

matthieubessol avatar Sep 10 '25 07:09 matthieubessol

This may be fixed by #483 which is available as v9.0.0-rc.0

andreialecu avatar Sep 20 '25 10:09 andreialecu