react-native-navigation的迁移库

RNNLayoutOptions.h 336B

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