react-native-navigation的迁移库

RNNReactRootView.h 298B

123456789101112
  1. #import <UIKit/UIKit.h>
  2. #import <React/RCTRootView.h>
  3. #import <React/RCTRootViewDelegate.h>
  4. @interface RNNReactRootView : RCTRootView <RCTRootViewDelegate>
  5. @property (nonatomic, copy) void (^rootViewDidChangeIntrinsicSize)(CGSize intrinsicSize);
  6. - (void)setAlignment:(NSString*)alignment;
  7. @end