UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

7 lines 460 B
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent'; import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands'; export default codegenNativeComponent('ScanbotBarcodeScannerView'); export const Commands = codegenNativeCommands({ supportedCommands: ['freezeCamera', 'unfreezeCamera', 'bindBarcodeItemOverlayView'] }); //# sourceMappingURL=ScanbotBarcodeScannerViewNativeComponent.js.map