scandit-react-native-datacapture-core
Version:
Scandit Data Capture SDK for React Native
15 lines (10 loc) • 372 B
text/typescript
/*
* This file is part of the Scandit Data Capture SDK
*
* Copyright (C) 2026- Scandit AG. All rights reserved.
*/
import { codegenNativeComponent, type HostComponent, type ViewProps } from 'react-native';
export interface NativeProps extends ViewProps {}
export default codegenNativeComponent<NativeProps>(
'RNTDataCaptureView'
) as HostComponent<NativeProps>;