react-native-navigation的迁移库

RNNComponentOptions.h 225B

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