You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The repro is simple. Scrolling using scrollTo does not trigger an onScroll event. No log will be printed in given example. However, if animation is enabled it works fine. Is this expected? On older versions of react native if wasn't this way (talking about 0.30.0).
It looks like your description is missing some necessary information, or the list of reproduction steps is not complete. Can you please add all the details specified in the template? This is necessary for people to be able to understand and reproduce the issue being reported.
I am going to close this, but feel free to open a new issue with the additional information provided. Thanks!
Is this a bug report?
Yes.
The repro is simple. Scrolling using
scrollTo
does not trigger an onScroll event. No log will be printed in given example. However, if animation is enabled it works fine. Is this expected? On older versions of react native if wasn't this way (talking about 0.30.0).The text was updated successfully, but these errors were encountered: