Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Trocki authored and jbroma committed Feb 1, 2024
1 parent e4baf83 commit 91631de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ScriptManagerPackage : TurboReactPackage() {
ScriptManagerModule.NAME,
ScriptManagerModule.NAME,
false, // canOverrideExistingModule
/** default value is true, but we should initialize it as quick as possible*/
/** default value is false, but we should initialize it as quick as possible*/
true, // needsEagerInit
false, // isCxxModule
isTurboModule // isTurboModule
Expand Down

0 comments on commit 91631de

Please sign in to comment.