Skip to content

Commit 9bdeff4

Browse files
committed
fix: make NewExecutorchModule inherit from base
1 parent 8ffc52b commit 9bdeff4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/react-native-executorch/src/modules/general/NewExecutorchModule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import { ResourceFetcher } from '../../utils/ResourceFetcher';
22
import { ResourceSource } from '../../types/common';
33
import { TensorPtr } from '../../types/common';
4+
import { BaseNonStaticModule } from '../BaseNonStaticModule';
45

5-
export class NewExecutorchModule {
6+
export class NewExecutorchModule extends BaseNonStaticModule {
67
nativeModule: any = null;
78

89
async load(

0 commit comments

Comments
 (0)