123456789101112131415161718192021 |
- #import "RNNOptions.h"
-
- @interface RNNBottomTabsOptions : RNNOptions
-
- @property (nonatomic, strong) NSNumber* hidden;
- @property (nonatomic, strong) NSNumber* animateHide;
- @property (nonatomic, strong) NSNumber* currentTabIndex;
- @property (nonatomic, strong) NSString* testID;
- @property (nonatomic, strong) NSNumber* drawUnder;
- @property (nonatomic, strong) NSString* currentTabId;
-
- @property (nonatomic, strong) NSNumber* translucent;
- @property (nonatomic, strong) NSNumber* hideShadow;
- @property (nonatomic, strong) NSNumber* backgroundColor;
- @property (nonatomic, strong) NSNumber* textColor;
- @property (nonatomic, strong) NSNumber* selectedTextColor;
- @property (nonatomic, strong) NSString* fontFamily;
- @property (nonatomic, strong) NSNumber* fontSize;
-
- @end
|