Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
do not send onScroll event when ScrollView is reused (facebook#43676)
Summary: Pull Request resolved: facebook#43676 changelog: [internal] calling super invalidates eventEmitter. EventEmitter should be invalidated before reseting contentOffset on `_scrollView. Otherwise, UIScrollView::setContentOffset is called and it calls delegate method: `scrollViewDidScroll`. Reviewed By: javache Differential Revision: D55375060 fbshipit-source-id: f697805eb1ca05d15cf498ff9e5e06e90eb7ac56
- Loading branch information