@brightlayer-ui/react-native-template-blank-typescript 3.0.1-alpha.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. package/CHANGELOG.md +21 -7
  2. package/README.md +5 -4
  3. package/package.json +2 -2
  4. package/template/.prettierrc.js +0 -2
  5. package/template/Gemfile +11 -4
  6. package/template/android/app/build.gradle +16 -15
  7. package/template/android/app/src/main/AndroidManifest.xml +2 -1
  8. package/template/android/app/src/main/java/com/{blanktemplate → routingtemplate}/MainActivity.kt +8 -2
  9. package/template/android/app/src/main/java/com/{blanktemplate → routingtemplate}/MainApplication.kt +3 -8
  10. package/template/android/build.gradle +6 -6
  11. package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  12. package/template/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  13. package/template/android/gradle.properties +1 -3
  14. package/template/android/gradlew +7 -5
  15. package/template/android/gradlew.bat +9 -2
  16. package/template/android/settings.gradle +3 -1
  17. package/template/ios/Podfile +0 -5
  18. package/template/ios/Podfile.lock +1622 -449
  19. package/template/ios/blankTemplate/AppDelegate.swift +48 -0
  20. package/template/ios/blankTemplate/Info.plist +18 -15
  21. package/template/ios/blankTemplate.xcodeproj/project.pbxproj +11 -266
  22. package/template/metro.config.js +1 -1
  23. package/template/package.json +38 -31
  24. package/template/yarn.lock +7532 -0
  25. package/template/_gitignore +0 -74
  26. package/template/ios/blankTemplate/AppDelegate.h +0 -6
  27. package/template/ios/blankTemplate/AppDelegate.mm +0 -31
  28. package/template/ios/blankTemplate/main.m +0 -10
  29. package/template/ios/blankTemplateTests/Info.plist +0 -24
  30. package/template/ios/blankTemplateTests/blankTemplateTests.m +0 -66
@@ -1,89 +1,85 @@
1
1
  PODS:
2
- - boost (1.83.0)
2
+ - boost (1.84.0)
3
3
  - DoubleConversion (1.1.6)
4
- - FBLazyVector (0.74.1)
5
- - fmt (9.1.0)
4
+ - fast_float (8.0.0)
5
+ - FBLazyVector (0.80.1)
6
+ - fmt (11.0.2)
6
7
  - glog (0.3.5)
7
- - hermes-engine (0.74.1):
8
- - hermes-engine/Pre-built (= 0.74.1)
9
- - hermes-engine/Pre-built (0.74.1)
10
- - RCT-Folly (2024.01.01.00):
8
+ - hermes-engine (0.80.1):
9
+ - hermes-engine/Pre-built (= 0.80.1)
10
+ - hermes-engine/Pre-built (0.80.1)
11
+ - RCT-Folly (2024.11.18.00):
11
12
  - boost
12
13
  - DoubleConversion
13
- - fmt (= 9.1.0)
14
+ - fast_float (= 8.0.0)
15
+ - fmt (= 11.0.2)
14
16
  - glog
15
- - RCT-Folly/Default (= 2024.01.01.00)
16
- - RCT-Folly/Default (2024.01.01.00):
17
+ - RCT-Folly/Default (= 2024.11.18.00)
18
+ - RCT-Folly/Default (2024.11.18.00):
17
19
  - boost
18
20
  - DoubleConversion
19
- - fmt (= 9.1.0)
21
+ - fast_float (= 8.0.0)
22
+ - fmt (= 11.0.2)
20
23
  - glog
21
- - RCT-Folly/Fabric (2024.01.01.00):
24
+ - RCT-Folly/Fabric (2024.11.18.00):
22
25
  - boost
23
26
  - DoubleConversion
24
- - fmt (= 9.1.0)
27
+ - fast_float (= 8.0.0)
28
+ - fmt (= 11.0.2)
25
29
  - glog
26
- - RCTDeprecation (0.74.1)
27
- - RCTRequired (0.74.1)
28
- - RCTTypeSafety (0.74.1):
29
- - FBLazyVector (= 0.74.1)
30
- - RCTRequired (= 0.74.1)
31
- - React-Core (= 0.74.1)
32
- - React (0.74.1):
33
- - React-Core (= 0.74.1)
34
- - React-Core/DevSupport (= 0.74.1)
35
- - React-Core/RCTWebSocket (= 0.74.1)
36
- - React-RCTActionSheet (= 0.74.1)
37
- - React-RCTAnimation (= 0.74.1)
38
- - React-RCTBlob (= 0.74.1)
39
- - React-RCTImage (= 0.74.1)
40
- - React-RCTLinking (= 0.74.1)
41
- - React-RCTNetwork (= 0.74.1)
42
- - React-RCTSettings (= 0.74.1)
43
- - React-RCTText (= 0.74.1)
44
- - React-RCTVibration (= 0.74.1)
45
- - React-callinvoker (0.74.1)
46
- - React-Codegen (0.74.1):
30
+ - RCTDeprecation (0.80.1)
31
+ - RCTRequired (0.80.1)
32
+ - RCTTypeSafety (0.80.1):
33
+ - FBLazyVector (= 0.80.1)
34
+ - RCTRequired (= 0.80.1)
35
+ - React-Core (= 0.80.1)
36
+ - React (0.80.1):
37
+ - React-Core (= 0.80.1)
38
+ - React-Core/DevSupport (= 0.80.1)
39
+ - React-Core/RCTWebSocket (= 0.80.1)
40
+ - React-RCTActionSheet (= 0.80.1)
41
+ - React-RCTAnimation (= 0.80.1)
42
+ - React-RCTBlob (= 0.80.1)
43
+ - React-RCTImage (= 0.80.1)
44
+ - React-RCTLinking (= 0.80.1)
45
+ - React-RCTNetwork (= 0.80.1)
46
+ - React-RCTSettings (= 0.80.1)
47
+ - React-RCTText (= 0.80.1)
48
+ - React-RCTVibration (= 0.80.1)
49
+ - React-callinvoker (0.80.1)
50
+ - React-Core (0.80.1):
51
+ - boost
47
52
  - DoubleConversion
53
+ - fast_float
54
+ - fmt
48
55
  - glog
49
56
  - hermes-engine
50
57
  - RCT-Folly
51
- - RCTRequired
52
- - RCTTypeSafety
53
- - React-Core
54
- - React-debug
55
- - React-Fabric
56
- - React-FabricImage
57
- - React-featureflags
58
- - React-graphics
59
- - React-jsi
60
- - React-jsiexecutor
61
- - React-NativeModulesApple
62
- - React-rendererdebug
63
- - React-utils
64
- - ReactCommon/turbomodule/bridging
65
- - ReactCommon/turbomodule/core
66
- - React-Core (0.74.1):
67
- - glog
68
- - hermes-engine
69
- - RCT-Folly (= 2024.01.01.00)
58
+ - RCT-Folly/Fabric
70
59
  - RCTDeprecation
71
- - React-Core/Default (= 0.74.1)
60
+ - React-Core/Default (= 0.80.1)
72
61
  - React-cxxreact
73
62
  - React-featureflags
74
63
  - React-hermes
75
64
  - React-jsi
76
65
  - React-jsiexecutor
77
66
  - React-jsinspector
67
+ - React-jsinspectorcdp
68
+ - React-jsitooling
78
69
  - React-perflogger
79
70
  - React-runtimescheduler
80
71
  - React-utils
81
- - SocketRocket (= 0.7.0)
72
+ - SocketRocket
82
73
  - Yoga
83
- - React-Core/CoreModulesHeaders (0.74.1):
74
+ - React-Core/CoreModulesHeaders (0.80.1):
75
+ - boost
76
+ - DoubleConversion
77
+ - fast_float
78
+ - fmt
84
79
  - glog
85
80
  - hermes-engine
86
- - RCT-Folly (= 2024.01.01.00)
81
+ - RCT-Folly
82
+ - RCT-Folly/Fabric
87
83
  - RCTDeprecation
88
84
  - React-Core/Default
89
85
  - React-cxxreact
@@ -92,15 +88,22 @@ PODS:
92
88
  - React-jsi
93
89
  - React-jsiexecutor
94
90
  - React-jsinspector
91
+ - React-jsinspectorcdp
92
+ - React-jsitooling
95
93
  - React-perflogger
96
94
  - React-runtimescheduler
97
95
  - React-utils
98
- - SocketRocket (= 0.7.0)
96
+ - SocketRocket
99
97
  - Yoga
100
- - React-Core/Default (0.74.1):
98
+ - React-Core/Default (0.80.1):
99
+ - boost
100
+ - DoubleConversion
101
+ - fast_float
102
+ - fmt
101
103
  - glog
102
104
  - hermes-engine
103
- - RCT-Folly (= 2024.01.01.00)
105
+ - RCT-Folly
106
+ - RCT-Folly/Fabric
104
107
  - RCTDeprecation
105
108
  - React-cxxreact
106
109
  - React-featureflags
@@ -108,33 +111,47 @@ PODS:
108
111
  - React-jsi
109
112
  - React-jsiexecutor
110
113
  - React-jsinspector
114
+ - React-jsinspectorcdp
115
+ - React-jsitooling
111
116
  - React-perflogger
112
117
  - React-runtimescheduler
113
118
  - React-utils
114
- - SocketRocket (= 0.7.0)
119
+ - SocketRocket
115
120
  - Yoga
116
- - React-Core/DevSupport (0.74.1):
121
+ - React-Core/DevSupport (0.80.1):
122
+ - boost
123
+ - DoubleConversion
124
+ - fast_float
125
+ - fmt
117
126
  - glog
118
127
  - hermes-engine
119
- - RCT-Folly (= 2024.01.01.00)
128
+ - RCT-Folly
129
+ - RCT-Folly/Fabric
120
130
  - RCTDeprecation
121
- - React-Core/Default (= 0.74.1)
122
- - React-Core/RCTWebSocket (= 0.74.1)
131
+ - React-Core/Default (= 0.80.1)
132
+ - React-Core/RCTWebSocket (= 0.80.1)
123
133
  - React-cxxreact
124
134
  - React-featureflags
125
135
  - React-hermes
126
136
  - React-jsi
127
137
  - React-jsiexecutor
128
138
  - React-jsinspector
139
+ - React-jsinspectorcdp
140
+ - React-jsitooling
129
141
  - React-perflogger
130
142
  - React-runtimescheduler
131
143
  - React-utils
132
- - SocketRocket (= 0.7.0)
144
+ - SocketRocket
133
145
  - Yoga
134
- - React-Core/RCTActionSheetHeaders (0.74.1):
146
+ - React-Core/RCTActionSheetHeaders (0.80.1):
147
+ - boost
148
+ - DoubleConversion
149
+ - fast_float
150
+ - fmt
135
151
  - glog
136
152
  - hermes-engine
137
- - RCT-Folly (= 2024.01.01.00)
153
+ - RCT-Folly
154
+ - RCT-Folly/Fabric
138
155
  - RCTDeprecation
139
156
  - React-Core/Default
140
157
  - React-cxxreact
@@ -143,15 +160,22 @@ PODS:
143
160
  - React-jsi
144
161
  - React-jsiexecutor
145
162
  - React-jsinspector
163
+ - React-jsinspectorcdp
164
+ - React-jsitooling
146
165
  - React-perflogger
147
166
  - React-runtimescheduler
148
167
  - React-utils
149
- - SocketRocket (= 0.7.0)
168
+ - SocketRocket
150
169
  - Yoga
151
- - React-Core/RCTAnimationHeaders (0.74.1):
170
+ - React-Core/RCTAnimationHeaders (0.80.1):
171
+ - boost
172
+ - DoubleConversion
173
+ - fast_float
174
+ - fmt
152
175
  - glog
153
176
  - hermes-engine
154
- - RCT-Folly (= 2024.01.01.00)
177
+ - RCT-Folly
178
+ - RCT-Folly/Fabric
155
179
  - RCTDeprecation
156
180
  - React-Core/Default
157
181
  - React-cxxreact
@@ -160,15 +184,22 @@ PODS:
160
184
  - React-jsi
161
185
  - React-jsiexecutor
162
186
  - React-jsinspector
187
+ - React-jsinspectorcdp
188
+ - React-jsitooling
163
189
  - React-perflogger
164
190
  - React-runtimescheduler
165
191
  - React-utils
166
- - SocketRocket (= 0.7.0)
192
+ - SocketRocket
167
193
  - Yoga
168
- - React-Core/RCTBlobHeaders (0.74.1):
194
+ - React-Core/RCTBlobHeaders (0.80.1):
195
+ - boost
196
+ - DoubleConversion
197
+ - fast_float
198
+ - fmt
169
199
  - glog
170
200
  - hermes-engine
171
- - RCT-Folly (= 2024.01.01.00)
201
+ - RCT-Folly
202
+ - RCT-Folly/Fabric
172
203
  - RCTDeprecation
173
204
  - React-Core/Default
174
205
  - React-cxxreact
@@ -177,15 +208,22 @@ PODS:
177
208
  - React-jsi
178
209
  - React-jsiexecutor
179
210
  - React-jsinspector
211
+ - React-jsinspectorcdp
212
+ - React-jsitooling
180
213
  - React-perflogger
181
214
  - React-runtimescheduler
182
215
  - React-utils
183
- - SocketRocket (= 0.7.0)
216
+ - SocketRocket
184
217
  - Yoga
185
- - React-Core/RCTImageHeaders (0.74.1):
218
+ - React-Core/RCTImageHeaders (0.80.1):
219
+ - boost
220
+ - DoubleConversion
221
+ - fast_float
222
+ - fmt
186
223
  - glog
187
224
  - hermes-engine
188
- - RCT-Folly (= 2024.01.01.00)
225
+ - RCT-Folly
226
+ - RCT-Folly/Fabric
189
227
  - RCTDeprecation
190
228
  - React-Core/Default
191
229
  - React-cxxreact
@@ -194,15 +232,22 @@ PODS:
194
232
  - React-jsi
195
233
  - React-jsiexecutor
196
234
  - React-jsinspector
235
+ - React-jsinspectorcdp
236
+ - React-jsitooling
197
237
  - React-perflogger
198
238
  - React-runtimescheduler
199
239
  - React-utils
200
- - SocketRocket (= 0.7.0)
240
+ - SocketRocket
201
241
  - Yoga
202
- - React-Core/RCTLinkingHeaders (0.74.1):
242
+ - React-Core/RCTLinkingHeaders (0.80.1):
243
+ - boost
244
+ - DoubleConversion
245
+ - fast_float
246
+ - fmt
203
247
  - glog
204
248
  - hermes-engine
205
- - RCT-Folly (= 2024.01.01.00)
249
+ - RCT-Folly
250
+ - RCT-Folly/Fabric
206
251
  - RCTDeprecation
207
252
  - React-Core/Default
208
253
  - React-cxxreact
@@ -211,15 +256,22 @@ PODS:
211
256
  - React-jsi
212
257
  - React-jsiexecutor
213
258
  - React-jsinspector
259
+ - React-jsinspectorcdp
260
+ - React-jsitooling
214
261
  - React-perflogger
215
262
  - React-runtimescheduler
216
263
  - React-utils
217
- - SocketRocket (= 0.7.0)
264
+ - SocketRocket
218
265
  - Yoga
219
- - React-Core/RCTNetworkHeaders (0.74.1):
266
+ - React-Core/RCTNetworkHeaders (0.80.1):
267
+ - boost
268
+ - DoubleConversion
269
+ - fast_float
270
+ - fmt
220
271
  - glog
221
272
  - hermes-engine
