File tree Expand file tree Collapse file tree
packages/react-native/React/Fabric/Mounting/ComponentViews/ScrollView Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -95,6 +95,15 @@ @interface RCTScrollViewComponentView () <
9595 RCTScrollableProtocol,
9696 RCTEnhancedScrollViewOverridingDelegate>
9797
98+ - (void )_preserveContentOffsetIfNeededWithBlock : (void (^)())block ;
99+ - (void )_remountChildrenIfNeeded ;
100+ - (void )_remountChildren ;
101+ - (void )_forceDispatchNextScrollEvent ;
102+ - (void )_handleScrollEndIfNeeded ;
103+ - (void )_handleFinishedScrolling : (RCTUIScrollView *)scrollView ;
104+ - (void )_prepareForMaintainVisibleScrollPosition ;
105+ - (void )_adjustForMaintainVisibleContentPosition ;
106+
98107@end
99108
100109@implementation RCTScrollViewComponentView {
@@ -845,9 +854,9 @@ - (void)didMoveToWindow
845854 [super didMoveToWindow ];
846855#else // [macOS
847856- (void )viewDidMoveToWindow // [macOS]
848- #endif // [macOS]
849857{
850858 [super viewDidMoveToWindow ];
859+ #endif // [macOS]
851860
852861#if TARGET_OS_OSX // [macOS
853862 NSNotificationCenter *defaultCenter = [NSNotificationCenter defaultCenter ];
You can’t perform that action at this time.
0 commit comments