/*
 * Copyright © Dynamsoft Corporation. All rights reserved.
 */

#if RCT_NEW_ARCH_ENABLED

#import <React/RCTViewComponentView.h>

NS_ASSUME_NONNULL_BEGIN

// Real Fabric ComponentView for <DynamsoftCameraView>. Registering it (via the
// `DynamsoftCameraViewCls` factory function in the .mm) makes Fabric skip the Legacy View
// Manager Interop Layer that a plain RCTViewManager-only implementation falls back to.
@interface RNDynamsoftCameraViewComponentView : RCTViewComponentView

@end

NS_ASSUME_NONNULL_END

#endif // RCT_NEW_ARCH_ENABLED
