#import #ifdef RCT_NEW_ARCH_ENABLED #import #else #import #import #endif @interface RNSFullWindowOverlayManager : RCTViewManager @end @interface RNSFullWindowOverlayContainer : UIView @end @interface RNSFullWindowOverlay : #ifdef RCT_NEW_ARCH_ENABLED RCTViewComponentView #else RCTView #endif // RCT_NEW_ARCH_ENABLED #ifdef RCT_NEW_ARCH_ENABLED @property (nonatomic) facebook::react::LayoutMetrics oldLayoutMetrics; @property (nonatomic) facebook::react::LayoutMetrics newLayoutMetrics; #endif // RCT_NEW_ARCH_ENABLED @end