We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1093e53 commit 9516a30Copy full SHA for 9516a30
packages/react-native-executorch/src/controllers/OCRController.ts
@@ -9,7 +9,7 @@ export class OCRController {
9
private nativeModule: any;
10
public isReady: boolean = false;
11
public isGenerating: boolean = false;
12
- public error: string | null = null;
+ public error: ExecutorchError | null = null;
13
private isReadyCallback: (isReady: boolean) => void;
14
private isGeneratingCallback: (isGenerating: boolean) => void;
15
private errorCallback: (error: ExecutorchError) => void;
0 commit comments