Skip to content

Commit

Permalink
fix: remove deprecated hasConstants parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Dec 17, 2024
1 parent 3f537f1 commit b53b097
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class <%- project.name -%>Package : BaseReactPackage() {
<%- project.name -%>Module.NAME,
false, // canOverrideExistingModule
false, // needsEagerInit
true, // hasConstants
false, // isCxxModule
true // isTurboModule
)
Expand Down

0 comments on commit b53b097

Please sign in to comment.