react-native-navigation的迁移库

RNNLayoutOptions.h 273B

123456789101112
  1. #import "RNNOptions.h"
  2. @interface RNNLayoutOptions : RNNOptions
  3. @property (nonatomic, strong) Color* backgroundColor;
  4. @property (nonatomic, strong) Text* direction;
  5. @property (nonatomic, strong) id orientation;
  6. - (UIInterfaceOrientationMask)supportedOrientations;
  7. @end