Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Dependencies of RCTFabric for RCTInterpolateColorInRange (#48753)
Summary: Pull Request resolved: #48753 [This commit](cc89ddd) 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
- Loading branch information