222
- - RCT-Folly (= 2024.01.01.00)
273
+ - RCT-Folly
274
+ - RCT-Folly/Fabric
223
275
  - RCTDeprecation
224
276
  - React-Core/Default
225
277
  - React-cxxreact
@@ -228,15 +280,22 @@ PODS:
228
280
  - React-jsi
229
281
  - React-jsiexecutor
230
282
  - React-jsinspector
283
+ - React-jsinspectorcdp
284
+ - React-jsitooling
231
285
  - React-perflogger
232
286
  - React-runtimescheduler
233
287
  - React-utils
234
- - SocketRocket (= 0.7.0)
288
+ - SocketRocket
235
289
  - Yoga
236
- - React-Core/RCTSettingsHeaders (0.74.1):
290
+ - React-Core/RCTSettingsHeaders (0.80.1):
291
+ - boost
292
+ - DoubleConversion
293
+ - fast_float
294
+ - fmt
237
295
  - glog
238
296
  - hermes-engine
239
- - RCT-Folly (= 2024.01.01.00)
297
+ - RCT-Folly
298
+ - RCT-Folly/Fabric
240
299
  - RCTDeprecation
241
300
  - React-Core/Default
242
301
  - React-cxxreact
@@ -245,15 +304,22 @@ PODS:
245
304
  - React-jsi
246
305
  - React-jsiexecutor
247
306
  - React-jsinspector
307
+ - React-jsinspectorcdp
308
+ - React-jsitooling
248
309
  - React-perflogger
249
310
  - React-runtimescheduler
250
311
  - React-utils
251
- - SocketRocket (= 0.7.0)
312
+ - SocketRocket
252
313
  - Yoga
253
- - React-Core/RCTTextHeaders (0.74.1):
314
+ - React-Core/RCTTextHeaders (0.80.1):
315
+ - boost
316
+ - DoubleConversion
317
+ - fast_float
318
+ - fmt
254
319
  - glog
255
320
  - hermes-engine
256
- - RCT-Folly (= 2024.01.01.00)
321
+ - RCT-Folly
322
+ - RCT-Folly/Fabric
257
323
  - RCTDeprecation
258
324
  - React-Core/Default
259
325
  - React-cxxreact
@@ -262,15 +328,22 @@ PODS:
262
328
  - React-jsi
263
329
  - React-jsiexecutor
264
330
  - React-jsinspector
331
+ - React-jsinspectorcdp
332
+ - React-jsitooling
265
333
  - React-perflogger
266
334
  - React-runtimescheduler
267
335
  - React-utils
268
- - SocketRocket (= 0.7.0)
336
+ - SocketRocket
269
337
  - Yoga
270
- - React-Core/RCTVibrationHeaders (0.74.1):
338
+ - React-Core/RCTVibrationHeaders (0.80.1):
339
+ - boost
340
+ - DoubleConversion
341
+ - fast_float
342
+ - fmt
271
343
  - glog
272
344
  - hermes-engine
273
- - RCT-Folly (= 2024.01.01.00)
345
+ - RCT-Folly
346
+ - RCT-Folly/Fabric
274
347
  - RCTDeprecation
275
348
  - React-Core/Default
276
349
  - React-cxxreact
@@ -279,102 +352,148 @@ PODS:
279
352
  - React-jsi
280
353
  - React-jsiexecutor
281
354
  - React-jsinspector
355
+ - React-jsinspectorcdp
356
+ - React-jsitooling
282
357
  - React-perflogger
283
358
  - React-runtimescheduler
284
359
  - React-utils
285
- - SocketRocket (= 0.7.0)
360
+ - SocketRocket
286
361
  - Yoga
287
- - React-Core/RCTWebSocket (0.74.1):
362
+ - React-Core/RCTWebSocket (0.80.1):
363
+ - boost
364
+ - DoubleConversion
365
+ - fast_float
366
+ - fmt
288
367
  - glog
289
368
  - hermes-engine
290
- - RCT-Folly (= 2024.01.01.00)
369
+ - RCT-Folly
370
+ - RCT-Folly/Fabric
291
371
  - RCTDeprecation
292
- - React-Core/Default (= 0.74.1)
372
+ - React-Core/Default (= 0.80.1)
293
373
  - React-cxxreact
294
374
  - React-featureflags
295
375
  - React-hermes
296
376
  - React-jsi
297
377
  - React-jsiexecutor
298
378
  - React-jsinspector
379
+ - React-jsinspectorcdp
380
+ - React-jsitooling
299
381
  - React-perflogger
300
382
  - React-runtimescheduler
301
383
  - React-utils
302
- - SocketRocket (= 0.7.0)
384
+ - SocketRocket
303
385
  - Yoga
304
- - React-CoreModules (0.74.1):
305
- - DoubleConversion
306
- - fmt (= 9.1.0)
307
- - RCT-Folly (= 2024.01.01.00)
308
- - RCTTypeSafety (= 0.74.1)
309
- - React-Codegen
310
- - React-Core/CoreModulesHeaders (= 0.74.1)
311
- - React-jsi (= 0.74.1)
386
+ - React-CoreModules (0.80.1):
387
+ - boost
388
+ - DoubleConversion
389
+ - fast_float
390
+ - fmt
391
+ - glog
392
+ - RCT-Folly
393
+ - RCT-Folly/Fabric
394
+ - RCTTypeSafety (= 0.80.1)
395
+ - React-Core/CoreModulesHeaders (= 0.80.1)
396
+ - React-jsi (= 0.80.1)
312
397
  - React-jsinspector
398
+ - React-jsinspectorcdp
399
+ - React-jsinspectortracing
313
400
  - React-NativeModulesApple
314
401
  - React-RCTBlob
315
- - React-RCTImage (= 0.74.1)
402
+ - React-RCTFBReactNativeSpec
403
+ - React-RCTImage (= 0.80.1)
316
404
  - ReactCommon
317
- - SocketRocket (= 0.7.0)
318
- - React-cxxreact (0.74.1):
319
- - boost (= 1.83.0)
405
+ - SocketRocket
406
+ - React-cxxreact (0.80.1):
407
+ - boost
320
408
  - DoubleConversion
321
- - fmt (= 9.1.0)
409
+ - fast_float
410
+ - fmt
322
411
  - glog
323
412
  - hermes-engine
324
- - RCT-Folly (= 2024.01.01.00)
325
- - React-callinvoker (= 0.74.1)
326
- - React-debug (= 0.74.1)
327
- - React-jsi (= 0.74.1)
413
+ - RCT-Folly
414
+ - RCT-Folly/Fabric
415
+ - React-callinvoker (= 0.80.1)
416
+ - React-debug (= 0.80.1)
417
+ - React-jsi (= 0.80.1)
328
418
  - React-jsinspector
329
- - React-logger (= 0.74.1)
330
- - React-perflogger (= 0.74.1)
331
- - React-runtimeexecutor (= 0.74.1)
332
- - React-debug (0.74.1)
333
- - React-Fabric (0.74.1):
419
+ - React-jsinspectorcdp
420
+ - React-jsinspectortracing
421
+ - React-logger (= 0.80.1)
422
+ - React-perflogger (= 0.80.1)
423
+ - React-runtimeexecutor (= 0.80.1)
424
+ - React-timing (= 0.80.1)
425
+ - SocketRocket
426
+ - React-debug (0.80.1)
427
+ - React-defaultsnativemodule (0.80.1):
428
+ - boost
334
429
  - DoubleConversion
335
- - fmt (= 9.1.0)
430
+ - fast_float
431
+ - fmt
336
432
  - glog
337
433
  - hermes-engine
338
- - RCT-Folly/Fabric (= 2024.01.01.00)
339
- - RCTRequired
340
- - RCTTypeSafety
341
- - React-Core
342
- - React-cxxreact
343
- - React-debug
344
- - React-Fabric/animations (= 0.74.1)
345
- - React-Fabric/attributedstring (= 0.74.1)
346
- - React-Fabric/componentregistry (= 0.74.1)
347
- - React-Fabric/componentregistrynative (= 0.74.1)
348
- - React-Fabric/components (= 0.74.1)
349
- - React-Fabric/core (= 0.74.1)
350
- - React-Fabric/imagemanager (= 0.74.1)
351
- - React-Fabric/leakchecker (= 0.74.1)
352
- - React-Fabric/mounting (= 0.74.1)
353
- - React-Fabric/scheduler (= 0.74.1)
354
- - React-Fabric/telemetry (= 0.74.1)
355
- - React-Fabric/templateprocessor (= 0.74.1)
356
- - React-Fabric/textlayoutmanager (= 0.74.1)
357
- - React-Fabric/uimanager (= 0.74.1)
434
+ - RCT-Folly
435
+ - RCT-Folly/Fabric
436
+ - React-domnativemodule
437
+ - React-featureflagsnativemodule
438
+ - React-hermes
439
+ - React-idlecallbacksnativemodule
440
+ - React-jsi
441
+ - React-jsiexecutor
442
+ - React-microtasksnativemodule
443
+ - React-RCTFBReactNativeSpec
444
+ - SocketRocket
445
+ - React-domnativemodule (0.80.1):
446
+ - boost
447
+ - DoubleConversion
448
+ - fast_float
449
+ - fmt
450
+ - glog
451
+ - hermes-engine
452
+ - RCT-Folly
453
+ - RCT-Folly/Fabric
454
+ - React-Fabric
455
+ - React-FabricComponents
358
456
  - React-graphics
457
+ - React-hermes
359
458
  - React-jsi
360
459
  - React-jsiexecutor
361
- - React-logger
362
- - React-rendererdebug
363
- - React-runtimescheduler
364
- - React-utils
460
+ - React-RCTFBReactNativeSpec
365
461
  - ReactCommon/turbomodule/core
366
- - React-Fabric/animations (0.74.1):
462
+ - SocketRocket
463
+ - Yoga
464
+ - React-Fabric (0.80.1):
465
+ - boost
367
466
  - DoubleConversion
368
- - fmt (= 9.1.0)
467
+ - fast_float
468
+ - fmt
369
469
  - glog
370
470
  - hermes-engine
371
- - RCT-Folly/Fabric (= 2024.01.01.00)
471
+ - RCT-Folly
472
+ - RCT-Folly/Fabric
372
473
  - RCTRequired
373
474
  - RCTTypeSafety
374
475
  - React-Core
375
476
  - React-cxxreact
376
477
  - React-debug
478
+ - React-Fabric/animations (= 0.80.1)
479
+ - React-Fabric/attributedstring (= 0.80.1)
480
+ - React-Fabric/componentregistry (= 0.80.1)
481
+ - React-Fabric/componentregistrynative (= 0.80.1)
482
+ - React-Fabric/components (= 0.80.1)
483
+ - React-Fabric/consistency (= 0.80.1)
484
+ - React-Fabric/core (= 0.80.1)
485
+ - React-Fabric/dom (= 0.80.1)
486
+ - React-Fabric/imagemanager (= 0.80.1)
487
+ - React-Fabric/leakchecker (= 0.80.1)
488
+ - React-Fabric/mounting (= 0.80.1)
489
+ - React-Fabric/observers (= 0.80.1)
490
+ - React-Fabric/scheduler (= 0.80.1)
491
+ - React-Fabric/telemetry (= 0.80.1)
492
+ - React-Fabric/templateprocessor (= 0.80.1)
493
+ - React-Fabric/uimanager (= 0.80.1)
494
+ - React-featureflags
377
495
  - React-graphics
496
+ - React-hermes
378
497
  - React-jsi
379
498
  - React-jsiexecutor
380
499
  - React-logger
@@ -382,18 +501,24 @@ PODS:
382
501
  - React-runtimescheduler
383
502
  - React-utils
384
503
  - ReactCommon/turbomodule/core
385
- - React-Fabric/attributedstring (0.74.1):
504
+ - SocketRocket
505
+ - React-Fabric/animations (0.80.1):
506
+ - boost
386
507
  - DoubleConversion
387
- - fmt (= 9.1.0)
508
+ - fast_float
509
+ - fmt
388
510
  - glog
389
511
  - hermes-engine
390
- - RCT-Folly/Fabric (= 2024.01.01.00)
512
+ - RCT-Folly
513
+ - RCT-Folly/Fabric
391
514
  - RCTRequired
392
515
  - RCTTypeSafety
393
516
  - React-Core
394
517
  - React-cxxreact
395
518
  - React-debug
519
+ - React-featureflags
396
520
  - React-graphics
521
+ - React-hermes
397
522
  - React-jsi
398
523
  - React-jsiexecutor
399
524
  - React-logger
@@ -401,18 +526,24 @@ PODS:
401
526
  - React-runtimescheduler
402
527
  - React-utils
403
528
  - ReactCommon/turbomodule/core
404
- - React-Fabric/componentregistry (0.74.1):
529
+ - SocketRocket
530
+ - React-Fabric/attributedstring (0.80.1):
531
+ - boost
405
532
  - DoubleConversion
406
- - fmt (= 9.1.0)
533
+ - fast_float
534
+ - fmt
407
535
  - glog
408
536
  - hermes-engine
409
- - RCT-Folly/Fabric (= 2024.01.01.00)
537
+ - RCT-Folly
538
+ - RCT-Folly/Fabric
410
539
  - RCTRequired
411
540
  - RCTTypeSafety
412
541
  - React-Core
413
542
  - React-cxxreact
414
543
  - React-debug
544
+ - React-featureflags
415
545
  - React-graphics
546
+ - React-hermes
416
547
  - React-jsi
417
548
  - React-jsiexecutor
418
549
  - React-logger
@@ -420,18 +551,24 @@ PODS:
420
551
  - React-runtimescheduler
421
552
  - React-utils
422
553
  - ReactCommon/turbomodule/core
423
- - React-Fabric/componentregistrynative (0.74.1):
554
+ - SocketRocket
555
+ - React-Fabric/componentregistry (0.80.1):
556
+ - boost
424
557
  - DoubleConversion
425
- - fmt (= 9.1.0)
558
+ - fast_float
559
+ - fmt
426
560
  - glog
427
561
  - hermes-engine
428
- - RCT-Folly/Fabric (= 2024.01.01.00)
562
+ - RCT-Folly
563
+ - RCT-Folly/Fabric
429
564
  - RCTRequired
430
565
  - RCTTypeSafety
431
566
  - React-Core
432
567
  - React-cxxreact
433
568
  - React-debug
569
+ - React-featureflags
434
570
  - React-graphics
571
+ - React-hermes
435
572
  - React-jsi
436
573
  - React-jsiexecutor
437
574
  - React-logger
@@ -439,29 +576,24 @@ PODS:
439
576
  - React-runtimescheduler
440
577
  - React-utils
441
578
  - ReactCommon/turbomodule/core
442
- - React-Fabric/components (0.74.1):
579
+ - SocketRocket
580
+ - React-Fabric/componentregistrynative (0.80.1):
581
+ - boost
443
582
  - DoubleConversion
444
- - fmt (= 9.1.0)
583
+ - fast_float
584
+ - fmt
445
585
  - glog
446
586
  - hermes-engine
447
- - RCT-Folly/Fabric (= 2024.01.01.00)
587
+ - RCT-Folly
588
+ - RCT-Folly/Fabric
448
589
  - RCTRequired
449
590
  - RCTTypeSafety
450
591
  - React-Core
451
592
  - React-cxxreact
452
593
  - React-debug
