react-native-navigation的迁移库

RNNBackButtonOptions.h 346B

12345678910111213
  1. #import "RNNOptions.h"
  2. @interface RNNBackButtonOptions : RNNOptions
  3. @property (nonatomic, strong) Image* icon;
  4. @property (nonatomic, strong) Text* title;
  5. @property (nonatomic, strong) Text* transition;
  6. @property (nonatomic, strong) Color* color;
  7. @property (nonatomic, strong) Bool* showTitle;
  8. @property (nonatomic, strong) Bool* visible;
  9. @end