Skip to content

Commit

Permalink
feat(ohos): update jsi doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Dec 12, 2024
1 parent 1c45519 commit 9bed086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/native-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export class ExampleNativeTurboModule extends HippyNativeModuleBase {
}

isTurbo(): boolean {
return false
return true
}

public getString(info: string): string {
Expand Down

0 comments on commit 9bed086

Please sign in to comment.