MCPcopy Create free account
hub / github.com/dariyd/react-native-document-scanner / launchScanner

Method launchScanner

src/NativeDocumentScanner.ts:30–30  ·  view source on GitHub ↗
(options: Options, callback: (result: ScanResult) => void)

Source from the content-addressed store, hash-verified

28
29export interface Spec extends TurboModule {
30 launchScanner(options: Options, callback: (result: ScanResult) => void): void;
31}
32
33export default TurboModuleRegistry.get<Spec>('DocumentScanner');

Callers 1

launchScannerFunction · 0.65

Implementers 1

DocumentScannerModuleandroid/src/main/java/com/docscanner/D

Calls

no outgoing calls

Tested by

no test coverage detected