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).