453
- - React-Fabric/components/inputaccessory (= 0.74.1)
454
- - React-Fabric/components/legacyviewmanagerinterop (= 0.74.1)
455
- - React-Fabric/components/modal (= 0.74.1)
456
- - React-Fabric/components/rncore (= 0.74.1)
457
- - React-Fabric/components/root (= 0.74.1)
458
- - React-Fabric/components/safeareaview (= 0.74.1)
459
- - React-Fabric/components/scrollview (= 0.74.1)
460
- - React-Fabric/components/text (= 0.74.1)
461
- - React-Fabric/components/textinput (= 0.74.1)
462
- - React-Fabric/components/unimplementedview (= 0.74.1)
463
- - React-Fabric/components/view (= 0.74.1)
594
+ - React-featureflags
464
595
  - React-graphics
596
+ - React-hermes
465
597
  - React-jsi
466
598
  - React-jsiexecutor
467
599
  - React-logger
@@ -469,18 +601,28 @@ PODS:
469
601
  - React-runtimescheduler
470
602
  - React-utils
471
603
  - ReactCommon/turbomodule/core
472
- - React-Fabric/components/inputaccessory (0.74.1):
604
+ - SocketRocket
605
+ - React-Fabric/components (0.80.1):
606
+ - boost
473
607
  - DoubleConversion
474
- - fmt (= 9.1.0)
608
+ - fast_float
609
+ - fmt
475
610
  - glog
476
611
  - hermes-engine
477
- - RCT-Folly/Fabric (= 2024.01.01.00)
612
+ - RCT-Folly
613
+ - RCT-Folly/Fabric
478
614
  - RCTRequired
479
615
  - RCTTypeSafety
480
616
  - React-Core
481
617
  - React-cxxreact
482
618
  - React-debug
619
+ - React-Fabric/components/legacyviewmanagerinterop (= 0.80.1)
620
+ - React-Fabric/components/root (= 0.80.1)
621
+ - React-Fabric/components/scrollview (= 0.80.1)
622
+ - React-Fabric/components/view (= 0.80.1)
623
+ - React-featureflags
483
624
  - React-graphics
625
+ - React-hermes
484
626
  - React-jsi
485
627
  - React-jsiexecutor
486
628
  - React-logger
@@ -488,18 +630,24 @@ PODS:
488
630
  - React-runtimescheduler
489
631
  - React-utils
490
632
  - ReactCommon/turbomodule/core
491
- - React-Fabric/components/legacyviewmanagerinterop (0.74.1):
633
+ - SocketRocket
634
+ - React-Fabric/components/legacyviewmanagerinterop (0.80.1):
635
+ - boost
492
636
  - DoubleConversion
493
- - fmt (= 9.1.0)
637
+ - fast_float
638
+ - fmt
494
639
  - glog
495
640
  - hermes-engine
496
- - RCT-Folly/Fabric (= 2024.01.01.00)
641
+ - RCT-Folly
642
+ - RCT-Folly/Fabric
497
643
  - RCTRequired
498
644
  - RCTTypeSafety
499
645
  - React-Core
500
646
  - React-cxxreact
501
647
  - React-debug
648
+ - React-featureflags
502
649
  - React-graphics
650
+ - React-hermes
503
651
  - React-jsi
504
652
  - React-jsiexecutor
505
653
  - React-logger
@@ -507,18 +655,24 @@ PODS:
507
655
  - React-runtimescheduler
508
656
  - React-utils
509
657
  - ReactCommon/turbomodule/core
510
- - React-Fabric/components/modal (0.74.1):
658
+ - SocketRocket
659
+ - React-Fabric/components/root (0.80.1):
660
+ - boost
511
661
  - DoubleConversion
512
- - fmt (= 9.1.0)
662
+ - fast_float
663
+ - fmt
513
664
  - glog
514
665
  - hermes-engine
515
- - RCT-Folly/Fabric (= 2024.01.01.00)
666
+ - RCT-Folly
667
+ - RCT-Folly/Fabric
516
668
  - RCTRequired
517
669
  - RCTTypeSafety
518
670
  - React-Core
519
671
  - React-cxxreact
520
672
  - React-debug
673
+ - React-featureflags
521
674
  - React-graphics
675
+ - React-hermes
522
676
  - React-jsi
523
677
  - React-jsiexecutor
524
678
  - React-logger
@@ -526,18 +680,24 @@ PODS:
526
680
  - React-runtimescheduler
527
681
  - React-utils
528
682
  - ReactCommon/turbomodule/core
529
- - React-Fabric/components/rncore (0.74.1):
683
+ - SocketRocket
684
+ - React-Fabric/components/scrollview (0.80.1):
685
+ - boost
530
686
  - DoubleConversion
531
- - fmt (= 9.1.0)
687
+ - fast_float
688
+ - fmt
532
689
  - glog
533
690
  - hermes-engine
534
- - RCT-Folly/Fabric (= 2024.01.01.00)
691
+ - RCT-Folly
692
+ - RCT-Folly/Fabric
535
693
  - RCTRequired
536
694
  - RCTTypeSafety
537
695
  - React-Core
538
696
  - React-cxxreact
539
697
  - React-debug
698
+ - React-featureflags
540
699
  - React-graphics
700
+ - React-hermes
541
701
  - React-jsi
542
702
  - React-jsiexecutor
543
703
  - React-logger
@@ -545,37 +705,51 @@ PODS:
545
705
  - React-runtimescheduler
546
706
  - React-utils
547
707
  - ReactCommon/turbomodule/core
548
- - React-Fabric/components/root (0.74.1):
708
+ - SocketRocket
709
+ - React-Fabric/components/view (0.80.1):
710
+ - boost
549
711
  - DoubleConversion
550
- - fmt (= 9.1.0)
712
+ - fast_float
713
+ - fmt
551
714
  - glog
552
715
  - hermes-engine
553
- - RCT-Folly/Fabric (= 2024.01.01.00)
716
+ - RCT-Folly
717
+ - RCT-Folly/Fabric
554
718
  - RCTRequired
555
719
  - RCTTypeSafety
556
720
  - React-Core
557
721
  - React-cxxreact
558
722
  - React-debug
723
+ - React-featureflags
559
724
  - React-graphics
725
+ - React-hermes
560
726
  - React-jsi
561
727
  - React-jsiexecutor
562
728
  - React-logger
729
+ - React-renderercss
563
730
  - React-rendererdebug
564
731
  - React-runtimescheduler
565
732
  - React-utils
566
733
  - ReactCommon/turbomodule/core
567
- - React-Fabric/components/safeareaview (0.74.1):
734
+ - SocketRocket
735
+ - Yoga
736
+ - React-Fabric/consistency (0.80.1):
737
+ - boost
568
738
  - DoubleConversion
569
- - fmt (= 9.1.0)
739
+ - fast_float
740
+ - fmt
570
741
  - glog
571
742
  - hermes-engine
572
- - RCT-Folly/Fabric (= 2024.01.01.00)
743
+ - RCT-Folly
744
+ - RCT-Folly/Fabric
573
745
  - RCTRequired
574
746
  - RCTTypeSafety
575
747
  - React-Core
576
748
  - React-cxxreact
577
749
  - React-debug
750
+ - React-featureflags
578
751
  - React-graphics
752
+ - React-hermes
579
753
  - React-jsi
580
754
  - React-jsiexecutor
581
755
  - React-logger
@@ -583,18 +757,24 @@ PODS:
583
757
  - React-runtimescheduler
584
758
  - React-utils
585
759
  - ReactCommon/turbomodule/core
586
- - React-Fabric/components/scrollview (0.74.1):
760
+ - SocketRocket
761
+ - React-Fabric/core (0.80.1):
762
+ - boost
587
763
  - DoubleConversion
588
- - fmt (= 9.1.0)
764
+ - fast_float
765
+ - fmt
589
766
  - glog
590
767
  - hermes-engine
591
- - RCT-Folly/Fabric (= 2024.01.01.00)
768
+ - RCT-Folly
769
+ - RCT-Folly/Fabric
592
770
  - RCTRequired
593
771
  - RCTTypeSafety
594
772
  - React-Core
595
773
  - React-cxxreact
596
774
  - React-debug
775
+ - React-featureflags
597
776
  - React-graphics
777
+ - React-hermes
598
778
  - React-jsi
599
779
  - React-jsiexecutor
600
780
  - React-logger
@@ -602,18 +782,24 @@ PODS:
602
782
  - React-runtimescheduler
603
783
  - React-utils
604
784
  - ReactCommon/turbomodule/core
605
- - React-Fabric/components/text (0.74.1):
785
+ - SocketRocket
786
+ - React-Fabric/dom (0.80.1):
787
+ - boost
606
788
  - DoubleConversion
607
- - fmt (= 9.1.0)
789
+ - fast_float
790
+ - fmt
608
791
  - glog
609
792
  - hermes-engine
610
- - RCT-Folly/Fabric (= 2024.01.01.00)
793
+ - RCT-Folly
794
+ - RCT-Folly/Fabric
611
795
  - RCTRequired
612
796
  - RCTTypeSafety
613
797
  - React-Core
614
798
  - React-cxxreact
615
799
  - React-debug
800
+ - React-featureflags
616
801
  - React-graphics
802
+ - React-hermes
617
803
  - React-jsi
618
804
  - React-jsiexecutor
619
805
  - React-logger
@@ -621,18 +807,24 @@ PODS:
621
807
  - React-runtimescheduler
622
808
  - React-utils
623
809
  - ReactCommon/turbomodule/core
624
- - React-Fabric/components/textinput (0.74.1):
810
+ - SocketRocket
811
+ - React-Fabric/imagemanager (0.80.1):
812
+ - boost
625
813
  - DoubleConversion
626
- - fmt (= 9.1.0)
814
+ - fast_float
815
+ - fmt
627
816
  - glog
628
817
  - hermes-engine
629
- - RCT-Folly/Fabric (= 2024.01.01.00)
818
+ - RCT-Folly
819
+ - RCT-Folly/Fabric
630
820
  - RCTRequired
631
821
  - RCTTypeSafety
632
822
  - React-Core
633
823
  - React-cxxreact
634
824
  - React-debug
825
+ - React-featureflags
635
826
  - React-graphics
827
+ - React-hermes
636
828
  - React-jsi
637
829
  - React-jsiexecutor
638
830
  - React-logger
@@ -640,18 +832,24 @@ PODS:
640
832
  - React-runtimescheduler
641
833
  - React-utils
642
834
  - ReactCommon/turbomodule/core
643
- - React-Fabric/components/unimplementedview (0.74.1):
835
+ - SocketRocket
836
+ - React-Fabric/leakchecker (0.80.1):
837
+ - boost
644
838
  - DoubleConversion
645
- - fmt (= 9.1.0)
839
+ - fast_float
840
+ - fmt
646
841
  - glog
647
842
  - hermes-engine
648
- - RCT-Folly/Fabric (= 2024.01.01.00)
843
+ - RCT-Folly
844
+ - RCT-Folly/Fabric
649
845
  - RCTRequired
650
846
  - RCTTypeSafety
651
847
  - React-Core
652
848
  - React-cxxreact
653
849
  - React-debug
850
+ - React-featureflags
654
851
  - React-graphics
852
+ - React-hermes
655
853
  - React-jsi
656
854
  - React-jsiexecutor
657
855
  - React-logger
@@ -659,18 +857,24 @@ PODS:
659
857
  - React-runtimescheduler
660
858
  - React-utils
661
859
  - ReactCommon/turbomodule/core
662
- - React-Fabric/components/view (0.74.1):
860
+ - SocketRocket
861
+ - React-Fabric/mounting (0.80.1):
862
+ - boost
663
863
  - DoubleConversion
664
- - fmt (= 9.1.0)
864
+ - fast_float
865
+ - fmt
665
866
  - glog
666
867
  - hermes-engine
667
- - RCT-Folly/Fabric (= 2024.01.01.00)
868
+ - RCT-Folly
869
+ - RCT-Folly/Fabric
668
870
  - RCTRequired
669
871
  - RCTTypeSafety
670
872
  - React-Core
671
873
  - React-cxxreact
672
874
  - React-debug
875
+ - React-featureflags
673
876
  - React-graphics
877
+ - React-hermes
674
878
  - React-jsi
675
879
  - React-jsiexecutor
676
880
  - React-logger
@@ -678,19 +882,25 @@ PODS:
678
882
  - React-runtimescheduler
679
883
  - React-utils
680
884
  - ReactCommon/turbomodule/core
681
- - Yoga
682
- - React-Fabric/core (0.74.1):
885
+ - SocketRocket
886
+ - React-Fabric/observers (0.80.1):
887
+ - boost
683
888
  - DoubleConversion
684
- - fmt (= 9.1.0)
889
+ - fast_float
890
+ - fmt
685
891
  - glog
686
892
  - hermes-engine
687
- - RCT-Folly/Fabric (= 2024.01.01.00)
893
+ - RCT-Folly
894
+ - RCT-Folly/Fabric
688
895
  - RCTRequired
689
896
  - RCTTypeSafety
690
897
  - React-Core
691
898
  - React-cxxreact
692
899
  - React-debug
900
+ - React-Fabric/observers/events (= 0.80.1)
901
+ - React-featureflags
693
902
  - React-graphics
903
+ - React-hermes
694
904
  - React-jsi
695
905
  - React-jsiexecutor
696
906
  - React-logger
@@ -698,18 +908,24 @@ PODS:
698
908
  - React-runtimescheduler
699
909
  - React-utils
700
910
  - ReactCommon/turbomodule/core
701
- - React-Fabric/imagemanager (0.74.1):
911
+ - SocketRocket
912
+ - React-Fabric/observers/events (0.80.1):
913
+ - boost
702
914
  - DoubleConversion
703
- - fmt (= 9.1.0)
915
+ - fast_float
916
+ - fmt
704
917
  - glog
705
918
  - hermes-engine
706
- - RCT-Folly/Fabric (= 2024.01.01.00)
919
+ - RCT-Folly
920
+ - RCT-Folly/Fabric
707
921
  - RCTRequired
708
922
  - RCTTypeSafety
709
923
  - React-Core
710
924
  - React-cxxreact
711
925
  - React-debug
926
+ - React-featureflags
712
927
  - React-graphics
928
+ - React-hermes
713
929
  - React-jsi
714
930
  - React-jsiexecutor
715
931
  - React-logger
@@ -717,37 +933,51 @@ PODS:
717
933
  - React-runtimescheduler
718
934
  - React-utils
719
935
  - ReactCommon/turbomodule/core
720
- - React-Fabric/leakchecker (0.74.1):
936
+ - SocketRocket
937
+ - React-Fabric/scheduler (0.80.1):
938
+ - boost
721
939
  - DoubleConversion
722
- - fmt (= 9.1.0)
940
+ - fast_float
941
+ - fmt
723
942
  - glog
724
943
  - hermes-engine
725
- - RCT-Folly/Fabric (= 2024.01.01.00)
944
+ - RCT-Folly
945
+ - RCT-Folly/Fabric
726
946
  - RCTRequired
727
947
  - RCTTypeSafety
728
948
  - React-Core
729
949
  - React-cxxreact
730
950
  - React-debug
951
+ - React-Fabric/observers/events
952
+ - React-featureflags
731
953
  - React-graphics
954
+ - React-hermes
732
955
  - React-jsi
733
956
  - React-jsiexecutor
734
957
  - React-logger
958
+ - React-performancetimeline
735
959
  - React-rendererdebug
736
960
  - React-runtimescheduler
737
961
  - React-utils
738
962
  - ReactCommon/turbomodule/core
739
- - React-Fabric/mounting (0.74.1):
963
+ - SocketRocket
964
+ - React-Fabric/telemetry (0.80.1):
965
+ - boost
740
966
  - DoubleConversion
