We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ced9e2 commit 78a1e98Copy full SHA for 78a1e98
1 file changed
packages/react-native-executorch/src/index.tsx
@@ -15,7 +15,8 @@ if (
15
global.loadStyleTransfer == null ||
16
global.loadImageSegmentation == null ||
17
global.loadExecutorchModule == null ||
18
- global.loadClassification == null
+ global.loadClassification == null ||
19
+ global.loadObjectDetection == null
20
) {
21
if (!ETInstallerNativeModule) {
22
throw new Error(
0 commit comments