We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffc52b commit 9bdeff4Copy full SHA for 9bdeff4
1 file changed
packages/react-native-executorch/src/modules/general/NewExecutorchModule.ts
@@ -1,8 +1,9 @@
1
import { ResourceFetcher } from '../../utils/ResourceFetcher';
2
import { ResourceSource } from '../../types/common';
3
import { TensorPtr } from '../../types/common';
4
+import { BaseNonStaticModule } from '../BaseNonStaticModule';
5
-export class NewExecutorchModule {
6
+export class NewExecutorchModule extends BaseNonStaticModule {
7
nativeModule: any = null;
8
9
async load(
0 commit comments