741
- - fmt (= 9.1.0)
967
+ - fast_float
968
+ - fmt
742
969
  - glog
743
970
  - hermes-engine
744
- - RCT-Folly/Fabric (= 2024.01.01.00)
971
+ - RCT-Folly
972
+ - RCT-Folly/Fabric
745
973
  - RCTRequired
746
974
  - RCTTypeSafety
747
975
  - React-Core
748
976
  - React-cxxreact
749
977
  - React-debug
978
+ - React-featureflags
750
979
  - React-graphics
980
+ - React-hermes
751
981
  - React-jsi
752
982
  - React-jsiexecutor
753
983
  - React-logger
@@ -755,18 +985,24 @@ PODS:
755
985
  - React-runtimescheduler
756
986
  - React-utils
757
987
  - ReactCommon/turbomodule/core
758
- - React-Fabric/scheduler (0.74.1):
988
+ - SocketRocket
989
+ - React-Fabric/templateprocessor (0.80.1):
990
+ - boost
759
991
  - DoubleConversion
760
- - fmt (= 9.1.0)
992
+ - fast_float
993
+ - fmt
761
994
  - glog
762
995
  - hermes-engine
763
- - RCT-Folly/Fabric (= 2024.01.01.00)
996
+ - RCT-Folly
997
+ - RCT-Folly/Fabric
764
998
  - RCTRequired
765
999
  - RCTTypeSafety
766
1000
  - React-Core
767
1001
  - React-cxxreact
768
1002
  - React-debug
1003
+ - React-featureflags
769
1004
  - React-graphics
1005
+ - React-hermes
770
1006
  - React-jsi
771
1007
  - React-jsiexecutor
772
1008
  - React-logger
@@ -774,37 +1010,278 @@ PODS:
774
1010
  - React-runtimescheduler
775
1011
  - React-utils
776
1012
  - ReactCommon/turbomodule/core
777
- - React-Fabric/telemetry (0.74.1):
1013
+ - SocketRocket
1014
+ - React-Fabric/uimanager (0.80.1):
1015
+ - boost
778
1016
  - DoubleConversion
779
- - fmt (= 9.1.0)
1017
+ - fast_float
1018
+ - fmt
780
1019
  - glog
781
1020
  - hermes-engine
782
- - RCT-Folly/Fabric (= 2024.01.01.00)
1021
+ - RCT-Folly
1022
+ - RCT-Folly/Fabric
783
1023
  - RCTRequired
784
1024
  - RCTTypeSafety
785
1025
  - React-Core
786
1026
  - React-cxxreact
787
1027
  - React-debug
1028
+ - React-Fabric/uimanager/consistency (= 0.80.1)
1029
+ - React-featureflags
788
1030
  - React-graphics
1031
+ - React-hermes
789
1032
  - React-jsi
790
1033
  - React-jsiexecutor
791
1034
  - React-logger
1035
+ - React-rendererconsistency
792
1036
  - React-rendererdebug
793
1037
  - React-runtimescheduler
794
1038
  - React-utils
795
1039
  - ReactCommon/turbomodule/core
796
- - React-Fabric/templateprocessor (0.74.1):
1040
+ - SocketRocket
1041
+ - React-Fabric/uimanager/consistency (0.80.1):
1042
+ - boost
797
1043
  - DoubleConversion
798
- - fmt (= 9.1.0)
1044
+ - fast_float
1045
+ - fmt
799
1046
  - glog
800
1047
  - hermes-engine
801
- - RCT-Folly/Fabric (= 2024.01.01.00)
1048
+ - RCT-Folly
1049
+ - RCT-Folly/Fabric
1050
+ - RCTRequired
1051
+ - RCTTypeSafety
1052
+ - React-Core
1053
+ - React-cxxreact
1054
+ - React-debug
1055
+ - React-featureflags
1056
+ - React-graphics
1057
+ - React-hermes
1058
+ - React-jsi
1059
+ - React-jsiexecutor
1060
+ - React-logger
1061
+ - React-rendererconsistency
1062
+ - React-rendererdebug
1063
+ - React-runtimescheduler
1064
+ - React-utils
1065
+ - ReactCommon/turbomodule/core
1066
+ - SocketRocket
1067
+ - React-FabricComponents (0.80.1):
1068
+ - boost
1069
+ - DoubleConversion
1070
+ - fast_float
1071
+ - fmt
1072
+ - glog
1073
+ - hermes-engine
1074
+ - RCT-Folly
1075
+ - RCT-Folly/Fabric
1076
+ - RCTRequired
1077
+ - RCTTypeSafety
1078
+ - React-Core
1079
+ - React-cxxreact
1080
+ - React-debug
1081
+ - React-Fabric
1082
+ - React-FabricComponents/components (= 0.80.1)
1083
+ - React-FabricComponents/textlayoutmanager (= 0.80.1)
1084
+ - React-featureflags
1085
+ - React-graphics
1086
+ - React-hermes
1087
+ - React-jsi
1088
+ - React-jsiexecutor
1089
+ - React-logger
1090
+ - React-rendererdebug
1091
+ - React-runtimescheduler
1092
+ - React-utils
1093
+ - ReactCommon/turbomodule/core
1094
+ - SocketRocket
1095
+ - Yoga
1096
+ - React-FabricComponents/components (0.80.1):
1097
+ - boost
1098
+ - DoubleConversion
1099
+ - fast_float
1100
+ - fmt
1101
+ - glog
1102
+ - hermes-engine
1103
+ - RCT-Folly
1104
+ - RCT-Folly/Fabric
1105
+ - RCTRequired
1106
+ - RCTTypeSafety
1107
+ - React-Core
1108
+ - React-cxxreact
1109
+ - React-debug
1110
+ - React-Fabric
1111
+ - React-FabricComponents/components/inputaccessory (= 0.80.1)
1112
+ - React-FabricComponents/components/iostextinput (= 0.80.1)
1113
+ - React-FabricComponents/components/modal (= 0.80.1)
1114
+ - React-FabricComponents/components/rncore (= 0.80.1)
1115
+ - React-FabricComponents/components/safeareaview (= 0.80.1)
1116
+ - React-FabricComponents/components/scrollview (= 0.80.1)
1117
+ - React-FabricComponents/components/text (= 0.80.1)
1118
+ - React-FabricComponents/components/textinput (= 0.80.1)
1119
+ - React-FabricComponents/components/unimplementedview (= 0.80.1)
1120
+ - React-featureflags
1121
+ - React-graphics
1122
+ - React-hermes
1123
+ - React-jsi
1124
+ - React-jsiexecutor
1125
+ - React-logger
1126
+ - React-rendererdebug
1127
+ - React-runtimescheduler
1128
+ - React-utils
1129
+ - ReactCommon/turbomodule/core
1130
+ - SocketRocket
1131
+ - Yoga
1132
+ - React-FabricComponents/components/inputaccessory (0.80.1):
1133
+ - boost
1134
+ - DoubleConversion
1135
+ - fast_float
1136
+ - fmt
1137
+ - glog
1138
+ - hermes-engine
1139
+ - RCT-Folly
1140
+ - RCT-Folly/Fabric
1141
+ - RCTRequired
1142
+ - RCTTypeSafety
1143
+ - React-Core
1144
+ - React-cxxreact
1145
+ - React-debug
1146
+ - React-Fabric
1147
+ - React-featureflags
1148
+ - React-graphics
1149
+ - React-hermes
1150
+ - React-jsi
1151
+ - React-jsiexecutor
1152
+ - React-logger
1153
+ - React-rendererdebug
1154
+ - React-runtimescheduler
1155
+ - React-utils
1156
+ - ReactCommon/turbomodule/core
1157
+ - SocketRocket
1158
+ - Yoga
1159
+ - React-FabricComponents/components/iostextinput (0.80.1):
1160
+ - boost
1161
+ - DoubleConversion
1162
+ - fast_float
1163
+ - fmt
1164
+ - glog
1165
+ - hermes-engine
1166
+ - RCT-Folly
1167
+ - RCT-Folly/Fabric
1168
+ - RCTRequired
1169
+ - RCTTypeSafety
1170
+ - React-Core
1171
+ - React-cxxreact
1172
+ - React-debug
1173
+ - React-Fabric
1174
+ - React-featureflags
1175
+ - React-graphics
1176
+ - React-hermes
1177
+ - React-jsi
1178
+ - React-jsiexecutor
1179
+ - React-logger
1180
+ - React-rendererdebug
1181
+ - React-runtimescheduler
1182
+ - React-utils
1183
+ - ReactCommon/turbomodule/core
1184
+ - SocketRocket
1185
+ - Yoga
1186
+ - React-FabricComponents/components/modal (0.80.1):
1187
+ - boost
1188
+ - DoubleConversion
1189
+ - fast_float
1190
+ - fmt
1191
+ - glog
1192
+ - hermes-engine
1193
+ - RCT-Folly
1194
+ - RCT-Folly/Fabric
1195
+ - RCTRequired
1196
+ - RCTTypeSafety
1197
+ - React-Core
1198
+ - React-cxxreact
1199
+ - React-debug
1200
+ - React-Fabric
1201
+ - React-featureflags
1202
+ - React-graphics
1203
+ - React-hermes
1204
+ - React-jsi
1205
+ - React-jsiexecutor
1206
+ - React-logger
1207
+ - React-rendererdebug
1208
+ - React-runtimescheduler
1209
+ - React-utils
1210
+ - ReactCommon/turbomodule/core
1211
+ - SocketRocket
1212
+ - Yoga
1213
+ - React-FabricComponents/components/rncore (0.80.1):
1214
+ - boost
1215
+ - DoubleConversion
1216
+ - fast_float
1217
+ - fmt
1218
+ - glog
1219
+ - hermes-engine
1220
+ - RCT-Folly
1221
+ - RCT-Folly/Fabric
1222
+ - RCTRequired
1223
+ - RCTTypeSafety
1224
+ - React-Core
1225
+ - React-cxxreact
1226
+ - React-debug
1227
+ - React-Fabric
1228
+ - React-featureflags
1229
+ - React-graphics
1230
+ - React-hermes
1231
+ - React-jsi
1232
+ - React-jsiexecutor
1233
+ - React-logger
1234
+ - React-rendererdebug
1235
+ - React-runtimescheduler
1236
+ - React-utils
1237
+ - ReactCommon/turbomodule/core
1238
+ - SocketRocket
1239
+ - Yoga
1240
+ - React-FabricComponents/components/safeareaview (0.80.1):
1241
+ - boost
1242
+ - DoubleConversion
1243
+ - fast_float
1244
+ - fmt
1245
+ - glog
1246
+ - hermes-engine
1247
+ - RCT-Folly
1248
+ - RCT-Folly/Fabric
1249
+ - RCTRequired
1250
+ - RCTTypeSafety
1251
+ - React-Core
1252
+ - React-cxxreact
1253
+ - React-debug
1254
+ - React-Fabric
1255
+ - React-featureflags
1256
+ - React-graphics
1257
+ - React-hermes
1258
+ - React-jsi
1259
+ - React-jsiexecutor
1260
+ - React-logger
1261
+ - React-rendererdebug
1262
+ - React-runtimescheduler
1263
+ - React-utils
1264
+ - ReactCommon/turbomodule/core
1265
+ - SocketRocket
1266
+ - Yoga
1267
+ - React-FabricComponents/components/scrollview (0.80.1):
1268
+ - boost
1269
+ - DoubleConversion
1270
+ - fast_float
1271
+ - fmt
1272
+ - glog
1273
+ - hermes-engine
1274
+ - RCT-Folly
1275
+ - RCT-Folly/Fabric
802
1276
  - RCTRequired
803
1277
  - RCTTypeSafety
804
1278
  - React-Core
805
1279
  - React-cxxreact
806
1280
  - React-debug
1281
+ - React-Fabric
1282
+ - React-featureflags
807
1283
  - React-graphics
1284
+ - React-hermes
808
1285
  - React-jsi
809
1286
  - React-jsiexecutor
810
1287
  - React-logger
@@ -812,19 +1289,26 @@ PODS:
812
1289
  - React-runtimescheduler
813
1290
  - React-utils
814
1291
  - ReactCommon/turbomodule/core
815
- - React-Fabric/textlayoutmanager (0.74.1):
1292
+ - SocketRocket
1293
+ - Yoga
1294
+ - React-FabricComponents/components/text (0.80.1):
1295
+ - boost
816
1296
  - DoubleConversion
817
- - fmt (= 9.1.0)
1297
+ - fast_float
1298
+ - fmt
818
1299
  - glog
819
1300
  - hermes-engine
820
- - RCT-Folly/Fabric (= 2024.01.01.00)
1301
+ - RCT-Folly
1302
+ - RCT-Folly/Fabric
821
1303
  - RCTRequired
822
1304
  - RCTTypeSafety
823
1305
  - React-Core
824
1306
  - React-cxxreact
825
1307
  - React-debug
826
- - React-Fabric/uimanager
1308
+ - React-Fabric
1309
+ - React-featureflags
827
1310
  - React-graphics
1311
+ - React-hermes
828
1312
  - React-jsi
829
1313
  - React-jsiexecutor
830
1314
  - React-logger
@@ -832,18 +1316,26 @@ PODS:
832
1316
  - React-runtimescheduler
833
1317
  - React-utils
834
1318
  - ReactCommon/turbomodule/core
835
- - React-Fabric/uimanager (0.74.1):
1319
+ - SocketRocket
1320
+ - Yoga
1321
+ - React-FabricComponents/components/textinput (0.80.1):
1322
+ - boost
836
1323
  - DoubleConversion
837
- - fmt (= 9.1.0)
1324
+ - fast_float
1325
+ - fmt
838
1326
  - glog
839
1327
  - hermes-engine
840
- - RCT-Folly/Fabric (= 2024.01.01.00)
1328
+ - RCT-Folly
1329
+ - RCT-Folly/Fabric
841
1330
  - RCTRequired
842
1331
  - RCTTypeSafety
843
1332
  - React-Core
844
1333
  - React-cxxreact
845
1334
  - React-debug
1335
+ - React-Fabric
1336
+ - React-featureflags
846
1337
  - React-graphics
1338
+ - React-hermes
847
1339
  - React-jsi
848
1340
  - React-jsiexecutor
849
1341
  - React-logger
@@ -851,369 +1343,975 @@ PODS:
851
1343
  - React-runtimescheduler
852
1344
  - React-utils
853
1345
  - ReactCommon/turbomodule/core
854
- - React-FabricImage (0.74.1):
1346
+ - SocketRocket
1347
+ - Yoga
1348
+ - React-FabricComponents/components/unimplementedview (0.80.1):
1349
+ - boost
855
1350
  - DoubleConversion
856
- - fmt (= 9.1.0)
1351
+ - fast_float
1352
+ - fmt
857
1353
  - glog
858
1354
  - hermes-engine
859
- - RCT-Folly/Fabric (= 2024.01.01.00)
860
- - RCTRequired (= 0.74.1)
861
- - RCTTypeSafety (= 0.74.1)
1355
+ - RCT-Folly
1356
+ - RCT-Folly/Fabric
1357
+ - RCTRequired
1358
+ - RCTTypeSafety
1359
+ - React-Core
1360
+ - React-cxxreact
1361
+ - React-debug
862
1362
  - React-Fabric
1363
+ - React-featureflags
863
1364
  - React-graphics
