Skip to content

Commit

Permalink
[LOCAL][iOS] Add missing dependency to React-RuntimeHermes podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Apr 29, 2024
1 parent 12da0cd commit fd48b94
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Pod::Spec.new do |s|
s.dependency "React-jsi"

if ENV["USE_HERMES"] == nil || ENV["USE_HERMES"] == "1"
s.dependency "React-hermes"
s.dependency "hermes-engine"
else
s.dependency "React-jsc"
Expand Down

0 comments on commit fd48b94

Please sign in to comment.