Fix broken CI due to missing dependencies

Summary:
https://github.com/facebook/react-native/pull/45409 broke CI because it didn't set up dependencies correctly. This should fix it.

Changelog: [internal]

Reviewed By: cipolleschi

Differential Revision: D59751194
This commit is contained in:
Rubén Norte
2024-07-15 14:35:16 +01:00
committed by Blake Friedman
parent 58a525aa2f
commit 95fa0dcdc8
2 changed files with 2 additions and 0 deletions
@@ -24,6 +24,7 @@ target_link_libraries(
rninstance
fabricjni
react_featureflagsjni
react_render_runtimescheduler
turbomodulejsijni
fb
jsi
@@ -56,6 +56,7 @@ Pod::Spec.new do |s|
s.dependency "React-cxxreact"
s.dependency "React-callinvoker"
s.dependency "React-runtimeexecutor"
s.dependency "React-runtimescheduler"
s.dependency "React-utils"
s.dependency "React-jsi"
s.dependency "React-Core/Default"