1365
+ - React-hermes
1366
+ - React-jsi
1367
+ - React-jsiexecutor
1368
+ - React-logger
1369
+ - React-rendererdebug
1370
+ - React-runtimescheduler
1371
+ - React-utils
1372
+ - ReactCommon/turbomodule/core
1373
+ - SocketRocket
1374
+ - Yoga
1375
+ - React-FabricComponents/textlayoutmanager (0.80.1):
1376
+ - boost
1377
+ - DoubleConversion
1378
+ - fast_float
1379
+ - fmt
1380
+ - glog
1381
+ - hermes-engine
1382
+ - RCT-Folly
1383
+ - RCT-Folly/Fabric
1384
+ - RCTRequired
1385
+ - RCTTypeSafety
1386
+ - React-Core
1387
+ - React-cxxreact
1388
+ - React-debug
1389
+ - React-Fabric
1390
+ - React-featureflags
1391
+ - React-graphics
1392
+ - React-hermes
1393
+ - React-jsi
1394
+ - React-jsiexecutor
1395
+ - React-logger
1396
+ - React-rendererdebug
1397
+ - React-runtimescheduler
1398
+ - React-utils
1399
+ - ReactCommon/turbomodule/core
1400
+ - SocketRocket
1401
+ - Yoga
1402
+ - React-FabricImage (0.80.1):
1403
+ - boost
1404
+ - DoubleConversion
1405
+ - fast_float
1406
+ - fmt
1407
+ - glog
1408
+ - hermes-engine
1409
+ - RCT-Folly
1410
+ - RCT-Folly/Fabric
1411
+ - RCTRequired (= 0.80.1)
1412
+ - RCTTypeSafety (= 0.80.1)
1413
+ - React-Fabric
1414
+ - React-featureflags
1415
+ - React-graphics
1416
+ - React-hermes
864
1417
  - React-ImageManager
865
1418
  - React-jsi
866
- - React-jsiexecutor (= 0.74.1)
1419
+ - React-jsiexecutor (= 0.80.1)
867
1420
  - React-logger
868
1421
  - React-rendererdebug
869
1422
  - React-utils
870
1423
  - ReactCommon
1424
+ - SocketRocket
871
1425
  - Yoga
872
- - React-featureflags (0.74.1)
873
- - React-graphics (0.74.1):
1426
+ - React-featureflags (0.80.1):
1427
+ - boost
1428
+ - DoubleConversion
1429
+ - fast_float
1430
+ - fmt
1431
+ - glog
1432
+ - RCT-Folly
1433
+ - RCT-Folly/Fabric
1434
+ - SocketRocket
1435
+ - React-featureflagsnativemodule (0.80.1):
1436
+ - boost
1437
+ - DoubleConversion
1438
+ - fast_float
1439
+ - fmt
1440
+ - glog
1441
+ - hermes-engine
1442
+ - RCT-Folly
1443
+ - RCT-Folly/Fabric
1444
+ - React-featureflags
1445
+ - React-hermes
1446
+ - React-jsi
1447
+ - React-jsiexecutor
1448
+ - React-RCTFBReactNativeSpec
1449
+ - ReactCommon/turbomodule/core
1450
+ - SocketRocket
1451
+ - React-graphics (0.80.1):
1452
+ - boost
874
1453
  - DoubleConversion
875
- - fmt (= 9.1.0)
1454
+ - fast_float
1455
+ - fmt
876
1456
  - glog
877
- - RCT-Folly/Fabric (= 2024.01.01.00)
878
- - React-Core/Default (= 0.74.1)
1457
+ - hermes-engine
1458
+ - RCT-Folly
1459
+ - RCT-Folly/Fabric
1460
+ - React-hermes
1461
+ - React-jsi
1462
+ - React-jsiexecutor
879
1463
  - React-utils
880
- - React-hermes (0.74.1):
1464
+ - SocketRocket
1465
+ - React-hermes (0.80.1):
1466
+ - boost
881
1467
  - DoubleConversion
882
- - fmt (= 9.1.0)
1468
+ - fast_float
1469
+ - fmt
883
1470
  - glog
884
1471
  - hermes-engine
885
- - RCT-Folly (= 2024.01.01.00)
886
- - React-cxxreact (= 0.74.1)
1472
+ - RCT-Folly
1473
+ - RCT-Folly/Fabric
1474
+ - React-cxxreact (= 0.80.1)
887
1475
  - React-jsi
888
- - React-jsiexecutor (= 0.74.1)
1476
+ - React-jsiexecutor (= 0.80.1)
889
1477
  - React-jsinspector
890
- - React-perflogger (= 0.74.1)
1478
+ - React-jsinspectorcdp
1479
+ - React-jsinspectortracing
1480
+ - React-perflogger (= 0.80.1)
891
1481
  - React-runtimeexecutor
892
- - React-ImageManager (0.74.1):
1482
+ - SocketRocket
1483
+ - React-idlecallbacksnativemodule (0.80.1):
1484
+ - boost
1485
+ - DoubleConversion
1486
+ - fast_float
1487
+ - fmt
1488
+ - glog
1489
+ - hermes-engine
1490
+ - RCT-Folly
1491
+ - RCT-Folly/Fabric
1492
+ - React-hermes
1493
+ - React-jsi
1494
+ - React-jsiexecutor
1495
+ - React-RCTFBReactNativeSpec
1496
+ - React-runtimescheduler
1497
+ - ReactCommon/turbomodule/core
1498
+ - SocketRocket
1499
+ - React-ImageManager (0.80.1):
1500
+ - boost
1501
+ - DoubleConversion
1502
+ - fast_float
1503
+ - fmt
1504
+ - glog
1505
+ - RCT-Folly
1506
+ - RCT-Folly/Fabric
1507
+ - React-Core/Default
1508
+ - React-debug
1509
+ - React-Fabric
1510
+ - React-graphics
1511
+ - React-rendererdebug
1512
+ - React-utils
1513
+ - SocketRocket
1514
+ - React-jserrorhandler (0.80.1):
1515
+ - boost
1516
+ - DoubleConversion
1517
+ - fast_float
1518
+ - fmt
1519
+ - glog
1520
+ - hermes-engine
1521
+ - RCT-Folly
1522
+ - RCT-Folly/Fabric
1523
+ - React-cxxreact
1524
+ - React-debug
1525
+ - React-featureflags
1526
+ - React-jsi
1527
+ - ReactCommon/turbomodule/bridging
1528
+ - SocketRocket
1529
+ - React-jsi (0.80.1):
1530
+ - boost
1531
+ - DoubleConversion
1532
+ - fast_float
1533
+ - fmt
1534
+ - glog
1535
+ - hermes-engine
1536
+ - RCT-Folly
1537
+ - RCT-Folly/Fabric
1538
+ - SocketRocket
1539
+ - React-jsiexecutor (0.80.1):
1540
+ - boost
1541
+ - DoubleConversion
1542
+ - fast_float
1543
+ - fmt
1544
+ - glog
1545
+ - hermes-engine
1546
+ - RCT-Folly
1547
+ - RCT-Folly/Fabric
1548
+ - React-cxxreact (= 0.80.1)
1549
+ - React-jsi (= 0.80.1)
1550
+ - React-jsinspector
1551
+ - React-jsinspectorcdp
1552
+ - React-jsinspectortracing
1553
+ - React-perflogger (= 0.80.1)
1554
+ - SocketRocket
1555
+ - React-jsinspector (0.80.1):
1556
+ - boost
1557
+ - DoubleConversion
1558
+ - fast_float
1559
+ - fmt
1560
+ - glog
1561
+ - hermes-engine
1562
+ - RCT-Folly
1563
+ - RCT-Folly/Fabric
1564
+ - React-featureflags
1565
+ - React-jsi
1566
+ - React-jsinspectorcdp
1567
+ - React-jsinspectornetwork
1568
+ - React-jsinspectortracing
1569
+ - React-perflogger (= 0.80.1)
1570
+ - React-runtimeexecutor (= 0.80.1)
1571
+ - SocketRocket
1572
+ - React-jsinspectorcdp (0.80.1):
1573
+ - boost
1574
+ - DoubleConversion
1575
+ - fast_float
1576
+ - fmt
1577
+ - glog
1578
+ - RCT-Folly
1579
+ - RCT-Folly/Fabric
1580
+ - SocketRocket
1581
+ - React-jsinspectornetwork (0.80.1):
1582
+ - boost
1583
+ - DoubleConversion
1584
+ - fast_float
1585
+ - fmt
1586
+ - glog
1587
+ - RCT-Folly
1588
+ - RCT-Folly/Fabric
1589
+ - React-jsinspectorcdp
1590
+ - SocketRocket
1591
+ - React-jsinspectortracing (0.80.1):
1592
+ - boost
1593
+ - DoubleConversion
1594
+ - fast_float
1595
+ - fmt
1596
+ - glog
1597
+ - RCT-Folly
1598
+ - RCT-Folly/Fabric
1599
+ - React-oscompat
1600
+ - SocketRocket
1601
+ - React-jsitooling (0.80.1):
1602
+ - boost
1603
+ - DoubleConversion
1604
+ - fast_float
1605
+ - fmt
1606
+ - glog
1607
+ - RCT-Folly
1608
+ - RCT-Folly/Fabric
1609
+ - React-cxxreact (= 0.80.1)
1610
+ - React-jsi (= 0.80.1)
1611
+ - React-jsinspector
1612
+ - React-jsinspectorcdp
1613
+ - React-jsinspectortracing
1614
+ - SocketRocket
1615
+ - React-jsitracing (0.80.1):
1616
+ - React-jsi
1617
+ - React-logger (0.80.1):
1618
+ - boost
1619
+ - DoubleConversion
1620
+ - fast_float
1621
+ - fmt
1622
+ - glog
1623
+ - RCT-Folly
1624
+ - RCT-Folly/Fabric
1625
+ - SocketRocket
1626
+ - React-Mapbuffer (0.80.1):
1627
+ - boost
1628
+ - DoubleConversion
1629
+ - fast_float
1630
+ - fmt
1631
+ - glog
1632
+ - RCT-Folly
1633
+ - RCT-Folly/Fabric
1634
+ - React-debug
1635
+ - SocketRocket
1636
+ - React-microtasksnativemodule (0.80.1):
1637
+ - boost
1638
+ - DoubleConversion
1639
+ - fast_float
1640
+ - fmt
1641
+ - glog
1642
+ - hermes-engine
1643
+ - RCT-Folly
1644
+ - RCT-Folly/Fabric
1645
+ - React-hermes
1646
+ - React-jsi
1647
+ - React-jsiexecutor
1648
+ - React-RCTFBReactNativeSpec
1649
+ - ReactCommon/turbomodule/core
1650
+ - SocketRocket
1651
+ - react-native-safe-area-context (5.5.0):
1652
+ - boost
1653
+ - DoubleConversion
1654
+ - fast_float
1655
+ - fmt
1656
+ - glog
1657
+ - hermes-engine
1658
+ - RCT-Folly
1659
+ - RCT-Folly/Fabric
1660
+ - RCTRequired
1661
+ - RCTTypeSafety
1662
+ - React-Core
1663
+ - React-debug
1664
+ - React-Fabric
1665
+ - React-featureflags
1666
+ - React-graphics
1667
+ - React-hermes
1668
+ - React-ImageManager
1669
+ - React-jsi
1670
+ - react-native-safe-area-context/common (= 5.5.0)
1671
+ - react-native-safe-area-context/fabric (= 5.5.0)
1672
+ - React-NativeModulesApple
1673
+ - React-RCTFabric
1674
+ - React-renderercss
1675
+ - React-rendererdebug
1676
+ - React-utils
1677
+ - ReactCodegen
1678
+ - ReactCommon/turbomodule/bridging
1679
+ - ReactCommon/turbomodule/core
1680
+ - SocketRocket
1681
+ - Yoga
1682
+ - react-native-safe-area-context/common (5.5.0):
1683
+ - boost
1684
+ - DoubleConversion
1685
+ - fast_float
1686
+ - fmt
1687
+ - glog
1688
+ - hermes-engine
1689
+ - RCT-Folly
1690
+ - RCT-Folly/Fabric
1691
+ - RCTRequired
1692
+ - RCTTypeSafety
1693
+ - React-Core
1694
+ - React-debug
1695
+ - React-Fabric
1696
+ - React-featureflags
1697
+ - React-graphics
1698
+ - React-hermes
1699
+ - React-ImageManager
1700
+ - React-jsi
1701
+ - React-NativeModulesApple
1702
+ - React-RCTFabric
1703
+ - React-renderercss
1704
+ - React-rendererdebug
1705
+ - React-utils
1706
+ - ReactCodegen
1707
+ - ReactCommon/turbomodule/bridging
1708
+ - ReactCommon/turbomodule/core
1709
+ - SocketRocket
1710
+ - Yoga
1711
+ - react-native-safe-area-context/fabric (5.5.0):
1712
+ - boost
1713
+ - DoubleConversion
1714
+ - fast_float
1715
+ - fmt
893
1716
  - glog
1717
+ - hermes-engine
1718
+ - RCT-Folly
894
1719
  - RCT-Folly/Fabric
895
- - React-Core/Default
1720
+ - RCTRequired
1721
+ - RCTTypeSafety
1722
+ - React-Core
896
1723
  - React-debug
897
1724
  - React-Fabric
1725
+ - React-featureflags
898
1726
  - React-graphics
1727
+ - React-hermes
1728
+ - React-ImageManager
1729
+ - React-jsi
1730
+ - react-native-safe-area-context/common
1731
+ - React-NativeModulesApple
1732
+ - React-RCTFabric
1733
+ - React-renderercss
899
1734
  - React-rendererdebug
900
1735
  - React-utils
901
- - React-jserrorhandler (0.74.1):
902
- - RCT-Folly/Fabric (= 2024.01.01.00)
903
- - React-debug
904
- - React-jsi
905
- - React-Mapbuffer
906
- - React-jsi (0.74.1):
907
- - boost (= 1.83.0)
908
- - DoubleConversion
909
- - fmt (= 9.1.0)
910
- - glog
911
- - hermes-engine
912
- - RCT-Folly (= 2024.01.01.00)
913
- - React-jsiexecutor (0.74.1):
914
- - DoubleConversion
915
- - fmt (= 9.1.0)
916
- - glog
917
- - hermes-engine
918
- - RCT-Folly (= 2024.01.01.00)
919
- - React-cxxreact (= 0.74.1)
920
- - React-jsi (= 0.74.1)
921
- - React-jsinspector
922
- - React-perflogger (= 0.74.1)
923
- - React-jsinspector (0.74.1):
1736
+ - ReactCodegen
1737
+ - ReactCommon/turbomodule/bridging
1738
+ - ReactCommon/turbomodule/core
1739
+ - SocketRocket
1740
+ - Yoga
1741
+ - react-native-vector-icons-material-design-icons (12.2.0)
1742
+ - react-native-vector-icons-material-icons (12.2.0)
1743
+ - React-NativeModulesApple (0.80.1):
1744
+ - boost
924
1745
  - DoubleConversion
1746
+ - fast_float
1747
+ - fmt
925
1748
  - glog
926
1749
  - hermes-engine
927
- - RCT-Folly (= 2024.01.01.00)
928
- - React-featureflags
929
- - React-jsi
930
- - React-runtimeexecutor (= 0.74.1)
931
- - React-jsitracing (0.74.1):
932
- - React-jsi
933
- - React-logger (0.74.1):
934
- - glog
935
- - React-Mapbuffer (0.74.1):
936
- - glog
937
- - React-debug
938
- - React-nativeconfig (0.74.1)
939
- - React-NativeModulesApple (0.74.1):
940
- - glog
941
- - hermes-engine
1750
+ - RCT-Folly
1751
+ - RCT-Folly/Fabric
942
1752
  - React-callinvoker
943
1753
  - React-Core
