Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RFC][ScrollView] Add
getScrollResponder
to ScrollView for composition
This is a proposal to add `getScrollResponder` to all ScrollView-like components, including ListView. This allows multiple higher-order scroll views to be composed while allowing the owner of the top-level scroll view to call `scrollableView.getScrollResponder().scrollTo(...)` regardless of whether `scrollableView` is a ScrollView, ListView, InvertedScrollView, etc.
- Loading branch information