Skip to content

Commit 1ea4002

Browse files
jeanregissergrabbou
authored andcommitted
Ship third-party-podspecs in the npm package
Summary: Hi, Today I upgraded from RN 0.44 to 0.45.0-rc.0 and noticed I add to include either `CxxBridge` or `BatchedBridge` in the React subspecs in my Podfile to get my project to compile again (#13010). Adding `BatchedBridge` works fine. However I wanted to try `CxxBridge` as described in 5aca739 but couldn't do it since the required `third-party-podspecs` folder with `Folly.podspec`, `GLog.podspec` and `DoubleConversion.podspec` hadn't been included in the npm release. So here is the fix for that. It should be included in the next 0.45.0-rc release. Let me know what you think. Closes #13922 Differential Revision: D5051477 Pulled By: javache fbshipit-source-id: e5c527f1ee9c84734d3e3a3d85ec3f1e5d648bef
1 parent be67788 commit 1ea4002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@
107107
"React",
108108
"ReactAndroid",
109109
"ReactCommon",
110-
"README.md"
110+
"README.md",
111+
"third-party-podspecs"
111112
],
112113
"scripts": {
113114
"test": "jest",

0 commit comments

Comments
 (0)