-
Moti Zilberman authored
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/39366 With the recent CI optimization, we were caching the hermes-engine stored in the Pods folder in order to reuse it. However, by doing so, we would not avtually use the hermes-engine we were building in CI nor we were using the most recent version in the E2E tests as the Podfile.lock would not have actually changed and Cocoapods would have found a proper version for the Hermes-engine. ## Changelog: [Internal] - use the hermes engine version to invalidate cocoapods caches Reviewed By: blakef Differential Revision: D49125000 fbshipit-source-id: 2af81522d02a7f461fe3ab5b98a4f314013c185a
01d7ec13