944
1754
  - React-cxxreact
1755
+ - React-featureflags
1756
+ - React-hermes
945
1757
  - React-jsi
946
1758
  - React-jsinspector
1759
+ - React-jsinspectorcdp
947
1760
  - React-runtimeexecutor
948
1761
  - ReactCommon/turbomodule/bridging
949
1762
  - ReactCommon/turbomodule/core
950
- - React-perflogger (0.74.1)
951
- - React-RCTActionSheet (0.74.1):
952
- - React-Core/RCTActionSheetHeaders (= 0.74.1)
953
- - React-RCTAnimation (0.74.1):
954
- - RCT-Folly (= 2024.01.01.00)
1763
+ - SocketRocket
1764
+ - React-oscompat (0.80.1)
1765
+ - React-perflogger (0.80.1):
1766
+ - boost
1767
+ - DoubleConversion
1768
+ - fast_float
1769
+ - fmt
1770
+ - glog
1771
+ - RCT-Folly
1772
+ - RCT-Folly/Fabric
1773
+ - SocketRocket
1774
+ - React-performancetimeline (0.80.1):
1775
+ - boost
1776
+ - DoubleConversion
1777
+ - fast_float
1778
+ - fmt
1779
+ - glog
1780
+ - RCT-Folly
1781
+ - RCT-Folly/Fabric
1782
+ - React-featureflags
1783
+ - React-jsinspectortracing
1784
+ - React-perflogger
1785
+ - React-timing
1786
+ - SocketRocket
1787
+ - React-RCTActionSheet (0.80.1):
1788
+ - React-Core/RCTActionSheetHeaders (= 0.80.1)
1789
+ - React-RCTAnimation (0.80.1):
1790
+ - boost
1791
+ - DoubleConversion
1792
+ - fast_float
1793
+ - fmt
1794
+ - glog
1795
+ - RCT-Folly
1796
+ - RCT-Folly/Fabric
955
1797
  - RCTTypeSafety
956
- - React-Codegen
957
1798
  - React-Core/RCTAnimationHeaders
1799
+ - React-featureflags
958
1800
  - React-jsi
959
1801
  - React-NativeModulesApple
1802
+ - React-RCTFBReactNativeSpec
960
1803
  - ReactCommon
961
- - React-RCTAppDelegate (0.74.1):
962
- - RCT-Folly (= 2024.01.01.00)
1804
+ - SocketRocket
1805
+ - React-RCTAppDelegate (0.80.1):
1806
+ - boost
1807
+ - DoubleConversion
1808
+ - fast_float
1809
+ - fmt
1810
+ - glog
1811
+ - hermes-engine
1812
+ - RCT-Folly
1813
+ - RCT-Folly/Fabric
963
1814
  - RCTRequired
964
1815
  - RCTTypeSafety
965
- - React-Codegen
966
1816
  - React-Core
967
1817
  - React-CoreModules
968
1818
  - React-debug
1819
+ - React-defaultsnativemodule
969
1820
  - React-Fabric
970
1821
  - React-featureflags
971
1822
  - React-graphics
972
1823
  - React-hermes
973
- - React-nativeconfig
1824
+ - React-jsitooling
974
1825
  - React-NativeModulesApple
975
1826
  - React-RCTFabric
1827
+ - React-RCTFBReactNativeSpec
976
1828
  - React-RCTImage
977
1829
  - React-RCTNetwork
1830
+ - React-RCTRuntime
978
1831
  - React-rendererdebug
979
1832
  - React-RuntimeApple
980
1833
  - React-RuntimeCore
981
- - React-RuntimeHermes
982
1834
  - React-runtimescheduler
983
1835
  - React-utils
984
1836
  - ReactCommon
985
- - React-RCTBlob (0.74.1):
1837
+ - SocketRocket
1838
+ - React-RCTBlob (0.80.1):
1839
+ - boost
986
1840
  - DoubleConversion
987
- - fmt (= 9.1.0)
1841
+ - fast_float
1842
+ - fmt
1843
+ - glog
988
1844
  - hermes-engine
989
- - RCT-Folly (= 2024.01.01.00)
990
- - React-Codegen
1845
+ - RCT-Folly
1846
+ - RCT-Folly/Fabric
991
1847
  - React-Core/RCTBlobHeaders
992
1848
  - React-Core/RCTWebSocket
993
1849
  - React-jsi
994
1850
  - React-jsinspector
1851
+ - React-jsinspectorcdp
995
1852
  - React-NativeModulesApple
1853
+ - React-RCTFBReactNativeSpec
996
1854
  - React-RCTNetwork
997
1855
  - ReactCommon
998
- - React-RCTFabric (0.74.1):
1856
+ - SocketRocket
1857
+ - React-RCTFabric (0.80.1):
1858
+ - boost
1859
+ - DoubleConversion
1860
+ - fast_float
1861
+ - fmt
999
1862
  - glog
1000
1863
  - hermes-engine
1001
- - RCT-Folly/Fabric (= 2024.01.01.00)
1864
+ - RCT-Folly
1865
+ - RCT-Folly/Fabric
1002
1866
  - React-Core
1003
1867
  - React-debug
1004
1868
  - React-Fabric
1869
+ - React-FabricComponents
1005
1870
  - React-FabricImage
1006
1871
  - React-featureflags
1007
1872
  - React-graphics
1873
+ - React-hermes
1008
1874
  - React-ImageManager
1009
1875
  - React-jsi
1010
1876
  - React-jsinspector
1011
- - React-nativeconfig
1877
+ - React-jsinspectorcdp
1878
+ - React-jsinspectornetwork
1879
+ - React-jsinspectortracing
1880
+ - React-performancetimeline
1881
+ - React-RCTAnimation
1012
1882
  - React-RCTImage
1013
1883
  - React-RCTText
1884
+ - React-rendererconsistency
1885
+ - React-renderercss
1014
1886
  - React-rendererdebug
1015
1887
  - React-runtimescheduler
1016
1888
  - React-utils
1889
+ - SocketRocket
1017
1890
  - Yoga
1018
- - React-RCTImage (0.74.1):
1019
- - RCT-Folly (= 2024.01.01.00)
1891
+ - React-RCTFBReactNativeSpec (0.80.1):
1892
+ - boost
1893
+ - DoubleConversion
1894
+ - fast_float
1895
+ - fmt
1896
+ - glog
1897
+ - hermes-engine
1898
+ - RCT-Folly
1899
+ - RCT-Folly/Fabric
1900
+ - RCTRequired
1901
+ - RCTTypeSafety
1902
+ - React-Core
1903
+ - React-hermes
1904
+ - React-jsi
1905
+ - React-jsiexecutor
1906
+ - React-NativeModulesApple
1907
+ - ReactCommon
1908
+ - SocketRocket
1909
+ - React-RCTImage (0.80.1):
1910
+ - boost
1911
+ - DoubleConversion
1912
+ - fast_float
1913
+ - fmt
1914
+ - glog
1915
+ - RCT-Folly
1916
+ - RCT-Folly/Fabric
1020
1917
  - RCTTypeSafety
1021
- - React-Codegen
1022
1918
  - React-Core/RCTImageHeaders
1023
1919
  - React-jsi
1024
1920
  - React-NativeModulesApple
1921
+ - React-RCTFBReactNativeSpec
1025
1922
  - React-RCTNetwork
1026
1923
  - ReactCommon
1027
- - React-RCTLinking (0.74.1):
1028
- - React-Codegen
1029
- - React-Core/RCTLinkingHeaders (= 0.74.1)
1030
- - React-jsi (= 0.74.1)
1924
+ - SocketRocket
1925
+ - React-RCTLinking (0.80.1):
1926
+ - React-Core/RCTLinkingHeaders (= 0.80.1)
1927
+ - React-jsi (= 0.80.1)
1031
1928
  - React-NativeModulesApple
1929
+ - React-RCTFBReactNativeSpec
1032
1930
  - ReactCommon
1033
- - ReactCommon/turbomodule/core (= 0.74.1)
1034
- - React-RCTNetwork (0.74.1):
1035
- - RCT-Folly (= 2024.01.01.00)
1931
+ - ReactCommon/turbomodule/core (= 0.80.1)
1932
+ - React-RCTNetwork (0.80.1):
1933
+ - boost
1934
+ - DoubleConversion
1935
+ - fast_float
1936
+ - fmt
1937
+ - glog
1938
+ - RCT-Folly
1939
+ - RCT-Folly/Fabric
1036
1940
  - RCTTypeSafety
1037
- - React-Codegen
1038
1941
  - React-Core/RCTNetworkHeaders
1942
+ - React-featureflags
1039
1943
  - React-jsi
1944
+ - React-jsinspectorcdp
1945
+ - React-jsinspectornetwork
1040
1946
  - React-NativeModulesApple
1947
+ - React-RCTFBReactNativeSpec
1041
1948
  - ReactCommon
1042
- - React-RCTSettings (0.74.1):
1043
- - RCT-Folly (= 2024.01.01.00)
1949
+ - SocketRocket
1950
+ - React-RCTRuntime (0.80.1):
1951
+ - boost
1952
+ - DoubleConversion
1953
+ - fast_float
1954
+ - fmt
1955
+ - glog
1956
+ - hermes-engine
1957
+ - RCT-Folly
1958
+ - RCT-Folly/Fabric
1959
+ - React-Core
1960
+ - React-hermes
1961
+ - React-jsi
1962
+ - React-jsinspector
1963
+ - React-jsinspectorcdp
1964
+ - React-jsinspectortracing
1965
+ - React-jsitooling
1966
+ - React-RuntimeApple
1967
+ - React-RuntimeCore
1968
+ - React-RuntimeHermes
1969
+ - SocketRocket
1970
+ - React-RCTSettings (0.80.1):
1971
+ - boost
1972
+ - DoubleConversion
1973
+ - fast_float
1974
+ - fmt
1975
+ - glog
1976
+ - RCT-Folly
1977
+ - RCT-Folly/Fabric
1044
1978
  - RCTTypeSafety
1045
- - React-Codegen
1046
1979
  - React-Core/RCTSettingsHeaders
1047
1980
  - React-jsi
1048
1981
  - React-NativeModulesApple
1982
+ - React-RCTFBReactNativeSpec
1049
1983
  - ReactCommon
1050
- - React-RCTText (0.74.1):
1051
- - React-Core/RCTTextHeaders (= 0.74.1)
1984
+ - SocketRocket
1985
+ - React-RCTText (0.80.1):
1986
+ - React-Core/RCTTextHeaders (= 0.80.1)
1052
1987
  - Yoga
1053
- - React-RCTVibration (0.74.1):
1054
- - RCT-Folly (= 2024.01.01.00)
1055
- - React-Codegen
1988
+ - React-RCTVibration (0.80.1):
1989
+ - boost
1990
+ - DoubleConversion
1991
+ - fast_float
1992
+ - fmt
1993
+ - glog
1994
+ - RCT-Folly
1995
+ - RCT-Folly/Fabric
1056
1996
  - React-Core/RCTVibrationHeaders
1057
1997
  - React-jsi
1058
1998
  - React-NativeModulesApple
1999
+ - React-RCTFBReactNativeSpec
1059
2000
  - ReactCommon
1060
- - React-rendererdebug (0.74.1):
2001
+ - SocketRocket
2002
+ - React-rendererconsistency (0.80.1)
2003
+ - React-renderercss (0.80.1):
2004
+ - React-debug
2005
+ - React-utils
2006
+ - React-rendererdebug (0.80.1):
2007
+ - boost
1061
2008
  - DoubleConversion
1062
- - fmt (= 9.1.0)
1063
- - RCT-Folly (= 2024.01.01.00)
2009
+ - fast_float
2010
+ - fmt
2011
+ - glog
2012
+ - RCT-Folly
2013
+ - RCT-Folly/Fabric
1064
2014
  - React-debug
1065
- - React-rncore (0.74.1)
1066
- - React-RuntimeApple (0.74.1):
2015
+ - SocketRocket
2016
+ - React-rncore (0.80.1)
2017
+ - React-RuntimeApple (0.80.1):
2018
+ - boost
2019
+ - DoubleConversion
2020
+ - fast_float
2021
+ - fmt
2022
+ - glog
1067
2023
  - hermes-engine
1068
- - RCT-Folly/Fabric (= 2024.01.01.00)
2024
+ - RCT-Folly
2025
+ - RCT-Folly/Fabric
1069
2026
  - React-callinvoker
1070
2027
  - React-Core/Default
1071
2028
  - React-CoreModules
1072
2029
  - React-cxxreact
2030
+ - React-featureflags
1073
2031
  - React-jserrorhandler
1074
2032
  - React-jsi
1075
2033
  - React-jsiexecutor
1076
2034
  - React-jsinspector
2035
+ - React-jsitooling
1077
2036
  - React-Mapbuffer
1078
2037
  - React-NativeModulesApple
1079
2038
  - React-RCTFabric
2039
+ - React-RCTFBReactNativeSpec
1080
2040
  - React-RuntimeCore
1081
2041
  - React-runtimeexecutor
1082
2042
  - React-RuntimeHermes
2043
+ - React-runtimescheduler
1083
2044
  - React-utils
1084
- - React-RuntimeCore (0.74.1):
2045
+ - SocketRocket
2046
+ - React-RuntimeCore (0.80.1):
2047
+ - boost
2048
+ - DoubleConversion
2049
+ - fast_float
2050
+ - fmt
1085
2051
  - glog
1086
2052
  - hermes-engine
1087
- - RCT-Folly/Fabric (= 2024.01.01.00)
2053
+ - RCT-Folly
2054
+ - RCT-Folly/Fabric
1088
2055
  - React-cxxreact
2056
+ - React-Fabric
1089
2057
  - React-featureflags
2058
+ - React-hermes
1090
2059
  - React-jserrorhandler
1091
2060
  - React-jsi
1092
2061
  - React-jsiexecutor
1093
2062
  - React-jsinspector
2063
+ - React-jsitooling
2064
+ - React-performancetimeline
1094
2065
  - React-runtimeexecutor
1095
2066
  - React-runtimescheduler
1096
2067
  - React-utils
1097
- - React-runtimeexecutor (0.74.1):
1098
- - React-jsi (= 0.74.1)
1099
- - React-RuntimeHermes (0.74.1):
2068
+ - SocketRocket
2069
+ - React-runtimeexecutor (0.80.1):
2070
+ - React-jsi (= 0.80.1)
2071
+ - React-RuntimeHermes (0.80.1):
2072
+ - boost
2073
+ - DoubleConversion
2074
+ - fast_float
2075
+ - fmt
2076
+ - glog
1100
2077
  - hermes-engine
1101
- - RCT-Folly/Fabric (= 2024.01.01.00)
2078
+ - RCT-Folly
2079
+ - RCT-Folly/Fabric
1102
2080
  - React-featureflags
1103
2081
  - React-hermes
1104
2082
  - React-jsi
1105
2083
  - React-jsinspector
2084
+ - React-jsinspectorcdp
2085
+ - React-jsinspectortracing
2086
+ - React-jsitooling
1106
2087
  - React-jsitracing
1107
- - React-nativeconfig
1108
2088
  - React-RuntimeCore
1109
2089
  - React-utils
1110
- - React-runtimescheduler (0.74.1):
2090
+ - SocketRocket
2091
+ - React-runtimescheduler (0.80.1):
2092
+ - boost
2093
+ - DoubleConversion
2094
+ - fast_float
2095
+ - fmt
1111
2096
  - glog
1112
2097
  - hermes-engine
