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