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