1113
- - RCT-Folly (= 2024.01.01.00)
2098
+ - RCT-Folly
2099
+ - RCT-Folly/Fabric
1114
2100
  - React-callinvoker
1115
2101
  - React-cxxreact
1116
2102
  - React-debug
1117
2103
  - React-featureflags
2104
+ - React-hermes
1118
2105
  - React-jsi
2106
+ - React-jsinspectortracing
2107
+ - React-performancetimeline
2108
+ - React-rendererconsistency
1119
2109
  - React-rendererdebug
1120
2110
  - React-runtimeexecutor
2111
+ - React-timing
2112
+ - React-utils
2113
+ - SocketRocket
2114
+ - React-timing (0.80.1)
2115
+ - React-utils (0.80.1):
2116
+ - boost
2117
+ - DoubleConversion
2118
+ - fast_float
2119
+ - fmt
2120
+ - glog
2121
+ - hermes-engine
2122
+ - RCT-Folly
2123
+ - RCT-Folly/Fabric
2124
+ - React-debug
2125
+ - React-hermes
2126
+ - React-jsi (= 0.80.1)
2127
+ - SocketRocket
2128
+ - ReactAppDependencyProvider (0.80.1):
2129
+ - ReactCodegen
2130
+ - ReactCodegen (0.80.1):
2131
+ - boost
2132
+ - DoubleConversion
2133
+ - fast_float
2134
+ - fmt
2135
+ - glog
2136
+ - hermes-engine
2137
+ - RCT-Folly
2138
+ - RCT-Folly/Fabric
2139
+ - RCTRequired
2140
+ - RCTTypeSafety
2141
+ - React-Core
2142
+ - React-debug
2143
+ - React-Fabric
2144
+ - React-FabricImage
2145
+ - React-featureflags
2146
+ - React-graphics
2147
+ - React-hermes
2148
+ - React-jsi
2149
+ - React-jsiexecutor
2150
+ - React-NativeModulesApple
2151
+ - React-RCTAppDelegate
2152
+ - React-rendererdebug
1121
2153
  - React-utils
1122
- - React-utils (0.74.1):
2154
+ - ReactCommon/turbomodule/bridging
2155
+ - ReactCommon/turbomodule/core
2156
+ - SocketRocket
2157
+ - ReactCommon (0.80.1):
2158
+ - boost
2159
+ - DoubleConversion
2160
+ - fast_float
2161
+ - fmt
2162
+ - glog
2163
+ - RCT-Folly
2164
+ - RCT-Folly/Fabric
2165
+ - ReactCommon/turbomodule (= 0.80.1)
2166
+ - SocketRocket
2167
+ - ReactCommon/turbomodule (0.80.1):
2168
+ - boost
2169
+ - DoubleConversion
2170
+ - fast_float
2171
+ - fmt
2172
+ - glog
2173
+ - hermes-engine
2174
+ - RCT-Folly
2175
+ - RCT-Folly/Fabric
2176
+ - React-callinvoker (= 0.80.1)
2177
+ - React-cxxreact (= 0.80.1)
2178
+ - React-jsi (= 0.80.1)
2179
+ - React-logger (= 0.80.1)
2180
+ - React-perflogger (= 0.80.1)
2181
+ - ReactCommon/turbomodule/bridging (= 0.80.1)
2182
+ - ReactCommon/turbomodule/core (= 0.80.1)
2183
+ - SocketRocket
2184
+ - ReactCommon/turbomodule/bridging (0.80.1):
2185
+ - boost
2186
+ - DoubleConversion
2187
+ - fast_float
2188
+ - fmt
2189
+ - glog
2190
+ - hermes-engine
2191
+ - RCT-Folly
2192
+ - RCT-Folly/Fabric
2193
+ - React-callinvoker (= 0.80.1)
2194
+ - React-cxxreact (= 0.80.1)
2195
+ - React-jsi (= 0.80.1)
2196
+ - React-logger (= 0.80.1)
2197
+ - React-perflogger (= 0.80.1)
2198
+ - SocketRocket
2199
+ - ReactCommon/turbomodule/core (0.80.1):
2200
+ - boost
2201
+ - DoubleConversion
2202
+ - fast_float
2203
+ - fmt
1123
2204
  - glog
1124
2205
  - hermes-engine
1125
- - RCT-Folly (= 2024.01.01.00)
2206
+ - RCT-Folly
2207
+ - RCT-Folly/Fabric
2208
+ - React-callinvoker (= 0.80.1)
2209
+ - React-cxxreact (= 0.80.1)
2210
+ - React-debug (= 0.80.1)
2211
+ - React-featureflags (= 0.80.1)
2212
+ - React-jsi (= 0.80.1)
2213
+ - React-logger (= 0.80.1)
2214
+ - React-perflogger (= 0.80.1)
2215
+ - React-utils (= 0.80.1)
2216
+ - SocketRocket
2217
+ - RNBLUIVectorIcons (3.0.0):
2218
+ - React
2219
+ - RNVectorIcons (10.2.0):
2220
+ - boost
2221
+ - DoubleConversion
2222
+ - fast_float
2223
+ - fmt
2224
+ - glog
2225
+ - hermes-engine
2226
+ - RCT-Folly
2227
+ - RCT-Folly/Fabric
2228
+ - RCTRequired
2229
+ - RCTTypeSafety
2230
+ - React-Core
1126
2231
  - React-debug
1127
- - React-jsi (= 0.74.1)
1128
- - ReactCommon (0.74.1):
1129
- - ReactCommon/turbomodule (= 0.74.1)
1130
- - ReactCommon/turbomodule (0.74.1):
1131
- - DoubleConversion
1132
- - fmt (= 9.1.0)
1133
- - glog
1134
- - hermes-engine
1135
- - RCT-Folly (= 2024.01.01.00)
1136
- - React-callinvoker (= 0.74.1)
1137
- - React-cxxreact (= 0.74.1)
1138
- - React-jsi (= 0.74.1)
1139
- - React-logger (= 0.74.1)
1140
- - React-perflogger (= 0.74.1)
1141
- - ReactCommon/turbomodule/bridging (= 0.74.1)
1142
- - ReactCommon/turbomodule/core (= 0.74.1)
1143
- - ReactCommon/turbomodule/bridging (0.74.1):
1144
- - DoubleConversion
1145
- - fmt (= 9.1.0)
1146
- - glog
1147
- - hermes-engine
1148
- - RCT-Folly (= 2024.01.01.00)
1149
- - React-callinvoker (= 0.74.1)
1150
- - React-cxxreact (= 0.74.1)
1151
- - React-jsi (= 0.74.1)
1152
- - React-logger (= 0.74.1)
1153
- - React-perflogger (= 0.74.1)
1154
- - ReactCommon/turbomodule/core (0.74.1):
1155
- - DoubleConversion
1156
- - fmt (= 9.1.0)
1157
- - glog
1158
- - hermes-engine
1159
- - RCT-Folly (= 2024.01.01.00)
1160
- - React-callinvoker (= 0.74.1)
1161
- - React-cxxreact (= 0.74.1)
1162
- - React-debug (= 0.74.1)
1163
- - React-jsi (= 0.74.1)
1164
- - React-logger (= 0.74.1)
1165
- - React-perflogger (= 0.74.1)
1166
- - React-utils (= 0.74.1)
1167
- - SocketRocket (0.7.0)
2232
+ - React-Fabric
2233
+ - React-featureflags
2234
+ - React-graphics
2235
+ - React-hermes
2236
+ - React-ImageManager
2237
+ - React-jsi
2238
+ - React-NativeModulesApple
2239
+ - React-RCTFabric
2240
+ - React-renderercss
2241
+ - React-rendererdebug
2242
+ - React-utils
2243
+ - ReactCodegen
2244
+ - ReactCommon/turbomodule/bridging
2245
+ - ReactCommon/turbomodule/core
2246
+ - SocketRocket
2247
+ - Yoga
2248
+ - SocketRocket (0.7.1)
1168
2249
  - Yoga (0.0.0)
1169
2250
 
1170
2251
  DEPENDENCIES:
1171
2252
  - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
1172
2253
  - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
2254
+ - fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
1173
2255
  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
1174
2256
  - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
1175
2257
  - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1176
2258
  - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1177
2259
  - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
1178
- - RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
1179
2260
  - RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
1180
2261
  - RCTRequired (from `../node_modules/react-native/Libraries/Required`)
1181
2262
  - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
1182
2263
  - React (from `../node_modules/react-native/`)
1183
2264
  - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
1184
- - React-Codegen (from `build/generated/ios`)
1185
2265
  - React-Core (from `../node_modules/react-native/`)
1186
2266
  - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
1187
2267
  - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
1188
2268
  - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
1189
2269
  - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
2270
+ - React-defaultsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/defaults`)
2271
+ - React-domnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/dom`)
1190
2272
  - React-Fabric (from `../node_modules/react-native/ReactCommon`)
2273
+ - React-FabricComponents (from `../node_modules/react-native/ReactCommon`)
1191
2274
  - React-FabricImage (from `../node_modules/react-native/ReactCommon`)
1192
2275
  - React-featureflags (from `../node_modules/react-native/ReactCommon/react/featureflags`)
2276
+ - React-featureflagsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`)
1193
2277
  - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`)
1194
2278
  - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
2279
+ - React-idlecallbacksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`)
1195
2280
  - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
1196
2281
  - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
1197
2282
  - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
1198
2283
  - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
1199
2284
  - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
2285
+ - React-jsinspectorcdp (from `../node_modules/react-native/ReactCommon/jsinspector-modern/cdp`)
2286
+ - React-jsinspectornetwork (from `../node_modules/react-native/ReactCommon/jsinspector-modern/network`)
2287
+ - React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`)
2288
+ - React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`)
1200
2289
  - React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
1201
2290
  - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
1202
2291
  - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
1203
- - React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
2292
+ - React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
2293
+ - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
2294
+ - "react-native-vector-icons-material-design-icons (from `../node_modules/@react-native-vector-icons/material-design-icons`)"
2295
+ - "react-native-vector-icons-material-icons (from `../node_modules/@react-native-vector-icons/material-icons`)"
1204
2296
  - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
2297
+ - React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`)
1205
2298
  - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
2299
+ - React-performancetimeline (from `../node_modules/react-native/ReactCommon/react/performance/timeline`)
1206
2300
  - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
1207
2301
  - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
1208
2302
  - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
1209
2303
  - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
1210
2304
  - React-RCTFabric (from `../node_modules/react-native/React`)
2305
+ - React-RCTFBReactNativeSpec (from `../node_modules/react-native/React`)
1211
2306
  - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
1212
2307
  - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
1213
2308
  - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
2309
+ - React-RCTRuntime (from `../node_modules/react-native/React/Runtime`)
1214
2310
  - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
1215
2311
  - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
1216
2312
  - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
2313
+ - React-rendererconsistency (from `../node_modules/react-native/ReactCommon/react/renderer/consistency`)
2314
+ - React-renderercss (from `../node_modules/react-native/ReactCommon/react/renderer/css`)
1217
2315
  - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
1218
2316
  - React-rncore (from `../node_modules/react-native/ReactCommon`)
1219
2317
  - React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`)
@@ -1221,8 +2319,14 @@ DEPENDENCIES:
1221
2319
  - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
1222
2320
  - React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`)
1223
2321
  - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
2322
+ - React-timing (from `../node_modules/react-native/ReactCommon/react/timing`)
1224
2323
  - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
2324
+ - ReactAppDependencyProvider (from `build/generated/ios`)
2325
+ - ReactCodegen (from `build/generated/ios`)
1225
2326
  - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
2327
+ - "RNBLUIVectorIcons (from `../node_modules/@brightlayer-ui/react-native-vector-icons`)"
2328
+ - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
2329
+ - SocketRocket (~> 0.7.1)
1226
2330
  - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
1227
2331
 
1228
2332
  SPEC REPOS:
@@ -1234,6 +2338,8 @@ EXTERNAL SOURCES:
1234
2338
  :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
1235
2339
  DoubleConversion:
1236
2340
  :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
2341
+ fast_float:
2342
+ :podspec: "../node_modules/react-native/third-party-podspecs/fast_float.podspec"
1237
2343
  FBLazyVector:
1238
2344
  :path: "../node_modules/react-native/Libraries/FBLazyVector"
1239
2345
  fmt:
@@ -1242,7 +2348,7 @@ EXTERNAL SOURCES:
1242
2348
  :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
1243
2349
  hermes-engine:
1244
2350
  :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
1245
- :tag: hermes-2024-04-25-RNv0.74.1-b54a3a01c531f4f5f1904cb0770033e8b7153dff
2351
+ :tag: hermes-2025-05-06-RNv0.80.0-4eb6132a5bf0450bf4c6c91987675381d7ac8bca
1246
2352
  RCT-Folly:
1247
2353
  :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
1248
2354
  RCTDeprecation:
@@ -1255,8 +2361,6 @@ EXTERNAL SOURCES:
1255
2361
  :path: "../node_modules/react-native/"
1256
2362
  React-callinvoker:
1257
2363
  :path: "../node_modules/react-native/ReactCommon/callinvoker"
1258
- React-Codegen:
1259
- :path: build/generated/ios
1260
2364
  React-Core:
1261
2365
  :path: "../node_modules/react-native/"
1262
2366
  React-CoreModules:
@@ -1265,16 +2369,26 @@ EXTERNAL SOURCES:
1265
2369
  :path: "../node_modules/react-native/ReactCommon/cxxreact"
1266
2370
  React-debug:
1267
2371
  :path: "../node_modules/react-native/ReactCommon/react/debug"
2372
+ React-defaultsnativemodule:
2373
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/defaults"
2374
+ React-domnativemodule:
2375
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/dom"
1268
2376
  React-Fabric:
1269
2377
  :path: "../node_modules/react-native/ReactCommon"
2378
+ React-FabricComponents:
2379
+ :path: "../node_modules/react-native/ReactCommon"
1270
2380
  React-FabricImage:
1271
2381
  :path: "../node_modules/react-native/ReactCommon"
1272
2382
  React-featureflags:
1273
2383
  :path: "../node_modules/react-native/ReactCommon/react/featureflags"
2384
+ React-featureflagsnativemodule:
2385
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/featureflags"
1274
2386
  React-graphics:
1275
2387
  :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics"
1276
2388
  React-hermes:
1277
2389
  :path: "../node_modules/react-native/ReactCommon/hermes"
2390
+ React-idlecallbacksnativemodule:
2391
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks"
1278
2392
  React-ImageManager:
1279
2393
  :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
1280
2394
  React-jserrorhandler:
@@ -1285,18 +2399,36 @@ EXTERNAL SOURCES:
1285
2399
  :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
1286
2400
  React-jsinspector:
1287
2401
  :path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
2402
+ React-jsinspectorcdp:
2403
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/cdp"
2404
+ React-jsinspectornetwork:
2405
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/network"
2406
+ React-jsinspectortracing:
2407
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing"
2408
+ React-jsitooling:
2409
+ :path: "../node_modules/react-native/ReactCommon/jsitooling"
1288
2410
  React-jsitracing:
1289
2411
  :path: "../node_modules/react-native/ReactCommon/hermes/executor/"
1290
2412
  React-logger:
1291
2413
  :path: "../node_modules/react-native/ReactCommon/logger"
1292
2414
  React-Mapbuffer:
1293
2415
  :path: "../node_modules/react-native/ReactCommon"
