From 02cc3d329b3c735fb80682c10fee1d348f462c12 Mon Sep 17 00:00:00 2001 From: Neil Dhar Date: Mon, 29 Nov 2021 17:12:14 -0800 Subject: [PATCH] Bump package version for Hermes on iOS Summary: allow-large-files Changelog: [Internal] Reviewed By: lunaleaps Differential Revision: D32416407 fbshipit-source-id: 7f7c7c4b25afe9d3852034958b57a45004e859a7 --- scripts/react_native_pods.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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