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

16 lines
306 B
Objective-C

#pragma once
#ifdef RCT_NEW_ARCH_ENABLED
#import <UIKit/UIKit.h>
#import "RNSViewControllerInvalidating.h"
@interface RNSInvalidatedComponentsRegistry : NSObject
- (void)pushForInvalidation:(UIView<RNSViewControllerInvalidating> *)view;
- (void)flushInvalidViews;
@end
#endif // RCT_NEW_ARCH_ENABLED