Files
Fluxup_PAP/node_modules/react-native-screens/ios/helpers/scroll-view/RNSScrollViewHelper.h
2026-03-10 16:18:05 +00:00

13 lines
294 B
Objective-C

#pragma once
#import <UIKit/UIKit.h>
@interface RNSScrollViewHelper : NSObject
/**
* Finds and overrides contentInsetAdjustmentBehavior for first ScrollView in first descendant chain from view.
*/
+ (void)overrideScrollViewBehaviorInFirstDescendantChainFrom:(nullable UIView *)view;
@end