Files
react-navigation/ios/RNSScreenContainer.h

11 lines
182 B
Objective-C

#import <React/RCTViewManager.h>
@protocol RNSScreenContainerDelegate
- (void)markChildUpdated;
@end
@interface RNSScreenContainerView : UIView <RNSScreenContainerDelegate>
@end