From 63ddb1db1a7e28657a7ccb10055dee1471bbaa4e Mon Sep 17 00:00:00 2001 From: Xuan Huang Date: Thu, 29 Apr 2021 16:41:13 -0700 Subject: [PATCH] Pin hermes-engine to 0.8.x for RN 0.65 --- 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 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