UNPKG

react-native-scanbot-sdk

Version:

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

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