react-native-navigation的迁移库

RNNBottomTabsOptions.h 387B

12345678910111213
  1. #import "RNNOptions.h"
  2. @interface RNNBottomTabsOptions : RNNOptions
  3. @property (nonatomic, strong) NSNumber* hidden;
  4. @property (nonatomic, strong) NSNumber* animateHide;
  5. @property (nonatomic, strong) NSNumber* currentTabIndex;
  6. @property (nonatomic, strong) NSString* testID;
  7. @property (nonatomic, strong) NSNumber* drawUnder;
  8. @property (nonatomic, strong) NSString* currentTabId;
  9. @end