Skip to content

Commit 797ade1

Browse files
RSNarafacebook-github-bot
authored andcommitted
Cocoapods: Remove hermes dep from React-utils
Summary: React-utils doesn't need to pull in hermes. Just jsi should be enough. ## Motivation I'm trying to break a circular dependency: - React-hermes pulls in React-runtimeexecutor: [code](https://fburl.com/code/mhuxq8gp) - React-runtimeexecutor pulls in React-utils: D74769326 - React-utils pulls in React-hermes: **this diff** Changelog: [Internal] Differential Revision: D75342019
1 parent f937a86 commit 797ade1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-native/ReactCommon/react/utils/React-utils.podspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Pod::Spec.new do |s|
4747

4848
s.dependency "React-jsi", version
4949

50-
depend_on_js_engine(s)
5150
add_rn_third_party_dependencies(s)
5251

5352
add_dependency(s, "React-debug")

0 commit comments

Comments
 (0)