react-native-navigation的迁移库

RNNComponentOptions.h 264B

1234567891011
  1. #import "RNNOptions.h"
  2. @interface RNNComponentOptions : RNNOptions
  3. @property (nonatomic, strong) Text* name;
  4. @property (nonatomic, strong) Text* componentId;
  5. @property (nonatomic, strong) Text* alignment;
  6. @property (nonatomic, strong) Bool* waitForRender;
  7. @end