You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Use peerDependencies to get Hermes version on stable branches (#2531)
## Summary:
This is a follow-up to #2524 where we expect the RNCore version to be
explicitly specified as a peer dependency in our stable branches.
#2530 brings this in for 0.74-stable; this brings it into the main
branch for cherry-picking into other branches.
## Test Plan:
If CIs pass, we're good.
This shouldn't do anything on the main branch anyway, since we don't run
through any of the peer dependency logic. Either way, a quick run of
RNTester validates that we're still getting our Hermes version via the
same `git merge-base` approach.
---------
Co-authored-by: Adam Gleitman <[email protected]>
0 commit comments