Skip to content

Commit

Permalink
OPS: Temporary fix due to mismatch in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosrdz committed Jan 8, 2024
1 parent 1a2c3c9 commit 980171e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"android:clean": "cd android; ./gradlew clean ; cd .. ; npm run android",
"ios": "react-native run-ios",
"postinstall": "rn-nodeify --install buffer,events,process,stream,inherits,path,assert,crypto --hack; npm run releasenotes2json; npm run branch2json; npm run patches",
"patches": "patch -p1 < scripts/rn-ldk.patch; patch -p1 < scripts/react-native-camera-kit.patch",
"patches": "patch -p1 < scripts/rn-ldk.patch; patch -p1 < scripts/react-native-camera-kit.patch; scripts/boost.sh",
"test": "npm run tslint && npm run lint && npm run unit && npm run jest",
"jest": "jest -b tests/integration/*",
"windowspatches": "./scripts/windows-patches.sh",
Expand Down
1 change: 1 addition & 0 deletions scripts/boost.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sed -i '' 's|https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2|https://newcontinuum.dl.sourceforge.net/project/boost/boost/1.76.0/boost_1_76_0.tar.bz2|g' node_modules/react-native/third-party-podspecs/boost.podspec

0 comments on commit 980171e

Please sign in to comment.