Summary:
Changelog:
[General][Changed] - Bump Hermes to 0.9.0

(Note: this ignores all push blocking failures!)

Reviewed By: lunaleaps

Differential Revision: D30726473

fbshipit-source-id: add4149454b3f0333f3c1cb8b5d632371fd1bd80
This commit is contained in:
Xuan Huang 2021-09-02 18:41:29 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 66bd1e9c2c
Коммит 8e66f0b35b
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -738,6 +738,7 @@ DEPENDENCIES:
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0)
- FlipperKit/SKIOSNetworkPlugin (= 0.99.0)
- glog (from `../../third-party-podspecs/glog.podspec`)
- OpenSSL-Universal (= 1.1.180)
- RCT-Folly (from `../../third-party-podspecs/RCT-Folly.podspec`)
- RCT-Folly/Fabric (from `../../third-party-podspecs/RCT-Folly.podspec`)
- RCTRequired (from `../../Libraries/RCTRequired`)
@ -918,6 +919,6 @@ SPEC CHECKSUMS:
Yoga: c0d06f5380d34e939f55420669a60fe08b79bd75
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
PODFILE CHECKSUM: ae3037f2256663bd77e3b1cffcac23908027fdb1
PODFILE CHECKSUM: 5cc47caddf8a8bf3fe9ea873886352846aee027a
COCOAPODS: 1.10.1

Просмотреть файл

@ -65,7 +65,7 @@ def use_react_native! (options={})
if hermes_enabled
pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes"
pod 'hermes-engine'
pod 'hermes-engine', '~> 0.9.0'
pod 'libevent', '~> 2.1.12'
end
end