diff --git a/scripts/react_native_pods.rb b/scripts/react_native_pods.rb index d61f69da719..65355fbde57 100644 --- a/scripts/react_native_pods.rb +++ b/scripts/react_native_pods.rb @@ -63,7 +63,7 @@ def use_react_native! (options={}) if hermes_enabled pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes" - pod 'hermes-engine' + pod 'hermes-engine', '~> 0.8.0' pod 'libevent', '~> 2.1.12' end end