fab5fffbb3
Summary: When I bridged FBPullToRefresh to RN, the integration with ScrollView caused a bug on OSS TLDR; assuming that a scrollview subview that implemented UIScrollViewDelegate protocol was a custom PTR was a bad idea. This caused some scrollviews to break in OSS. The solution is to define a more explicit protocol. Further details here: https://github.com/facebook/react-native/issues/20324 Reviewed By: mmmulani Differential Revision: D8953893 fbshipit-source-id: 98cdc7fcced41d9e98e77293a03934f10c798665 |
||
---|---|---|
.. | ||
RCTScrollContentShadowView.h | ||
RCTScrollContentShadowView.m | ||
RCTScrollContentView.h | ||
RCTScrollContentView.m | ||
RCTScrollContentViewManager.h | ||
RCTScrollContentViewManager.m | ||
RCTScrollView.h | ||
RCTScrollView.m | ||
RCTScrollViewManager.h | ||
RCTScrollViewManager.m | ||
RCTScrollableProtocol.h |