#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; @end