#import "RNNOptions.h"

@interface RNNBottomTabsOptions : RNNOptions

@property (nonatomic, strong) NSNumber* visible;
@property (nonatomic, strong) NSNumber* animate;
@property (nonatomic, strong) NSNumber* currentTabIndex;
@property (nonatomic, strong) NSString* testID;
@property (nonatomic, strong) NSNumber* drawBehind;
@property (nonatomic, strong) NSString* currentTabId;

@property (nonatomic, strong) NSNumber* translucent;
@property (nonatomic, strong) NSNumber* hideShadow;
@property (nonatomic, strong) NSNumber* backgroundColor;
@property (nonatomic, strong) NSNumber* tabColor;
@property (nonatomic, strong) NSNumber* selectedTabColor;
@property (nonatomic, strong) NSString* fontFamily;
@property (nonatomic, strong) NSNumber* fontSize;

@end