Skip to content

Commit

Permalink
Bump package version for Hermes on iOS
Browse files Browse the repository at this point in the history
Summary:
allow-large-files

Changelog: [Internal]

Reviewed By: lunaleaps

Differential Revision: D32416407

fbshipit-source-id: 7f7c7c4b25afe9d3852034958b57a45004e859a7
  • Loading branch information
neildhar authored and facebook-github-bot committed Nov 30, 2021
1 parent 3352b57 commit 040e72e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/rn-tester/Podfile.lock
Expand Up @@ -881,7 +881,7 @@ SPEC CHECKSUMS:
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
FBLazyVector: b81a2b70c72d8b0aefb652cea22c11e9ffd02949
FBReactNativeSpec: 37e065c0cfc5da966014bf62b50edb066d8206cd
FBReactNativeSpec: d297498b40da6673284de825e985e66f8da1064e
Flipper: 30e8eeeed6abdc98edaf32af0cda2f198be4b733
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
Expand Down Expand Up @@ -923,10 +923,10 @@ SPEC CHECKSUMS:
React-RCTTest: 12bbd7fc2e72bd9920dc7286c5b8ef96639582b6
React-RCTText: e9146b2c0550a83d1335bfe2553760070a2d75c7
React-RCTVibration: 50be9c390f2da76045ef0dfdefa18b9cf9f35cfa
React-rncore: c57d93f56e2d385bdbda34eae2d20d4d3c0c8b4a
React-rncore: 8b90ee397e8a5730c2819b083def06bf94e593ba
React-runtimeexecutor: 4b0c6eb341c7d3ceb5e2385cb0fdb9bf701024f3
ReactCommon: 7a2714d1128f965392b6f99a8b390e3aa38c9569
ScreenshotManager: 9f69049876d8aafafa13a1a635baa8f7e168eee4
ScreenshotManager: 4d1f5c3330ef0a096bb560457f51238ed133688e
Yoga: c0d06f5380d34e939f55420669a60fe08b79bd75
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

Expand Down
2 changes: 1 addition & 1 deletion scripts/react_native_pods.rb
Expand Up @@ -84,7 +84,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
Expand Down

0 comments on commit 040e72e

Please sign in to comment.