Pin hermes-engine to 0.8.x for RN 0.65

This commit is contained in:
Xuan Huang
2021-04-29 16:41:13 -07:00
committed by Xuan Huang (黄玄)
parent 2b49664cb8
commit 63ddb1db1a
+1 -1
View File
@@ -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