fix: new arch flickering
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.
up
Patching with this change solved mine issue on New Arch.
This fixed laggy scrolling for me 👍
@andreialecu can this be merged?
This also fixed it on both Android and iOS for me.
This may be fixed by #483 which is available as v9.0.0-rc.0