#ifdef RCT_NEW_ARCH_ENABLED #import #else #import #import #endif #import "RNSScreenContainer.h" NS_ASSUME_NONNULL_BEGIN @interface RNSNavigationController : UINavigationController @end @interface RNSScreenStackView : #ifdef RCT_NEW_ARCH_ENABLED RCTViewComponentView #else UIView #endif - (void)markChildUpdated; - (void)didUpdateChildren; #ifdef RCT_NEW_ARCH_ENABLED #else @property (nonatomic, copy) RCTDirectEventBlock onFinishTransitioning; #endif // RCT_NEW_ARCH_ENABLED @end @interface RNSScreenStackManager : RCTViewManager @end NS_ASSUME_NONNULL_END