Skip to content

Commit

Permalink
fix: remove deprecated hasConstants parameter (#729)
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 authored Dec 17, 2024
1 parent 3f537f1 commit 4bb5d9d
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 4bb5d9d

Please sign in to comment.