mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fixes Fabric related podspec (#26805)
Summary: 1. Add missing podspec like `safeareaview` and `legacyviewmanagerinterop`. 2. Expose `YGNode,YGStyle.h` to public, fabric uses it, ex. `YogaStylableProps.h`. 3. Make `React-Core`'s Cxx header public, because `RCTLegacyViewManagerInteropCoordinator.m` uses it. ## Changelog [iOS] [Fixed] - Fixes Fabric related podspec Pull Request resolved: https://github.com/facebook/react-native/pull/26805 Test Plan: Fabric RNTester can run. Reviewed By: shergin Differential Revision: D17872379 Pulled By: mdvacca fbshipit-source-id: 4b18a931a2e403237a96d5cc3505b99c7253c710
This commit is contained in:
committed by
Facebook Github Bot
parent
08d6cb19c4
commit
4203d24b83
+1
-2
@@ -65,8 +65,7 @@ Pod::Spec.new do |s|
|
||||
"React/Views/RCTPicker*",
|
||||
"React/Views/RCTRefreshControl*",
|
||||
"React/Views/RCTSlider*",
|
||||
"React/Views/RCTSwitch*",
|
||||
ss.private_header_files = "React/Cxx*/*.h"
|
||||
"React/Views/RCTSwitch*"
|
||||
end
|
||||
|
||||
s.subspec "DevSupport" do |ss|
|
||||
|
||||
Reference in New Issue
Block a user