diff --git a/scripts/react_native_pods.rb b/scripts/react_native_pods.rb index 2b697ac50be..518c249d37a 100644 --- a/scripts/react_native_pods.rb +++ b/scripts/react_native_pods.rb @@ -72,7 +72,7 @@ def use_react_native! (options={}) if hermes_enabled pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes" - pod 'hermes-engine', '~> 0.9.0' + pod 'hermes-engine', '~> 0.10.0' pod 'libevent', '~> 2.1.12' end end