mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix podspecs
Summary: I kept on running `USE_FRAMEWORKS=1 update-pods && open RNTesterPods.xcworkspace` and adding missing dependencies until `RNTesterPods` started compiling without failure. **Note:** I made sure to only commit the podfile changes from `update-pods`, **without** `USE_FRAMEWORKS=1`. Changelog: [iOS][Fixed] - Fix all RN Podspecs Reviewed By: fkgozali Differential Revision: D18284535 fbshipit-source-id: 44d288ae0e52dd2cbbe26bebe7df73ce05644b5d
This commit is contained in:
committed by
Facebook Github Bot
parent
3f50f57b3d
commit
38678f75b4
@@ -39,6 +39,8 @@ Pod::Spec.new do |s|
|
||||
}
|
||||
|
||||
s.dependency "Folly", folly_version
|
||||
s.dependency "RCTTypeSafety", version
|
||||
s.dependency "ReactCommon/turbomodule/core", version
|
||||
s.dependency "FBReactNativeSpec", version
|
||||
s.dependency "React-Core/RCTAnimationHeaders", version
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user