mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Pin hermes-engine to 0.8.x for RN 0.65
This commit is contained in:
committed by
Xuan Huang (黄玄)
parent
2b49664cb8
commit
63ddb1db1a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user