react-native-navigation的迁移库

RNNReactView.h 271B

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