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