#pragma once

#if !RCT_NEW_ARCH_ENABLED

#import <React/RCTViewManager.h>

NS_ASSUME_NONNULL_BEGIN

@interface RNSTabsBottomAccessoryComponentViewManager : RCTViewManager

@end

NS_ASSUME_NONNULL_END

#endif // !RCT_NEW_ARCH_ENABLED
