Skip to main content
Version: Next

Interface: ExecutorchModuleProps

Defined in: packages/react-native-executorch/src/types/executorchModule.ts:11

Props for the useExecutorchModule hook.

Properties

modelSource

modelSource: ResourceSource

Defined in: packages/react-native-executorch/src/types/executorchModule.ts:12

The source of the ExecuTorch model binary.


preventLoad?

optional preventLoad: boolean

Defined in: packages/react-native-executorch/src/types/executorchModule.ts:13

Boolean that can prevent automatic model loading (and downloading the data if you load it for the first time) after running the hook.