mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix Dependencies of RCTFabric for RCTInterpolateColorInRange (#48753)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/48753 [This commit](https://github.com/facebook/react-native/commit/cc89ddd50bed869013082ad98eb0555a386cf7c9) introduced a dependency between RCTFabric and RCTAnimation because RCTFabric is now using `RCTInterpolateColorInRange` which is defined in `RCTAnimation`. To unblock the CI, I'm adding the dependency to the RCTFabric.podspec However, I'm not convinced that this is the proper fix. We should move the function to a common dependency between RCTFabric and RCTAnimation. Probably in `RCTUtils`. ## Changelog: [Internal] - Fix CI by making RCTFabric depend on RCTAnimation Reviewed By: GijsWeterings Differential Revision: D68322935 fbshipit-source-id: 57c8833e348fb69dc1b1703ffeedd3383405b4f8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a0ddcd256a
commit
a7aed70ab1
@@ -95,6 +95,7 @@ Pod::Spec.new do |s|
|
||||
add_dependency(s, "React-rendererdebug")
|
||||
add_dependency(s, "React-rendererconsistency")
|
||||
add_dependency(s, "React-runtimescheduler")
|
||||
add_dependency(s, "React-RCTAnimation", :framework_name => 'RCTAnimation')
|
||||
add_dependency(s, "React-jsinspector", :framework_name => 'jsinspector_modern')
|
||||
add_dependency(s, "React-jsinspectortracing", :framework_name => 'jsinspector_moderntracing')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user