@@ -12,7 +12,7 @@ index 2a7519a..6ce3811 100644
1212 - (instancetype)initWithDelegate:(id<RCTTimingDelegate>)delegate;
1313 - (void)createTimerForNextFrame:(NSNumber *)callbackID
1414diff --git a/node_modules/react-native/React/CoreModules/RCTTiming.mm b/node_modules/react-native/React/CoreModules/RCTTiming.mm
15- index 0b36307..9352abc 100644
15+ index 14ee784..234169e 100644
1616--- a/node_modules/react-native/React/CoreModules/RCTTiming.mm
1717+++ b/node_modules/react-native/React/CoreModules/RCTTiming.mm
1818@@ -101,11 +101,10 @@ static const NSTimeInterval kIdleCallbackFrameDeadline = 0.001;
@@ -170,7 +170,7 @@ index 0b36307..9352abc 100644
170170 }
171171
172172 /**
173- @@ -397 ,16 +306 ,6 @@ RCT_EXPORT_METHOD(createTimer
173+ @@ -395 ,16 +304 ,6 @@ RCT_EXPORT_METHOD(
174174 @synchronized(_timers) {
175175 _timers[callbackID] = timer;
176176 }
@@ -187,7 +187,7 @@ index 0b36307..9352abc 100644
187187 }
188188
189189 RCT_EXPORT_METHOD(deleteTimer : (double)timerID)
190- @@ -414 ,19 +313 ,11 @@ RCT_EXPORT_METHOD(deleteTimer : (double)timerID)
190+ @@ -412 ,19 +311 ,11 @@ RCT_EXPORT_METHOD(deleteTimer : (double)timerID)
191191 @synchronized(_timers) {
192192 [_timers removeObjectForKey:[NSNumber numberWithDouble:timerID]];
193193 }
@@ -207,3 +207,37 @@ index 0b36307..9352abc 100644
207207 }
208208
209209 @end
210+ diff --git a/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec b/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
211+ index 8852179..040c4f0 100644
212+ --- a/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
213+ +++ b/node_modules/react-native/third-party-podspecs/RCT-Folly.podspec
214+ @@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
215+ spec.dependency "DoubleConversion"
216+ spec.dependency "glog"
217+ spec.dependency "fast_float", "8.0.0"
218+ - spec.dependency "fmt", "11.0.2"
219+ + spec.dependency "fmt", "12.1.0"
220+ spec.compiler_flags = '-Wno-documentation -faligned-new'
221+ spec.source_files = 'folly/String.cpp',
222+ 'folly/Conv.cpp',
223+ diff --git a/node_modules/react-native/third-party-podspecs/fmt.podspec b/node_modules/react-native/third-party-podspecs/fmt.podspec
224+ index 2f38990..a40c575 100644
225+ --- a/node_modules/react-native/third-party-podspecs/fmt.podspec
226+ +++ b/node_modules/react-native/third-party-podspecs/fmt.podspec
227+ @@ -8,14 +8,14 @@ fmt_git_url = fmt_config[:git]
228+
229+ Pod::Spec.new do |spec|
230+ spec.name = "fmt"
231+ - spec.version = "11.0.2"
232+ + spec.version = "12.1.0"
233+ spec.license = { :type => "MIT" }
234+ spec.homepage = "https://github.com/fmtlib/fmt"
235+ spec.summary = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
236+ spec.authors = "The fmt contributors"
237+ spec.source = {
238+ :git => fmt_git_url,
239+ - :tag => "11.0.2"
240+ + :tag => "12.1.0"
241+ }
242+ spec.pod_target_xcconfig = {
243+ "CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(),
0 commit comments