22 lines
514 B
Objective-C
22 lines
514 B
Objective-C
#import <React/RCTViewManager.h>
|
|
#import <React/RCTUIManagerObserverCoordinator.h>
|
|
|
|
#import "RNSScreenContainer.h"
|
|
|
|
@interface RNScreensNavigationController: UINavigationController <RNScreensViewControllerDelegate>
|
|
|
|
@end
|
|
|
|
@interface RNSScreenStackView : UIView <RNSScreenContainerDelegate, RCTInvalidating>
|
|
|
|
@property (nonatomic, copy) RCTDirectEventBlock onFinishTransitioning;
|
|
|
|
- (void)markChildUpdated;
|
|
- (void)didUpdateChildren;
|
|
|
|
@end
|
|
|
|
@interface RNSScreenStackManager : RCTViewManager <RCTInvalidating>
|
|
|
|
@end
|