1294
- React-nativeconfig:
1295
- :path: "../node_modules/react-native/ReactCommon"
2416
+ React-microtasksnativemodule:
2417
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
2418
+ react-native-safe-area-context:
2419
+ :path: "../node_modules/react-native-safe-area-context"
2420
+ react-native-vector-icons-material-design-icons:
2421
+ :path: "../node_modules/@react-native-vector-icons/material-design-icons"
2422
+ react-native-vector-icons-material-icons:
2423
+ :path: "../node_modules/@react-native-vector-icons/material-icons"
1296
2424
  React-NativeModulesApple:
1297
2425
  :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
2426
+ React-oscompat:
2427
+ :path: "../node_modules/react-native/ReactCommon/oscompat"
1298
2428
  React-perflogger:
1299
2429
  :path: "../node_modules/react-native/ReactCommon/reactperflogger"
2430
+ React-performancetimeline:
2431
+ :path: "../node_modules/react-native/ReactCommon/react/performance/timeline"
1300
2432
  React-RCTActionSheet:
1301
2433
  :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
1302
2434
  React-RCTAnimation:
@@ -1307,18 +2439,26 @@ EXTERNAL SOURCES:
1307
2439
  :path: "../node_modules/react-native/Libraries/Blob"
1308
2440
  React-RCTFabric:
1309
2441
  :path: "../node_modules/react-native/React"
2442
+ React-RCTFBReactNativeSpec:
2443
+ :path: "../node_modules/react-native/React"
1310
2444
  React-RCTImage:
1311
2445
  :path: "../node_modules/react-native/Libraries/Image"
1312
2446
  React-RCTLinking:
1313
2447
  :path: "../node_modules/react-native/Libraries/LinkingIOS"
1314
2448
  React-RCTNetwork:
1315
2449
  :path: "../node_modules/react-native/Libraries/Network"
2450
+ React-RCTRuntime:
2451
+ :path: "../node_modules/react-native/React/Runtime"
1316
2452
  React-RCTSettings:
1317
2453
  :path: "../node_modules/react-native/Libraries/Settings"
1318
2454
  React-RCTText:
1319
2455
  :path: "../node_modules/react-native/Libraries/Text"
1320
2456
  React-RCTVibration:
1321
2457
  :path: "../node_modules/react-native/Libraries/Vibration"
2458
+ React-rendererconsistency:
2459
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/consistency"
2460
+ React-renderercss:
2461
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/css"
1322
2462
  React-rendererdebug:
1323
2463
  :path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
1324
2464
  React-rncore:
@@ -1333,70 +2473,103 @@ EXTERNAL SOURCES:
1333
2473
  :path: "../node_modules/react-native/ReactCommon/react/runtime"
1334
2474
  React-runtimescheduler:
1335
2475
  :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
2476
+ React-timing:
2477
+ :path: "../node_modules/react-native/ReactCommon/react/timing"
1336
2478
  React-utils:
1337
2479
  :path: "../node_modules/react-native/ReactCommon/react/utils"
2480
+ ReactAppDependencyProvider:
2481
+ :path: build/generated/ios
2482
+ ReactCodegen:
2483
+ :path: build/generated/ios
1338
2484
  ReactCommon:
1339
2485
  :path: "../node_modules/react-native/ReactCommon"
2486
+ RNBLUIVectorIcons:
2487
+ :path: "../node_modules/@brightlayer-ui/react-native-vector-icons"
2488
+ RNVectorIcons:
2489
+ :path: "../node_modules/react-native-vector-icons"
1340
2490
  Yoga:
1341
2491
  :path: "../node_modules/react-native/ReactCommon/yoga"
1342
2492
 
1343
2493
  SPEC CHECKSUMS:
1344
- boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1345
- DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5
1346
- FBLazyVector: 898d14d17bf19e2435cafd9ea2a1033efe445709
1347
- fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
1348
- glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1349
- hermes-engine: 16b8530de1b383cdada1476cf52d1b52f0692cbc
1350
- RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47
1351
- RCTDeprecation: efb313d8126259e9294dc4ee0002f44a6f676aba
1352
- RCTRequired: f49ea29cece52aee20db633ae7edc4b271435562
1353
- RCTTypeSafety: a11979ff0570d230d74de9f604f7d19692157bc4
1354
- React: 88794fad7f460349dbc9df8a274d95f37a009f5d
1355
- React-callinvoker: 7a7023e34a55c89ea2aa62486bb3c1164ab0be0c
1356
- React-Codegen: af31a9323ce23988c255c9afd0ae9415ff894939
1357
- React-Core: 60075333bc22b5a793d3f62e207368b79bff2e64
1358
- React-CoreModules: 147c314d6b3b1e069c9ad64cbbbeba604854ff86
1359
- React-cxxreact: 5de27fd8bff4764acb2eac3ee66001e0e2b910e7
1360
- React-debug: 6397f0baf751b40511d01e984b01467d7e6d8127
1361
- React-Fabric: 6fa475e16e0a37b38d462cec32b70fd5cf886305
1362
- React-FabricImage: 7e09b3704e3fa084b4d44b5b5ef6e2e3d3334ec0
1363
- React-featureflags: 2eb79dd9df4095bff519379f2a4c915069e330bb
1364
- React-graphics: 82a482a3aa5d9659b74cdf2c8b57faf67eaa10fb
1365
- React-hermes: d93936b02de2fd7e67c11e92c16d4278a14d0134
1366
- React-ImageManager: ebb3c4812e2c5acba5a89728c2d77729471329ad
1367
- React-jserrorhandler: a08e0adcf1612900dde82b8bf8e93e7d2ad953b3
1368
- React-jsi: f46d09ee5079a4f3b637d30d0e59b8ea6470632c
1369
- React-jsiexecutor: e73579560957aa3ca9dc02ab90e163454279d48c
1370
- React-jsinspector: e8ba20dde269c7c1d45784b858fa1cf4383f0bbb
1371
- React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc
1372
- React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
1373
- React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
1374
- React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
1375
- React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
1376
- React-perflogger: 3d31e0d1e8ad891e43a09ac70b7b17a79773003a
1377
- React-RCTActionSheet: c4a3a134f3434c9d7b0c1054f1a8cfed30c7a093
1378
- React-RCTAnimation: 0e5d15320eeece667fcceb6c785acf9a184e9da1
1379
- React-RCTAppDelegate: c4f6c0700b8950a8b18c2e004996eec1807d430a
1380
- React-RCTBlob: c46aaaee693d371a1c7cae2a8c8ee2aa7fbc1adb
1381
- React-RCTFabric: 0dbf28ce96c7f2843483e32a725a5b5793584ff3
1382
- React-RCTImage: a04dba5fcc823244f5822192c130ecf09623a57f
1383
- React-RCTLinking: 533bf13c745fcb2a0c14e0e49fd149586a7f0d14
1384
- React-RCTNetwork: a29e371e0d363d7b4c10ab907bc4d6ae610541e9
1385
- React-RCTSettings: 127813224780861d0d30ecda17a40d1dfebe7d73
1386
- React-RCTText: 8a823f245ecf82edb7569646e3c4d8041deb800a
1387
- React-RCTVibration: 46b5fae74e63f240f22f39de16ad6433da3b65d9
1388
- React-rendererdebug: 4653f8da6ab1d7b01af796bdf8ca47a927539e39
1389
- React-rncore: 4f1e645acb5107bd4b4cf29eff17b04a7cd422f3
1390
- React-RuntimeApple: 013b606e743efb5ee14ef03c32379b78bfe74354
1391
- React-RuntimeCore: 7205be45a25713b5418bbf2db91ddfcca0761d8b
1392
- React-runtimeexecutor: a278d4249921853d4a3f24e4d6e0ff30688f3c16
1393
- React-RuntimeHermes: 44c628568ce8feedc3acfbd48fc07b7f0f6d2731
1394
- React-runtimescheduler: e2152ed146b6a35c07386fc2ac4827b27e6aad12
1395
- React-utils: 3285151c9d1e3a28a9586571fc81d521678c196d
1396
- ReactCommon: f42444e384d82ab89184aed5d6f3142748b54768
1397
- SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
1398
- Yoga: b9a182ab00cf25926e7f79657d08c5d23c2d03b0
2494
+ boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
2495
+ DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
2496
+ fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
2497
+ FBLazyVector: 09f03e4b6f42f955734b64a118f86509cc719427
2498
+ fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
2499
+ glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
2500
+ hermes-engine: 4f07404533b808de66cf48ac4200463068d0e95a
2501
+ RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
2502
+ RCTDeprecation: efa5010912100e944a7ac9a93a157e1def1988fe
2503
+ RCTRequired: bbc4cf999ddc4a4b076e076c74dd1d39d0254630
2504
+ RCTTypeSafety: d877728097547d0a37786cc9130c43ad71739ac3
2505
+ React: 4b0b9cb962e694611e5e8a697c1b0300a2510c21
2506
+ React-callinvoker: 70f125c17c7132811a6b473946ac5e7ae93b5e57
2507
+ React-Core: bab40f5b1f46fe0c5896895a6f333e861a821a81
2508
+ React-CoreModules: 05647d952e521113c128360633896ba7ba652e82
2509
+ React-cxxreact: 2b4bac1ec6eecc6288ac8a6caea6afb42585740e
2510
+ React-debug: deb3a146ef717fa3e8f4c23e0288369fe53199b7
2511
+ React-defaultsnativemodule: 11e2948787a15d3cf1b66d7f29f13770a177bff7
2512
+ React-domnativemodule: 2f4b279acdb2963736fb5de2f585811dd90070b5
2513
+ React-Fabric: 6f8d1a303c96f1d078c14d74c4005bf457e5b782
2514
+ React-FabricComponents: b106410970e9a0c4e592da656c7a7e0947306c23
2515
+ React-FabricImage: 1abaf230dfce9b58fdf53c4128f3f40c6e64af6a
2516
+ React-featureflags: f7ef58d91079efde3ad223bcca6d197e845d5bcf
2517
+ React-featureflagsnativemodule: ae5abc9849d1696f4f8f11ee3744bf5715e032cf
2518
+ React-graphics: b306856c6ed9aac32f717a229550406a53b28a6d
2519
+ React-hermes: b6edce8fa19388654b1aea30844497cbeade83bc
2520
+ React-idlecallbacksnativemodule: cb386712842cb9e479c89311edb234d529b64db4
2521
+ React-ImageManager: 8ce94417853eaa22faaad1f4cc1952dd3f8e2275
2522
+ React-jserrorhandler: ab827d67dc270a9c8703eef524230baeafaf6876
2523
+ React-jsi: 545342ec5c78ab1277af5f0dbe8d489e7e73db14
2524
+ React-jsiexecutor: 20210891c7c77255c16dec6762faf68b373f9f74
2525
+ React-jsinspector: 4e73460e488132d70d2b4894e5578cc856f2cb74
2526
+ React-jsinspectorcdp: 8b2bcb5779289cb2b9ca517f2965ed23eb2fd3e0
2527
+ React-jsinspectornetwork: b5e0cb9e488d294eed2d8209dc3dc0f9587210c1
2528
+ React-jsinspectortracing: f3c4036e7b984405ac910f878576d325dd9f2834
2529
+ React-jsitooling: 75bbfd221b6173a5e848ca5a6680506bac064a56
2530
+ React-jsitracing: 11ed7d821864dd988c159d4943e0a1e0937c11b1
2531
+ React-logger: 984ebd897afad067555d081deaf03f57c4315723
2532
+ React-Mapbuffer: 0c045c844ce6d85cde53e85ab163294c6adad349
2533
+ React-microtasksnativemodule: d9499269ad1f484ae71319bac1d9231447f2094e
2534
+ react-native-safe-area-context: 3bae4f8474c13ab141c40ed6c5c33f6177778d71
2535
+ react-native-vector-icons-material-design-icons: e406b4fc1787999a5d150c897837150543e90b9c
2536
+ react-native-vector-icons-material-icons: 02aacdc7a2aa4d22dd841eaddad080a5f967b888
2537
+ React-NativeModulesApple: 983f3483ef0a3446b56d490f09d579fba2442e17
2538
+ React-oscompat: 114036cd8f064558c9c1a0c04fc9ae5e1453706a
2539
+ React-perflogger: e7287fee27c16e3c8bd4d470f2361572b63be16b
2540
+ React-performancetimeline: 8ebbaa31d2d0cea680b0a2a567500d3cab8954fc
2541
+ React-RCTActionSheet: 68c68b0a7a5d2b0cfc255c64889b6e485974e988
2542
+ React-RCTAnimation: d6c5c728b888a967ce9aff1ff71a8ed71a68d069
2543
+ React-RCTAppDelegate: 0fc048666bda159cd469a6fb9befb04b3fa62be4
2544
+ React-RCTBlob: 12d8c699a1f906840113ee8d8bb575e69a05509f
2545
+ React-RCTFabric: 01e815845ebc185f44205dcbf50eeb712fec23fe
2546
+ React-RCTFBReactNativeSpec: f57927fb0af6ce2f25c19f8b894e2986138aa89f
2547
+ React-RCTImage: a82518168f4ee407913b23ca749ca79ef51959f3
2548
+ React-RCTLinking: 7f343b584c36f024f390fea563483568fe763ef6
2549
+ React-RCTNetwork: 3165eb757ceb62a7cde4cdad043d63314122e8a3
2550
+ React-RCTRuntime: feee590c459c4cb6aaa7a00f3abc8c04709b536f
2551
+ React-RCTSettings: 6bad0ae45d8d872c873059f332f586f99875621f
2552
+ React-RCTText: 657d60f35983062de8f0cea67c279aa7a3ea9858
2553
+ React-RCTVibration: 78f4770515141efb7f55f9b27c49dda95319c3a8
2554
+ React-rendererconsistency: f7baab26c6d0cd5b2eb7afcecfd2d8b957017b18
2555
+ React-renderercss: bdd2f83a4a054c3e4321fd61305c202b848e471b
2556
+ React-rendererdebug: 9f8865ee038127a9d99d4b034c9da4935d204993
2557
+ React-rncore: f7438473c4c71ee1963fb06a8635bb96013c9e1c
2558
+ React-RuntimeApple: 4d2ab9f72b9193da86eceded128a67254fc18aeb
2559
+ React-RuntimeCore: 5fd73030438d094975ca0f549d162dd97746ae38
2560
+ React-runtimeexecutor: 17c70842d5e611130cb66f91e247bc4a609c3508
2561
+ React-RuntimeHermes: 3c88e6e1ea7ea0899dcffc77c10d61ea46688cfd
2562
+ React-runtimescheduler: 024500621c7c93d65371498abb4ee26d34f5d47d
2563
+ React-timing: c3c923df2b86194e1682e01167717481232f1dc7
2564
+ React-utils: 9154a037543147e1c24098f1a48fc8472602c092
2565
+ ReactAppDependencyProvider: afd905e84ee36e1678016ae04d7370c75ed539be
2566
+ ReactCodegen: f8d5fb047c4cd9d2caade972cad9edac22521362
2567
+ ReactCommon: 17fd88849a174bf9ce45461912291aca711410fc
2568
+ RNBLUIVectorIcons: 60165888903e319a1ef8acf2e1e3ef2a9fc1192c
2569
+ RNVectorIcons: ef9b4b0b786053ebdd63ee2972f48de9633ba166
2570
+ SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2571
+ Yoga: daa1e4de4b971b977b23bc842aaa3e135324f1f3
1399
2572
 
1400
- PODFILE CHECKSUM: 980b1578341d1d3a3ebea3183c35bb27b4eb9c16
2573
+ PODFILE CHECKSUM: 8e0c0853756da28f53fe92184dff5231a2d5314c
1401
2574
 
1402
- COCOAPODS: 1.14.3
2575
+ COCOAPODS: 1.16.2