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:
zhongwuzw
2019-10-14 22:34:40 -07:00
committed by Facebook Github Bot
parent 08d6cb19c4
commit 4203d24b83
3 changed files with 24 additions and 4 deletions
+1 -2
View File
@@ -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|