File tree Expand file tree Collapse file tree 4 files changed +228
-5
lines changed Expand file tree Collapse file tree 4 files changed +228
-5
lines changed Original file line number Diff line number Diff line change 75
75
- hermes-engine/Pre-built (0.72.3)
76
76
- Instabug (12.4.0)
77
77
- libevent (2.1.12)
78
- - OCMock (3.9.1 )
78
+ - OCMock (3.9.3 )
79
79
- OpenSSL-Universal (1.1.1100)
80
80
- RCT-Folly (2021.07.22.00):
81
81
- boost
@@ -729,7 +729,7 @@ EXTERNAL SOURCES:
729
729
:path: "../node_modules/react-native/ReactCommon/yoga"
730
730
731
731
SPEC CHECKSUMS:
732
- boost: 57d2868c099736d80fcd648bf211b4431e51a558
732
+ boost: 7dcd2de282d72e344012f7d6564d024930a6a440
733
733
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
734
734
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
735
735
FBLazyVector: 4cce221dd782d3ff7c4172167bba09d58af67ccb
@@ -747,7 +747,7 @@ SPEC CHECKSUMS:
747
747
hermes-engine: 10fbd3f62405c41ea07e71973ea61e1878d07322
748
748
Instabug: 83bde9d7d4b582ea8f14935f79f1ce39af55e149
749
749
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
750
- OCMock: 9491e4bec59e0b267d52a9184ff5605995e74be8
750
+ OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
751
751
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
752
752
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
753
753
RCTRequired: a2faf4bad4e438ca37b2040cb8f7799baa065c18
Original file line number Diff line number Diff line change 6
6
"android" : " react-native run-android" ,
7
7
"ios" : " react-native run-ios" ,
8
8
"start" : " react-native start" ,
9
- "lint" : " eslint ."
9
+ "lint" : " eslint ." ,
10
+ "postinstall" : " patch-package"
10
11
},
11
12
"dependencies" : {
12
13
"@react-native-community/slider" : " ^4.4.3" ,
37
38
"detox" : " ^20.9.0" ,
38
39
"jest" : " ^29.2.1" ,
39
40
"metro-react-native-babel-preset" : " 0.77.0" ,
41
+ "patch-package" : " ^8.0.0" ,
40
42
"react-test-renderer" : " 18.2.0" ,
41
43
"ts-jest" : " ^29.1.0" ,
42
44
"typescript" : " 5.1.6"
Original file line number Diff line number Diff line change
1
+ diff --git a/node_modules/react-native/third-party-podspecs/boost.podspec b/node_modules/react-native/third-party-podspecs/boost.podspec
2
+ index 3d9331c..bbbb738 100644
3
+ --- a/node_modules/react-native/third-party-podspecs/boost.podspec
4
+ +++ b/node_modules/react-native/third-party-podspecs/boost.podspec
5
+ @@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
6
+ spec.homepage = 'http://www.boost.org'
7
+ spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
8
+ spec.authors = 'Rene Rivera'
9
+ - spec.source = { :http => 'https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2',
10
+ + spec.source = { :http => 'https://archives.boost.io/release/1.76.0/source/boost_1_76_0.tar.bz2',
11
+ :sha256 => 'f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41' }
12
+
13
+ # Pinning to the same version as React.podspec.
You can’t perform that action at this time.
0 commit comments