UNPKG

scandit-react-native-datacapture-core

Version:

Scandit Data Capture SDK for React Native

15 lines (10 loc) 372 B
/* * 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>;