Skip to content

Commit

Permalink
Ship third-party-podspecs in the npm package
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jeanregisser authored and grabbou committed Jun 6, 2017
1 parent be67788 commit 1ea4002
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
"React",
"ReactAndroid",
"ReactCommon",
"README.md"
"README.md",
"third-party-podspecs"
],
"scripts": {
"test": "jest",
Expand Down

0 comments on commit 1ea4002

Please sign in to comment.