@computools/react-native-template-controller 1.0.32 → 1.0.33

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 (63) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
  3. package/template/Gemfile +2 -1
  4. package/template/Gemfile.lock +119 -0
  5. package/template/android/app/src/development/AndroidManifest.xml +3 -2
  6. package/template/android/app/src/development/res/drawable-hdpi/bootsplash_logo.png +0 -0
  7. package/template/android/app/src/development/res/drawable-mdpi/bootsplash_logo.png +0 -0
  8. package/template/android/app/src/development/res/drawable-xhdpi/bootsplash_logo.png +0 -0
  9. package/template/android/app/src/development/res/drawable-xxhdpi/bootsplash_logo.png +0 -0
  10. package/template/android/app/src/development/res/drawable-xxxhdpi/bootsplash_logo.png +0 -0
  11. package/template/android/app/src/development/res/values/styles.xml +4 -4
  12. package/template/android/app/src/main/AndroidManifest.xml +22 -22
  13. package/template/android/app/src/main/java/com/reactnativetemplate/MainActivity.kt +4 -2
  14. package/template/android/app/src/main/res/drawable-hdpi/bootsplash_logo.png +0 -0
  15. package/template/android/app/src/main/res/drawable-mdpi/bootsplash_logo.png +0 -0
  16. package/template/android/app/src/main/res/drawable-xhdpi/bootsplash_logo.png +0 -0
  17. package/template/android/app/src/main/res/drawable-xxhdpi/bootsplash_logo.png +0 -0
  18. package/template/android/app/src/main/res/drawable-xxxhdpi/bootsplash_logo.png +0 -0
  19. package/template/android/app/src/main/res/values/colors.xml +1 -1
  20. package/template/android/app/src/main/res/values/styles.xml +4 -6
  21. package/template/android/app/src/staging/AndroidManifest.xml +3 -2
  22. package/template/android/app/src/staging/res/drawable-hdpi/bootsplash_logo.png +0 -0
  23. package/template/android/app/src/staging/res/drawable-mdpi/bootsplash_logo.png +0 -0
  24. package/template/android/app/src/staging/res/drawable-xhdpi/bootsplash_logo.png +0 -0
  25. package/template/android/app/src/staging/res/drawable-xxhdpi/bootsplash_logo.png +0 -0
  26. package/template/android/app/src/staging/res/drawable-xxxhdpi/bootsplash_logo.png +0 -0
  27. package/template/android/app/src/staging/res/values/styles.xml +4 -4
  28. package/template/android/build.gradle +2 -2
  29. package/template/ios/Podfile +0 -5
  30. package/template/ios/Podfile.lock +2009 -0
  31. package/template/ios/PrivacyInfo.xcprivacy +31 -31
  32. package/template/ios/ReactNativeTemplate/AppDeletage.swift +35 -0
  33. package/template/ios/ReactNativeTemplate-Bridging-Header.h +1 -0
  34. package/template/ios/ReactNativeTemplate.xcodeproj/project.pbxproj +38 -90
  35. package/template/ios/ReactNativeTemplate.xcworkspace/contents.xcworkspacedata +10 -0
  36. package/template/ios/ReactNativeTemplate.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +8 -0
  37. package/template/ios/ReactNativeTemplateDev-Bridging-Header.h +1 -0
  38. package/template/ios/ReactNativeTemplateStg-Bridging-Header.h +1 -0
  39. package/template/metro.config.js +1 -1
  40. package/template/package.json +20 -21
  41. package/template/src/assets/images/logo.svg +3 -0
  42. package/template/yarn.lock +7890 -0
  43. package/template/android/app/src/development/res/drawable/launch_screen.xml +0 -11
  44. package/template/android/app/src/development/res/mipmap-hdpi/logo.png +0 -0
  45. package/template/android/app/src/development/res/mipmap-mdpi/logo.png +0 -0
  46. package/template/android/app/src/development/res/mipmap-xhdpi/logo.png +0 -0
  47. package/template/android/app/src/development/res/mipmap-xxhdpi/logo.png +0 -0
  48. package/template/android/app/src/development/res/mipmap-xxxhdpi/logo.png +0 -0
  49. package/template/android/app/src/main/res/drawable/launch_screen.xml +0 -11
  50. package/template/android/app/src/main/res/mipmap-hdpi/logo.png +0 -0
  51. package/template/android/app/src/main/res/mipmap-mdpi/logo.png +0 -0
  52. package/template/android/app/src/main/res/mipmap-xhdpi/logo.png +0 -0
  53. package/template/android/app/src/main/res/mipmap-xxhdpi/logo.png +0 -0
  54. package/template/android/app/src/main/res/mipmap-xxxhdpi/logo.png +0 -0
  55. package/template/android/app/src/staging/res/drawable/launch_screen.xml +0 -11
  56. package/template/android/app/src/staging/res/mipmap-hdpi/logo.png +0 -0
  57. package/template/android/app/src/staging/res/mipmap-mdpi/logo.png +0 -0
  58. package/template/android/app/src/staging/res/mipmap-xhdpi/logo.png +0 -0
  59. package/template/android/app/src/staging/res/mipmap-xxhdpi/logo.png +0 -0
  60. package/template/android/app/src/staging/res/mipmap-xxxhdpi/logo.png +0 -0
  61. package/template/ios/ReactNativeTemplate/AppDelegate.h +0 -6
  62. package/template/ios/ReactNativeTemplate/AppDelegate.mm +0 -34
  63. package/template/ios/ReactNativeTemplate/main.m +0 -10
@@ -0,0 +1,2009 @@
1
+ PODS:
2
+ - boost (1.84.0)
3
+ - DoubleConversion (1.1.6)
4
+ - fast_float (6.1.4)
5
+ - FBLazyVector (0.77.0)
6
+ - fmt (11.0.2)
7
+ - glog (0.3.5)
8
+ - hermes-engine (0.77.0):
9
+ - hermes-engine/Pre-built (= 0.77.0)
10
+ - hermes-engine/Pre-built (0.77.0)
11
+ - RCT-Folly (2024.11.18.00):
12
+ - boost
13
+ - DoubleConversion
14
+ - fast_float (= 6.1.4)
15
+ - fmt (= 11.0.2)
16
+ - glog
17
+ - RCT-Folly/Default (= 2024.11.18.00)
18
+ - RCT-Folly/Default (2024.11.18.00):
19
+ - boost
20
+ - DoubleConversion
21
+ - fast_float (= 6.1.4)
22
+ - fmt (= 11.0.2)
23
+ - glog
24
+ - RCT-Folly/Fabric (2024.11.18.00):
25
+ - boost
26
+ - DoubleConversion
27
+ - fast_float (= 6.1.4)
28
+ - fmt (= 11.0.2)
29
+ - glog
30
+ - RCTDeprecation (0.77.0)
31
+ - RCTRequired (0.77.0)
32
+ - RCTTypeSafety (0.77.0):
33
+ - FBLazyVector (= 0.77.0)
34
+ - RCTRequired (= 0.77.0)
35
+ - React-Core (= 0.77.0)
36
+ - React (0.77.0):
37
+ - React-Core (= 0.77.0)
38
+ - React-Core/DevSupport (= 0.77.0)
39
+ - React-Core/RCTWebSocket (= 0.77.0)
40
+ - React-RCTActionSheet (= 0.77.0)
41
+ - React-RCTAnimation (= 0.77.0)
42
+ - React-RCTBlob (= 0.77.0)
43
+ - React-RCTImage (= 0.77.0)
44
+ - React-RCTLinking (= 0.77.0)
45
+ - React-RCTNetwork (= 0.77.0)
46
+ - React-RCTSettings (= 0.77.0)
47
+ - React-RCTText (= 0.77.0)
48
+ - React-RCTVibration (= 0.77.0)
49
+ - React-callinvoker (0.77.0)
50
+ - React-Core (0.77.0):
51
+ - glog
52
+ - hermes-engine
53
+ - RCT-Folly (= 2024.11.18.00)
54
+ - RCTDeprecation
55
+ - React-Core/Default (= 0.77.0)
56
+ - React-cxxreact
57
+ - React-featureflags
58
+ - React-hermes
59
+ - React-jsi
60
+ - React-jsiexecutor
61
+ - React-jsinspector
62
+ - React-perflogger
63
+ - React-runtimescheduler
64
+ - React-utils
65
+ - SocketRocket (= 0.7.1)
66
+ - Yoga
67
+ - React-Core/CoreModulesHeaders (0.77.0):
68
+ - glog
69
+ - hermes-engine
70
+ - RCT-Folly (= 2024.11.18.00)
71
+ - RCTDeprecation
72
+ - React-Core/Default
73
+ - React-cxxreact
74
+ - React-featureflags
75
+ - React-hermes
76
+ - React-jsi
77
+ - React-jsiexecutor
78
+ - React-jsinspector
79
+ - React-perflogger
80
+ - React-runtimescheduler
81
+ - React-utils
82
+ - SocketRocket (= 0.7.1)
83
+ - Yoga
84
+ - React-Core/Default (0.77.0):
85
+ - glog
86
+ - hermes-engine
87
+ - RCT-Folly (= 2024.11.18.00)
88
+ - RCTDeprecation
89
+ - React-cxxreact
90
+ - React-featureflags
91
+ - React-hermes
92
+ - React-jsi
93
+ - React-jsiexecutor
94
+ - React-jsinspector
95
+ - React-perflogger
96
+ - React-runtimescheduler
97
+ - React-utils
98
+ - SocketRocket (= 0.7.1)
99
+ - Yoga
100
+ - React-Core/DevSupport (0.77.0):
101
+ - glog
102
+ - hermes-engine
103
+ - RCT-Folly (= 2024.11.18.00)
104
+ - RCTDeprecation
105
+ - React-Core/Default (= 0.77.0)
106
+ - React-Core/RCTWebSocket (= 0.77.0)
107
+ - React-cxxreact
108
+ - React-featureflags
109
+ - React-hermes
110
+ - React-jsi
111
+ - React-jsiexecutor
112
+ - React-jsinspector
113
+ - React-perflogger
114
+ - React-runtimescheduler
115
+ - React-utils
116
+ - SocketRocket (= 0.7.1)
117
+ - Yoga
118
+ - React-Core/RCTActionSheetHeaders (0.77.0):
119
+ - glog
120
+ - hermes-engine
121
+ - RCT-Folly (= 2024.11.18.00)
122
+ - RCTDeprecation
123
+ - React-Core/Default
124
+ - React-cxxreact
125
+ - React-featureflags
126
+ - React-hermes
127
+ - React-jsi
128
+ - React-jsiexecutor
129
+ - React-jsinspector
130
+ - React-perflogger
131
+ - React-runtimescheduler
132
+ - React-utils
133
+ - SocketRocket (= 0.7.1)
134
+ - Yoga
135
+ - React-Core/RCTAnimationHeaders (0.77.0):
136
+ - glog
137
+ - hermes-engine
138
+ - RCT-Folly (= 2024.11.18.00)
139
+ - RCTDeprecation
140
+ - React-Core/Default
141
+ - React-cxxreact
142
+ - React-featureflags
143
+ - React-hermes
144
+ - React-jsi
145
+ - React-jsiexecutor
146
+ - React-jsinspector
147
+ - React-perflogger
148
+ - React-runtimescheduler
149
+ - React-utils
150
+ - SocketRocket (= 0.7.1)
151
+ - Yoga
152
+ - React-Core/RCTBlobHeaders (0.77.0):
153
+ - glog
154
+ - hermes-engine
155
+ - RCT-Folly (= 2024.11.18.00)
156
+ - RCTDeprecation
157
+ - React-Core/Default
158
+ - React-cxxreact
159
+ - React-featureflags
160
+ - React-hermes
161
+ - React-jsi
162
+ - React-jsiexecutor
163
+ - React-jsinspector
164
+ - React-perflogger
165
+ - React-runtimescheduler
166
+ - React-utils
167
+ - SocketRocket (= 0.7.1)
168
+ - Yoga
169
+ - React-Core/RCTImageHeaders (0.77.0):
170
+ - glog
171
+ - hermes-engine
172
+ - RCT-Folly (= 2024.11.18.00)
173
+ - RCTDeprecation
174
+ - React-Core/Default
175
+ - React-cxxreact
176
+ - React-featureflags
177
+ - React-hermes
178
+ - React-jsi
179
+ - React-jsiexecutor
180
+ - React-jsinspector
181
+ - React-perflogger
182
+ - React-runtimescheduler
183
+ - React-utils
184
+ - SocketRocket (= 0.7.1)
185
+ - Yoga
186
+ - React-Core/RCTLinkingHeaders (0.77.0):
187
+ - glog
188
+ - hermes-engine
189
+ - RCT-Folly (= 2024.11.18.00)
190
+ - RCTDeprecation
191
+ - React-Core/Default
192
+ - React-cxxreact
193
+ - React-featureflags
194
+ - React-hermes
195
+ - React-jsi
196
+ - React-jsiexecutor
197
+ - React-jsinspector
198
+ - React-perflogger
199
+ - React-runtimescheduler
200
+ - React-utils
201
+ - SocketRocket (= 0.7.1)
202
+ - Yoga
203
+ - React-Core/RCTNetworkHeaders (0.77.0):
204
+ - glog
205
+ - hermes-engine
206
+ - RCT-Folly (= 2024.11.18.00)
207
+ - RCTDeprecation
208
+ - React-Core/Default
209
+ - React-cxxreact
210
+ - React-featureflags
211
+ - React-hermes
212
+ - React-jsi
213
+ - React-jsiexecutor
214
+ - React-jsinspector
215
+ - React-perflogger
216
+ - React-runtimescheduler
217
+ - React-utils
218
+ - SocketRocket (= 0.7.1)
219
+ - Yoga
220
+ - React-Core/RCTSettingsHeaders (0.77.0):
221
+ - glog
222
+ - hermes-engine
223
+ - RCT-Folly (= 2024.11.18.00)
224
+ - RCTDeprecation
225
+ - React-Core/Default
226
+ - React-cxxreact
227
+ - React-featureflags
228
+ - React-hermes
229
+ - React-jsi
230
+ - React-jsiexecutor
231
+ - React-jsinspector
232
+ - React-perflogger
233
+ - React-runtimescheduler
234
+ - React-utils
235
+ - SocketRocket (= 0.7.1)
236
+ - Yoga
237
+ - React-Core/RCTTextHeaders (0.77.0):
238
+ - glog
239
+ - hermes-engine
240
+ - RCT-Folly (= 2024.11.18.00)
241
+ - RCTDeprecation
242
+ - React-Core/Default
243
+ - React-cxxreact
244
+ - React-featureflags
245
+ - React-hermes
246
+ - React-jsi
247
+ - React-jsiexecutor
248
+ - React-jsinspector
249
+ - React-perflogger
250
+ - React-runtimescheduler
251
+ - React-utils
252
+ - SocketRocket (= 0.7.1)
253
+ - Yoga
254
+ - React-Core/RCTVibrationHeaders (0.77.0):
255
+ - glog
256
+ - hermes-engine
257
+ - RCT-Folly (= 2024.11.18.00)
258
+ - RCTDeprecation
259
+ - React-Core/Default
260
+ - React-cxxreact
261
+ - React-featureflags
262
+ - React-hermes
263
+ - React-jsi
264
+ - React-jsiexecutor
265
+ - React-jsinspector
266
+ - React-perflogger
267
+ - React-runtimescheduler
268
+ - React-utils
269
+ - SocketRocket (= 0.7.1)
270
+ - Yoga
271
+ - React-Core/RCTWebSocket (0.77.0):
272
+ - glog
273
+ - hermes-engine
274
+ - RCT-Folly (= 2024.11.18.00)
275
+ - RCTDeprecation
276
+ - React-Core/Default (= 0.77.0)
277
+ - React-cxxreact
278
+ - React-featureflags
279
+ - React-hermes
280
+ - React-jsi
281
+ - React-jsiexecutor
282
+ - React-jsinspector
283
+ - React-perflogger
284
+ - React-runtimescheduler
285
+ - React-utils
286
+ - SocketRocket (= 0.7.1)
287
+ - Yoga
288
+ - React-CoreModules (0.77.0):
289
+ - DoubleConversion
290
+ - fast_float (= 6.1.4)
291
+ - fmt (= 11.0.2)
292
+ - RCT-Folly (= 2024.11.18.00)
293
+ - RCTTypeSafety (= 0.77.0)
294
+ - React-Core/CoreModulesHeaders (= 0.77.0)
295
+ - React-jsi (= 0.77.0)
296
+ - React-jsinspector
297
+ - React-NativeModulesApple
298
+ - React-RCTBlob
299
+ - React-RCTFBReactNativeSpec
300
+ - React-RCTImage (= 0.77.0)
301
+ - ReactCommon
302
+ - SocketRocket (= 0.7.1)
303
+ - React-cxxreact (0.77.0):
304
+ - boost
305
+ - DoubleConversion
306
+ - fast_float (= 6.1.4)
307
+ - fmt (= 11.0.2)
308
+ - glog
309
+ - hermes-engine
310
+ - RCT-Folly (= 2024.11.18.00)
311
+ - React-callinvoker (= 0.77.0)
312
+ - React-debug (= 0.77.0)
313
+ - React-jsi (= 0.77.0)
314
+ - React-jsinspector
315
+ - React-logger (= 0.77.0)
316
+ - React-perflogger (= 0.77.0)
317
+ - React-runtimeexecutor (= 0.77.0)
318
+ - React-timing (= 0.77.0)
319
+ - React-debug (0.77.0)
320
+ - React-defaultsnativemodule (0.77.0):
321
+ - hermes-engine
322
+ - RCT-Folly
323
+ - React-domnativemodule
324
+ - React-featureflagsnativemodule
325
+ - React-idlecallbacksnativemodule
326
+ - React-jsi
327
+ - React-jsiexecutor
328
+ - React-microtasksnativemodule
329
+ - React-RCTFBReactNativeSpec
330
+ - React-domnativemodule (0.77.0):
331
+ - hermes-engine
332
+ - RCT-Folly
333
+ - React-Fabric
334
+ - React-FabricComponents
335
+ - React-graphics
336
+ - React-jsi
337
+ - React-jsiexecutor
338
+ - React-RCTFBReactNativeSpec
339
+ - ReactCommon/turbomodule/core
340
+ - Yoga
341
+ - React-Fabric (0.77.0):
342
+ - DoubleConversion
343
+ - fast_float (= 6.1.4)
344
+ - fmt (= 11.0.2)
345
+ - glog
346
+ - hermes-engine
347
+ - RCT-Folly/Fabric (= 2024.11.18.00)
348
+ - RCTRequired
349
+ - RCTTypeSafety
350
+ - React-Core
351
+ - React-cxxreact
352
+ - React-debug
353
+ - React-Fabric/animations (= 0.77.0)
354
+ - React-Fabric/attributedstring (= 0.77.0)
355
+ - React-Fabric/componentregistry (= 0.77.0)
356
+ - React-Fabric/componentregistrynative (= 0.77.0)
357
+ - React-Fabric/components (= 0.77.0)
358
+ - React-Fabric/core (= 0.77.0)
359
+ - React-Fabric/dom (= 0.77.0)
360
+ - React-Fabric/imagemanager (= 0.77.0)
361
+ - React-Fabric/leakchecker (= 0.77.0)
362
+ - React-Fabric/mounting (= 0.77.0)
363
+ - React-Fabric/observers (= 0.77.0)
364
+ - React-Fabric/scheduler (= 0.77.0)
365
+ - React-Fabric/telemetry (= 0.77.0)
366
+ - React-Fabric/templateprocessor (= 0.77.0)
367
+ - React-Fabric/uimanager (= 0.77.0)
368
+ - React-featureflags
369
+ - React-graphics
370
+ - React-jsi
371
+ - React-jsiexecutor
372
+ - React-logger
373
+ - React-rendererdebug
374
+ - React-runtimescheduler
375
+ - React-utils
376
+ - ReactCommon/turbomodule/core
377
+ - React-Fabric/animations (0.77.0):
378
+ - DoubleConversion
379
+ - fast_float (= 6.1.4)
380
+ - fmt (= 11.0.2)
381
+ - glog
382
+ - hermes-engine
383
+ - RCT-Folly/Fabric (= 2024.11.18.00)
384
+ - RCTRequired
385
+ - RCTTypeSafety
386
+ - React-Core
387
+ - React-cxxreact
388
+ - React-debug
389
+ - React-featureflags
390
+ - React-graphics
391
+ - React-jsi
392
+ - React-jsiexecutor
393
+ - React-logger
394
+ - React-rendererdebug
395
+ - React-runtimescheduler
396
+ - React-utils
397
+ - ReactCommon/turbomodule/core
398
+ - React-Fabric/attributedstring (0.77.0):
399
+ - DoubleConversion
400
+ - fast_float (= 6.1.4)
401
+ - fmt (= 11.0.2)
402
+ - glog
403
+ - hermes-engine
404
+ - RCT-Folly/Fabric (= 2024.11.18.00)
405
+ - RCTRequired
406
+ - RCTTypeSafety
407
+ - React-Core
408
+ - React-cxxreact
409
+ - React-debug
410
+ - React-featureflags
411
+ - React-graphics
412
+ - React-jsi
413
+ - React-jsiexecutor
414
+ - React-logger
415
+ - React-rendererdebug
416
+ - React-runtimescheduler
417
+ - React-utils
418
+ - ReactCommon/turbomodule/core
419
+ - React-Fabric/componentregistry (0.77.0):
420
+ - DoubleConversion
421
+ - fast_float (= 6.1.4)
422
+ - fmt (= 11.0.2)
423
+ - glog
424
+ - hermes-engine
425
+ - RCT-Folly/Fabric (= 2024.11.18.00)
426
+ - RCTRequired
427
+ - RCTTypeSafety
428
+ - React-Core
429
+ - React-cxxreact
430
+ - React-debug
431
+ - React-featureflags
432
+ - React-graphics
433
+ - React-jsi
434
+ - React-jsiexecutor
435
+ - React-logger
436
+ - React-rendererdebug
437
+ - React-runtimescheduler
438
+ - React-utils
439
+ - ReactCommon/turbomodule/core
440
+ - React-Fabric/componentregistrynative (0.77.0):
441
+ - DoubleConversion
442
+ - fast_float (= 6.1.4)
443
+ - fmt (= 11.0.2)
444
+ - glog
445
+ - hermes-engine
446
+ - RCT-Folly/Fabric (= 2024.11.18.00)
447
+ - RCTRequired
448
+ - RCTTypeSafety
449
+ - React-Core
450
+ - React-cxxreact
451
+ - React-debug
452
+ - React-featureflags
453
+ - React-graphics
454
+ - React-jsi
455
+ - React-jsiexecutor
456
+ - React-logger
457
+ - React-rendererdebug
458
+ - React-runtimescheduler
459
+ - React-utils
460
+ - ReactCommon/turbomodule/core
461
+ - React-Fabric/components (0.77.0):
462
+ - DoubleConversion
463
+ - fast_float (= 6.1.4)
464
+ - fmt (= 11.0.2)
465
+ - glog
466
+ - hermes-engine
467
+ - RCT-Folly/Fabric (= 2024.11.18.00)
468
+ - RCTRequired
469
+ - RCTTypeSafety
470
+ - React-Core
471
+ - React-cxxreact
472
+ - React-debug
473
+ - React-Fabric/components/legacyviewmanagerinterop (= 0.77.0)
474
+ - React-Fabric/components/root (= 0.77.0)
475
+ - React-Fabric/components/view (= 0.77.0)
476
+ - React-featureflags
477
+ - React-graphics
478
+ - React-jsi
479
+ - React-jsiexecutor
480
+ - React-logger
481
+ - React-rendererdebug
482
+ - React-runtimescheduler
483
+ - React-utils
484
+ - ReactCommon/turbomodule/core
485
+ - React-Fabric/components/legacyviewmanagerinterop (0.77.0):
486
+ - DoubleConversion
487
+ - fast_float (= 6.1.4)
488
+ - fmt (= 11.0.2)
489
+ - glog
490
+ - hermes-engine
491
+ - RCT-Folly/Fabric (= 2024.11.18.00)
492
+ - RCTRequired
493
+ - RCTTypeSafety
494
+ - React-Core
495
+ - React-cxxreact
496
+ - React-debug
497
+ - React-featureflags
498
+ - React-graphics
499
+ - React-jsi
500
+ - React-jsiexecutor
501
+ - React-logger
502
+ - React-rendererdebug
503
+ - React-runtimescheduler
504
+ - React-utils
505
+ - ReactCommon/turbomodule/core
506
+ - React-Fabric/components/root (0.77.0):
507
+ - DoubleConversion
508
+ - fast_float (= 6.1.4)
509
+ - fmt (= 11.0.2)
510
+ - glog
511
+ - hermes-engine
512
+ - RCT-Folly/Fabric (= 2024.11.18.00)
513
+ - RCTRequired
514
+ - RCTTypeSafety
515
+ - React-Core
516
+ - React-cxxreact
517
+ - React-debug
518
+ - React-featureflags
519
+ - React-graphics
520
+ - React-jsi
521
+ - React-jsiexecutor
522
+ - React-logger
523
+ - React-rendererdebug
524
+ - React-runtimescheduler
525
+ - React-utils
526
+ - ReactCommon/turbomodule/core
527
+ - React-Fabric/components/view (0.77.0):
528
+ - DoubleConversion
529
+ - fast_float (= 6.1.4)
530
+ - fmt (= 11.0.2)
531
+ - glog
532
+ - hermes-engine
533
+ - RCT-Folly/Fabric (= 2024.11.18.00)
534
+ - RCTRequired
535
+ - RCTTypeSafety
536
+ - React-Core
537
+ - React-cxxreact
538
+ - React-debug
539
+ - React-featureflags
540
+ - React-graphics
541
+ - React-jsi
542
+ - React-jsiexecutor
543
+ - React-logger
544
+ - React-rendererdebug
545
+ - React-runtimescheduler
546
+ - React-utils
547
+ - ReactCommon/turbomodule/core
548
+ - Yoga
549
+ - React-Fabric/core (0.77.0):
550
+ - DoubleConversion
551
+ - fast_float (= 6.1.4)
552
+ - fmt (= 11.0.2)
553
+ - glog
554
+ - hermes-engine
555
+ - RCT-Folly/Fabric (= 2024.11.18.00)
556
+ - RCTRequired
557
+ - RCTTypeSafety
558
+ - React-Core
559
+ - React-cxxreact
560
+ - React-debug
561
+ - React-featureflags
562
+ - React-graphics
563
+ - React-jsi
564
+ - React-jsiexecutor
565
+ - React-logger
566
+ - React-rendererdebug
567
+ - React-runtimescheduler
568
+ - React-utils
569
+ - ReactCommon/turbomodule/core
570
+ - React-Fabric/dom (0.77.0):
571
+ - DoubleConversion
572
+ - fast_float (= 6.1.4)
573
+ - fmt (= 11.0.2)
574
+ - glog
575
+ - hermes-engine
576
+ - RCT-Folly/Fabric (= 2024.11.18.00)
577
+ - RCTRequired
578
+ - RCTTypeSafety
579
+ - React-Core
580
+ - React-cxxreact
581
+ - React-debug
582
+ - React-featureflags
583
+ - React-graphics
584
+ - React-jsi
585
+ - React-jsiexecutor
586
+ - React-logger
587
+ - React-rendererdebug
588
+ - React-runtimescheduler
589
+ - React-utils
590
+ - ReactCommon/turbomodule/core
591
+ - React-Fabric/imagemanager (0.77.0):
592
+ - DoubleConversion
593
+ - fast_float (= 6.1.4)
594
+ - fmt (= 11.0.2)
595
+ - glog
596
+ - hermes-engine
597
+ - RCT-Folly/Fabric (= 2024.11.18.00)
598
+ - RCTRequired
599
+ - RCTTypeSafety
600
+ - React-Core
601
+ - React-cxxreact
602
+ - React-debug
603
+ - React-featureflags
604
+ - React-graphics
605
+ - React-jsi
606
+ - React-jsiexecutor
607
+ - React-logger
608
+ - React-rendererdebug
609
+ - React-runtimescheduler
610
+ - React-utils
611
+ - ReactCommon/turbomodule/core
612
+ - React-Fabric/leakchecker (0.77.0):
613
+ - DoubleConversion
614
+ - fast_float (= 6.1.4)
615
+ - fmt (= 11.0.2)
616
+ - glog
617
+ - hermes-engine
618
+ - RCT-Folly/Fabric (= 2024.11.18.00)
619
+ - RCTRequired
620
+ - RCTTypeSafety
621
+ - React-Core
622
+ - React-cxxreact
623
+ - React-debug
624
+ - React-featureflags
625
+ - React-graphics
626
+ - React-jsi
627
+ - React-jsiexecutor
628
+ - React-logger
629
+ - React-rendererdebug
630
+ - React-runtimescheduler
631
+ - React-utils
632
+ - ReactCommon/turbomodule/core
633
+ - React-Fabric/mounting (0.77.0):
634
+ - DoubleConversion
635
+ - fast_float (= 6.1.4)
636
+ - fmt (= 11.0.2)
637
+ - glog
638
+ - hermes-engine
639
+ - RCT-Folly/Fabric (= 2024.11.18.00)
640
+ - RCTRequired
641
+ - RCTTypeSafety
642
+ - React-Core
643
+ - React-cxxreact
644
+ - React-debug
645
+ - React-featureflags
646
+ - React-graphics
647
+ - React-jsi
648
+ - React-jsiexecutor
649
+ - React-logger
650
+ - React-rendererdebug
651
+ - React-runtimescheduler
652
+ - React-utils
653
+ - ReactCommon/turbomodule/core
654
+ - React-Fabric/observers (0.77.0):
655
+ - DoubleConversion
656
+ - fast_float (= 6.1.4)
657
+ - fmt (= 11.0.2)
658
+ - glog
659
+ - hermes-engine
660
+ - RCT-Folly/Fabric (= 2024.11.18.00)
661
+ - RCTRequired
662
+ - RCTTypeSafety
663
+ - React-Core
664
+ - React-cxxreact
665
+ - React-debug
666
+ - React-Fabric/observers/events (= 0.77.0)
667
+ - React-featureflags
668
+ - React-graphics
669
+ - React-jsi
670
+ - React-jsiexecutor
671
+ - React-logger
672
+ - React-rendererdebug
673
+ - React-runtimescheduler
674
+ - React-utils
675
+ - ReactCommon/turbomodule/core
676
+ - React-Fabric/observers/events (0.77.0):
677
+ - DoubleConversion
678
+ - fast_float (= 6.1.4)
679
+ - fmt (= 11.0.2)
680
+ - glog
681
+ - hermes-engine
682
+ - RCT-Folly/Fabric (= 2024.11.18.00)
683
+ - RCTRequired
684
+ - RCTTypeSafety
685
+ - React-Core
686
+ - React-cxxreact
687
+ - React-debug
688
+ - React-featureflags
689
+ - React-graphics
690
+ - React-jsi
691
+ - React-jsiexecutor
692
+ - React-logger
693
+ - React-rendererdebug
694
+ - React-runtimescheduler
695
+ - React-utils
696
+ - ReactCommon/turbomodule/core
697
+ - React-Fabric/scheduler (0.77.0):
698
+ - DoubleConversion
699
+ - fast_float (= 6.1.4)
700
+ - fmt (= 11.0.2)
701
+ - glog
702
+ - hermes-engine
703
+ - RCT-Folly/Fabric (= 2024.11.18.00)
704
+ - RCTRequired
705
+ - RCTTypeSafety
706
+ - React-Core
707
+ - React-cxxreact
708
+ - React-debug
709
+ - React-Fabric/observers/events
710
+ - React-featureflags
711
+ - React-graphics
712
+ - React-jsi
713
+ - React-jsiexecutor
714
+ - React-logger
715
+ - React-performancetimeline
716
+ - React-rendererdebug
717
+ - React-runtimescheduler
718
+ - React-utils
719
+ - ReactCommon/turbomodule/core
720
+ - React-Fabric/telemetry (0.77.0):
721
+ - DoubleConversion
722
+ - fast_float (= 6.1.4)
723
+ - fmt (= 11.0.2)
724
+ - glog
725
+ - hermes-engine
726
+ - RCT-Folly/Fabric (= 2024.11.18.00)
727
+ - RCTRequired
728
+ - RCTTypeSafety
729
+ - React-Core
730
+ - React-cxxreact
731
+ - React-debug
732
+ - React-featureflags
733
+ - React-graphics
734
+ - React-jsi
735
+ - React-jsiexecutor
736
+ - React-logger
737
+ - React-rendererdebug
738
+ - React-runtimescheduler
739
+ - React-utils
740
+ - ReactCommon/turbomodule/core
741
+ - React-Fabric/templateprocessor (0.77.0):
742
+ - DoubleConversion
743
+ - fast_float (= 6.1.4)
744
+ - fmt (= 11.0.2)
745
+ - glog
746
+ - hermes-engine
747
+ - RCT-Folly/Fabric (= 2024.11.18.00)
748
+ - RCTRequired
749
+ - RCTTypeSafety
750
+ - React-Core
751
+ - React-cxxreact
752
+ - React-debug
753
+ - React-featureflags
754
+ - React-graphics
755
+ - React-jsi
756
+ - React-jsiexecutor
757
+ - React-logger
758
+ - React-rendererdebug
759
+ - React-runtimescheduler
760
+ - React-utils
761
+ - ReactCommon/turbomodule/core
762
+ - React-Fabric/uimanager (0.77.0):
763
+ - DoubleConversion
764
+ - fast_float (= 6.1.4)
765
+ - fmt (= 11.0.2)
766
+ - glog
767
+ - hermes-engine
768
+ - RCT-Folly/Fabric (= 2024.11.18.00)
769
+ - RCTRequired
770
+ - RCTTypeSafety
771
+ - React-Core
772
+ - React-cxxreact
773
+ - React-debug
774
+ - React-Fabric/uimanager/consistency (= 0.77.0)
775
+ - React-featureflags
776
+ - React-graphics
777
+ - React-jsi
778
+ - React-jsiexecutor
779
+ - React-logger
780
+ - React-rendererconsistency
781
+ - React-rendererdebug
782
+ - React-runtimescheduler
783
+ - React-utils
784
+ - ReactCommon/turbomodule/core
785
+ - React-Fabric/uimanager/consistency (0.77.0):
786
+ - DoubleConversion
787
+ - fast_float (= 6.1.4)
788
+ - fmt (= 11.0.2)
789
+ - glog
790
+ - hermes-engine
791
+ - RCT-Folly/Fabric (= 2024.11.18.00)
792
+ - RCTRequired
793
+ - RCTTypeSafety
794
+ - React-Core
795
+ - React-cxxreact
796
+ - React-debug
797
+ - React-featureflags
798
+ - React-graphics
799
+ - React-jsi
800
+ - React-jsiexecutor
801
+ - React-logger
802
+ - React-rendererconsistency
803
+ - React-rendererdebug
804
+ - React-runtimescheduler
805
+ - React-utils
806
+ - ReactCommon/turbomodule/core
807
+ - React-FabricComponents (0.77.0):
808
+ - DoubleConversion
809
+ - fast_float (= 6.1.4)
810
+ - fmt (= 11.0.2)
811
+ - glog
812
+ - hermes-engine
813
+ - RCT-Folly/Fabric (= 2024.11.18.00)
814
+ - RCTRequired
815
+ - RCTTypeSafety
816
+ - React-Core
817
+ - React-cxxreact
818
+ - React-debug
819
+ - React-Fabric
820
+ - React-FabricComponents/components (= 0.77.0)
821
+ - React-FabricComponents/textlayoutmanager (= 0.77.0)
822
+ - React-featureflags
823
+ - React-graphics
824
+ - React-jsi
825
+ - React-jsiexecutor
826
+ - React-logger
827
+ - React-rendererdebug
828
+ - React-runtimescheduler
829
+ - React-utils
830
+ - ReactCommon/turbomodule/core
831
+ - Yoga
832
+ - React-FabricComponents/components (0.77.0):
833
+ - DoubleConversion
834
+ - fast_float (= 6.1.4)
835
+ - fmt (= 11.0.2)
836
+ - glog
837
+ - hermes-engine
838
+ - RCT-Folly/Fabric (= 2024.11.18.00)
839
+ - RCTRequired
840
+ - RCTTypeSafety
841
+ - React-Core
842
+ - React-cxxreact
843
+ - React-debug
844
+ - React-Fabric
845
+ - React-FabricComponents/components/inputaccessory (= 0.77.0)
846
+ - React-FabricComponents/components/iostextinput (= 0.77.0)
847
+ - React-FabricComponents/components/modal (= 0.77.0)
848
+ - React-FabricComponents/components/rncore (= 0.77.0)
849
+ - React-FabricComponents/components/safeareaview (= 0.77.0)
850
+ - React-FabricComponents/components/scrollview (= 0.77.0)
851
+ - React-FabricComponents/components/text (= 0.77.0)
852
+ - React-FabricComponents/components/textinput (= 0.77.0)
853
+ - React-FabricComponents/components/unimplementedview (= 0.77.0)
854
+ - React-featureflags
855
+ - React-graphics
856
+ - React-jsi
857
+ - React-jsiexecutor
858
+ - React-logger
859
+ - React-rendererdebug
860
+ - React-runtimescheduler
861
+ - React-utils
862
+ - ReactCommon/turbomodule/core
863
+ - Yoga
864
+ - React-FabricComponents/components/inputaccessory (0.77.0):
865
+ - DoubleConversion
866
+ - fast_float (= 6.1.4)
867
+ - fmt (= 11.0.2)
868
+ - glog
869
+ - hermes-engine
870
+ - RCT-Folly/Fabric (= 2024.11.18.00)
871
+ - RCTRequired
872
+ - RCTTypeSafety
873
+ - React-Core
874
+ - React-cxxreact
875
+ - React-debug
876
+ - React-Fabric
877
+ - React-featureflags
878
+ - React-graphics
879
+ - React-jsi
880
+ - React-jsiexecutor
881
+ - React-logger
882
+ - React-rendererdebug
883
+ - React-runtimescheduler
884
+ - React-utils
885
+ - ReactCommon/turbomodule/core
886
+ - Yoga
887
+ - React-FabricComponents/components/iostextinput (0.77.0):
888
+ - DoubleConversion
889
+ - fast_float (= 6.1.4)
890
+ - fmt (= 11.0.2)
891
+ - glog
892
+ - hermes-engine
893
+ - RCT-Folly/Fabric (= 2024.11.18.00)
894
+ - RCTRequired
895
+ - RCTTypeSafety
896
+ - React-Core
897
+ - React-cxxreact
898
+ - React-debug
899
+ - React-Fabric
900
+ - React-featureflags
901
+ - React-graphics
902
+ - React-jsi
903
+ - React-jsiexecutor
904
+ - React-logger
905
+ - React-rendererdebug
906
+ - React-runtimescheduler
907
+ - React-utils
908
+ - ReactCommon/turbomodule/core
909
+ - Yoga
910
+ - React-FabricComponents/components/modal (0.77.0):
911
+ - DoubleConversion
912
+ - fast_float (= 6.1.4)
913
+ - fmt (= 11.0.2)
914
+ - glog
915
+ - hermes-engine
916
+ - RCT-Folly/Fabric (= 2024.11.18.00)
917
+ - RCTRequired
918
+ - RCTTypeSafety
919
+ - React-Core
920
+ - React-cxxreact
921
+ - React-debug
922
+ - React-Fabric
923
+ - React-featureflags
924
+ - React-graphics
925
+ - React-jsi
926
+ - React-jsiexecutor
927
+ - React-logger
928
+ - React-rendererdebug
929
+ - React-runtimescheduler
930
+ - React-utils
931
+ - ReactCommon/turbomodule/core
932
+ - Yoga
933
+ - React-FabricComponents/components/rncore (0.77.0):
934
+ - DoubleConversion
935
+ - fast_float (= 6.1.4)
936
+ - fmt (= 11.0.2)
937
+ - glog
938
+ - hermes-engine
939
+ - RCT-Folly/Fabric (= 2024.11.18.00)
940
+ - RCTRequired
941
+ - RCTTypeSafety
942
+ - React-Core
943
+ - React-cxxreact
944
+ - React-debug
945
+ - React-Fabric
946
+ - React-featureflags
947
+ - React-graphics
948
+ - React-jsi
949
+ - React-jsiexecutor
950
+ - React-logger
951
+ - React-rendererdebug
952
+ - React-runtimescheduler
953
+ - React-utils
954
+ - ReactCommon/turbomodule/core
955
+ - Yoga
956
+ - React-FabricComponents/components/safeareaview (0.77.0):
957
+ - DoubleConversion
958
+ - fast_float (= 6.1.4)
959
+ - fmt (= 11.0.2)
960
+ - glog
961
+ - hermes-engine
962
+ - RCT-Folly/Fabric (= 2024.11.18.00)
963
+ - RCTRequired
964
+ - RCTTypeSafety
965
+ - React-Core
966
+ - React-cxxreact
967
+ - React-debug
968
+ - React-Fabric
969
+ - React-featureflags
970
+ - React-graphics
971
+ - React-jsi
972
+ - React-jsiexecutor
973
+ - React-logger
974
+ - React-rendererdebug
975
+ - React-runtimescheduler
976
+ - React-utils
977
+ - ReactCommon/turbomodule/core
978
+ - Yoga
979
+ - React-FabricComponents/components/scrollview (0.77.0):
980
+ - DoubleConversion
981
+ - fast_float (= 6.1.4)
982
+ - fmt (= 11.0.2)
983
+ - glog
984
+ - hermes-engine
985
+ - RCT-Folly/Fabric (= 2024.11.18.00)
986
+ - RCTRequired
987
+ - RCTTypeSafety
988
+ - React-Core
989
+ - React-cxxreact
990
+ - React-debug
991
+ - React-Fabric
992
+ - React-featureflags
993
+ - React-graphics
994
+ - React-jsi
995
+ - React-jsiexecutor
996
+ - React-logger
997
+ - React-rendererdebug
998
+ - React-runtimescheduler
999
+ - React-utils
1000
+ - ReactCommon/turbomodule/core
1001
+ - Yoga
1002
+ - React-FabricComponents/components/text (0.77.0):
1003
+ - DoubleConversion
1004
+ - fast_float (= 6.1.4)
1005
+ - fmt (= 11.0.2)
1006
+ - glog
1007
+ - hermes-engine
1008
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1009
+ - RCTRequired
1010
+ - RCTTypeSafety
1011
+ - React-Core
1012
+ - React-cxxreact
1013
+ - React-debug
1014
+ - React-Fabric
1015
+ - React-featureflags
1016
+ - React-graphics
1017
+ - React-jsi
1018
+ - React-jsiexecutor
1019
+ - React-logger
1020
+ - React-rendererdebug
1021
+ - React-runtimescheduler
1022
+ - React-utils
1023
+ - ReactCommon/turbomodule/core
1024
+ - Yoga
1025
+ - React-FabricComponents/components/textinput (0.77.0):
1026
+ - DoubleConversion
1027
+ - fast_float (= 6.1.4)
1028
+ - fmt (= 11.0.2)
1029
+ - glog
1030
+ - hermes-engine
1031
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1032
+ - RCTRequired
1033
+ - RCTTypeSafety
1034
+ - React-Core
1035
+ - React-cxxreact
1036
+ - React-debug
1037
+ - React-Fabric
1038
+ - React-featureflags
1039
+ - React-graphics
1040
+ - React-jsi
1041
+ - React-jsiexecutor
1042
+ - React-logger
1043
+ - React-rendererdebug
1044
+ - React-runtimescheduler
1045
+ - React-utils
1046
+ - ReactCommon/turbomodule/core
1047
+ - Yoga
1048
+ - React-FabricComponents/components/unimplementedview (0.77.0):
1049
+ - DoubleConversion
1050
+ - fast_float (= 6.1.4)
1051
+ - fmt (= 11.0.2)
1052
+ - glog
1053
+ - hermes-engine
1054
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1055
+ - RCTRequired
1056
+ - RCTTypeSafety
1057
+ - React-Core
1058
+ - React-cxxreact
1059
+ - React-debug
1060
+ - React-Fabric
1061
+ - React-featureflags
1062
+ - React-graphics
1063
+ - React-jsi
1064
+ - React-jsiexecutor
1065
+ - React-logger
1066
+ - React-rendererdebug
1067
+ - React-runtimescheduler
1068
+ - React-utils
1069
+ - ReactCommon/turbomodule/core
1070
+ - Yoga
1071
+ - React-FabricComponents/textlayoutmanager (0.77.0):
1072
+ - DoubleConversion
1073
+ - fast_float (= 6.1.4)
1074
+ - fmt (= 11.0.2)
1075
+ - glog
1076
+ - hermes-engine
1077
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1078
+ - RCTRequired
1079
+ - RCTTypeSafety
1080
+ - React-Core
1081
+ - React-cxxreact
1082
+ - React-debug
1083
+ - React-Fabric
1084
+ - React-featureflags
1085
+ - React-graphics
1086
+ - React-jsi
1087
+ - React-jsiexecutor
1088
+ - React-logger
1089
+ - React-rendererdebug
1090
+ - React-runtimescheduler
1091
+ - React-utils
1092
+ - ReactCommon/turbomodule/core
1093
+ - Yoga
1094
+ - React-FabricImage (0.77.0):
1095
+ - DoubleConversion
1096
+ - fast_float (= 6.1.4)
1097
+ - fmt (= 11.0.2)
1098
+ - glog
1099
+ - hermes-engine
1100
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1101
+ - RCTRequired (= 0.77.0)
1102
+ - RCTTypeSafety (= 0.77.0)
1103
+ - React-Fabric
1104
+ - React-featureflags
1105
+ - React-graphics
1106
+ - React-ImageManager
1107
+ - React-jsi
1108
+ - React-jsiexecutor (= 0.77.0)
1109
+ - React-logger
1110
+ - React-rendererdebug
1111
+ - React-utils
1112
+ - ReactCommon
1113
+ - Yoga
1114
+ - React-featureflags (0.77.0)
1115
+ - React-featureflagsnativemodule (0.77.0):
1116
+ - hermes-engine
1117
+ - RCT-Folly
1118
+ - React-featureflags
1119
+ - React-jsi
1120
+ - React-jsiexecutor
1121
+ - React-RCTFBReactNativeSpec
1122
+ - ReactCommon/turbomodule/core
1123
+ - React-graphics (0.77.0):
1124
+ - DoubleConversion
1125
+ - fast_float (= 6.1.4)
1126
+ - fmt (= 11.0.2)
1127
+ - glog
1128
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1129
+ - React-jsi
1130
+ - React-jsiexecutor
1131
+ - React-utils
1132
+ - React-hermes (0.77.0):
1133
+ - DoubleConversion
1134
+ - fast_float (= 6.1.4)
1135
+ - fmt (= 11.0.2)
1136
+ - glog
1137
+ - hermes-engine
1138
+ - RCT-Folly (= 2024.11.18.00)
1139
+ - React-cxxreact (= 0.77.0)
1140
+ - React-jsi
1141
+ - React-jsiexecutor (= 0.77.0)
1142
+ - React-jsinspector
1143
+ - React-perflogger (= 0.77.0)
1144
+ - React-runtimeexecutor
1145
+ - React-idlecallbacksnativemodule (0.77.0):
1146
+ - hermes-engine
1147
+ - RCT-Folly
1148
+ - React-jsi
1149
+ - React-jsiexecutor
1150
+ - React-RCTFBReactNativeSpec
1151
+ - React-runtimescheduler
1152
+ - ReactCommon/turbomodule/core
1153
+ - React-ImageManager (0.77.0):
1154
+ - glog
1155
+ - RCT-Folly/Fabric
1156
+ - React-Core/Default
1157
+ - React-debug
1158
+ - React-Fabric
1159
+ - React-graphics
1160
+ - React-rendererdebug
1161
+ - React-utils
1162
+ - React-jserrorhandler (0.77.0):
1163
+ - glog
1164
+ - hermes-engine
1165
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1166
+ - React-cxxreact
1167
+ - React-debug
1168
+ - React-featureflags
1169
+ - React-jsi
1170
+ - ReactCommon/turbomodule/bridging
1171
+ - React-jsi (0.77.0):
1172
+ - boost
1173
+ - DoubleConversion
1174
+ - fast_float (= 6.1.4)
1175
+ - fmt (= 11.0.2)
1176
+ - glog
1177
+ - hermes-engine
1178
+ - RCT-Folly (= 2024.11.18.00)
1179
+ - React-jsiexecutor (0.77.0):
1180
+ - DoubleConversion
1181
+ - fast_float (= 6.1.4)
1182
+ - fmt (= 11.0.2)
1183
+ - glog
1184
+ - hermes-engine
1185
+ - RCT-Folly (= 2024.11.18.00)
1186
+ - React-cxxreact (= 0.77.0)
1187
+ - React-jsi (= 0.77.0)
1188
+ - React-jsinspector
1189
+ - React-perflogger (= 0.77.0)
1190
+ - React-jsinspector (0.77.0):
1191
+ - DoubleConversion
1192
+ - glog
1193
+ - hermes-engine
1194
+ - RCT-Folly (= 2024.11.18.00)
1195
+ - React-featureflags
1196
+ - React-jsi
1197
+ - React-perflogger (= 0.77.0)
1198
+ - React-runtimeexecutor (= 0.77.0)
1199
+ - React-jsitracing (0.77.0):
1200
+ - React-jsi
1201
+ - React-logger (0.77.0):
1202
+ - glog
1203
+ - React-Mapbuffer (0.77.0):
1204
+ - glog
1205
+ - React-debug
1206
+ - React-microtasksnativemodule (0.77.0):
1207
+ - hermes-engine
1208
+ - RCT-Folly
1209
+ - React-jsi
1210
+ - React-jsiexecutor
1211
+ - React-RCTFBReactNativeSpec
1212
+ - ReactCommon/turbomodule/core
1213
+ - react-native-config (1.5.3):
1214
+ - react-native-config/App (= 1.5.3)
1215
+ - react-native-config/App (1.5.3):
1216
+ - React-Core
1217
+ - react-native-mmkv (3.2.0):
1218
+ - DoubleConversion
1219
+ - glog
1220
+ - hermes-engine
1221
+ - RCT-Folly (= 2024.11.18.00)
1222
+ - RCTRequired
1223
+ - RCTTypeSafety
1224
+ - React-Core
1225
+ - React-debug
1226
+ - React-Fabric
1227
+ - React-featureflags
1228
+ - React-graphics
1229
+ - React-ImageManager
1230
+ - React-NativeModulesApple
1231
+ - React-RCTFabric
1232
+ - React-rendererdebug
1233
+ - React-utils
1234
+ - ReactCodegen
1235
+ - ReactCommon/turbomodule/bridging
1236
+ - ReactCommon/turbomodule/core
1237
+ - Yoga
1238
+ - react-native-safe-area-context (5.1.0):
1239
+ - DoubleConversion
1240
+ - glog
1241
+ - hermes-engine
1242
+ - RCT-Folly (= 2024.11.18.00)
1243
+ - RCTRequired
1244
+ - RCTTypeSafety
1245
+ - React-Core
1246
+ - React-debug
1247
+ - React-Fabric
1248
+ - React-featureflags
1249
+ - React-graphics
1250
+ - React-ImageManager
1251
+ - react-native-safe-area-context/common (= 5.1.0)
1252
+ - react-native-safe-area-context/fabric (= 5.1.0)
1253
+ - React-NativeModulesApple
1254
+ - React-RCTFabric
1255
+ - React-rendererdebug
1256
+ - React-utils
1257
+ - ReactCodegen
1258
+ - ReactCommon/turbomodule/bridging
1259
+ - ReactCommon/turbomodule/core
1260
+ - Yoga
1261
+ - react-native-safe-area-context/common (5.1.0):
1262
+ - DoubleConversion
1263
+ - glog
1264
+ - hermes-engine
1265
+ - RCT-Folly (= 2024.11.18.00)
1266
+ - RCTRequired
1267
+ - RCTTypeSafety
1268
+ - React-Core
1269
+ - React-debug
1270
+ - React-Fabric
1271
+ - React-featureflags
1272
+ - React-graphics
1273
+ - React-ImageManager
1274
+ - React-NativeModulesApple
1275
+ - React-RCTFabric
1276
+ - React-rendererdebug
1277
+ - React-utils
1278
+ - ReactCodegen
1279
+ - ReactCommon/turbomodule/bridging
1280
+ - ReactCommon/turbomodule/core
1281
+ - Yoga
1282
+ - react-native-safe-area-context/fabric (5.1.0):
1283
+ - DoubleConversion
1284
+ - glog
1285
+ - hermes-engine
1286
+ - RCT-Folly (= 2024.11.18.00)
1287
+ - RCTRequired
1288
+ - RCTTypeSafety
1289
+ - React-Core
1290
+ - React-debug
1291
+ - React-Fabric
1292
+ - React-featureflags
1293
+ - React-graphics
1294
+ - React-ImageManager
1295
+ - react-native-safe-area-context/common
1296
+ - React-NativeModulesApple
1297
+ - React-RCTFabric
1298
+ - React-rendererdebug
1299
+ - React-utils
1300
+ - ReactCodegen
1301
+ - ReactCommon/turbomodule/bridging
1302
+ - ReactCommon/turbomodule/core
1303
+ - Yoga
1304
+ - React-nativeconfig (0.77.0)
1305
+ - React-NativeModulesApple (0.77.0):
1306
+ - glog
1307
+ - hermes-engine
1308
+ - React-callinvoker
1309
+ - React-Core
1310
+ - React-cxxreact
1311
+ - React-jsi
1312
+ - React-jsinspector
1313
+ - React-runtimeexecutor
1314
+ - ReactCommon/turbomodule/bridging
1315
+ - ReactCommon/turbomodule/core
1316
+ - React-perflogger (0.77.0):
1317
+ - DoubleConversion
1318
+ - RCT-Folly (= 2024.11.18.00)
1319
+ - React-performancetimeline (0.77.0):
1320
+ - RCT-Folly (= 2024.11.18.00)
1321
+ - React-cxxreact
1322
+ - React-featureflags
1323
+ - React-timing
1324
+ - React-RCTActionSheet (0.77.0):
1325
+ - React-Core/RCTActionSheetHeaders (= 0.77.0)
1326
+ - React-RCTAnimation (0.77.0):
1327
+ - RCT-Folly (= 2024.11.18.00)
1328
+ - RCTTypeSafety
1329
+ - React-Core/RCTAnimationHeaders
1330
+ - React-jsi
1331
+ - React-NativeModulesApple
1332
+ - React-RCTFBReactNativeSpec
1333
+ - ReactCommon
1334
+ - React-RCTAppDelegate (0.77.0):
1335
+ - RCT-Folly (= 2024.11.18.00)
1336
+ - RCTRequired
1337
+ - RCTTypeSafety
1338
+ - React-Core
1339
+ - React-CoreModules
1340
+ - React-debug
1341
+ - React-defaultsnativemodule
1342
+ - React-Fabric
1343
+ - React-featureflags
1344
+ - React-graphics
1345
+ - React-hermes
1346
+ - React-nativeconfig
1347
+ - React-NativeModulesApple
1348
+ - React-RCTFabric
1349
+ - React-RCTFBReactNativeSpec
1350
+ - React-RCTImage
1351
+ - React-RCTNetwork
1352
+ - React-rendererdebug
1353
+ - React-RuntimeApple
1354
+ - React-RuntimeCore
1355
+ - React-RuntimeHermes
1356
+ - React-runtimescheduler
1357
+ - React-utils
1358
+ - ReactCommon
1359
+ - React-RCTBlob (0.77.0):
1360
+ - DoubleConversion
1361
+ - fast_float (= 6.1.4)
1362
+ - fmt (= 11.0.2)
1363
+ - hermes-engine
1364
+ - RCT-Folly (= 2024.11.18.00)
1365
+ - React-Core/RCTBlobHeaders
1366
+ - React-Core/RCTWebSocket
1367
+ - React-jsi
1368
+ - React-jsinspector
1369
+ - React-NativeModulesApple
1370
+ - React-RCTFBReactNativeSpec
1371
+ - React-RCTNetwork
1372
+ - ReactCommon
1373
+ - React-RCTFabric (0.77.0):
1374
+ - glog
1375
+ - hermes-engine
1376
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1377
+ - React-Core
1378
+ - React-debug
1379
+ - React-Fabric
1380
+ - React-FabricComponents
1381
+ - React-FabricImage
1382
+ - React-featureflags
1383
+ - React-graphics
1384
+ - React-ImageManager
1385
+ - React-jsi
1386
+ - React-jsinspector
1387
+ - React-nativeconfig
1388
+ - React-performancetimeline
1389
+ - React-RCTImage
1390
+ - React-RCTText
1391
+ - React-rendererconsistency
1392
+ - React-rendererdebug
1393
+ - React-runtimescheduler
1394
+ - React-utils
1395
+ - Yoga
1396
+ - React-RCTFBReactNativeSpec (0.77.0):
1397
+ - hermes-engine
1398
+ - RCT-Folly
1399
+ - RCTRequired
1400
+ - RCTTypeSafety
1401
+ - React-Core
1402
+ - React-jsi
1403
+ - React-jsiexecutor
1404
+ - React-NativeModulesApple
1405
+ - ReactCommon
1406
+ - React-RCTImage (0.77.0):
1407
+ - RCT-Folly (= 2024.11.18.00)
1408
+ - RCTTypeSafety
1409
+ - React-Core/RCTImageHeaders
1410
+ - React-jsi
1411
+ - React-NativeModulesApple
1412
+ - React-RCTFBReactNativeSpec
1413
+ - React-RCTNetwork
1414
+ - ReactCommon
1415
+ - React-RCTLinking (0.77.0):
1416
+ - React-Core/RCTLinkingHeaders (= 0.77.0)
1417
+ - React-jsi (= 0.77.0)
1418
+ - React-NativeModulesApple
1419
+ - React-RCTFBReactNativeSpec
1420
+ - ReactCommon
1421
+ - ReactCommon/turbomodule/core (= 0.77.0)
1422
+ - React-RCTNetwork (0.77.0):
1423
+ - RCT-Folly (= 2024.11.18.00)
1424
+ - RCTTypeSafety
1425
+ - React-Core/RCTNetworkHeaders
1426
+ - React-jsi
1427
+ - React-NativeModulesApple
1428
+ - React-RCTFBReactNativeSpec
1429
+ - ReactCommon
1430
+ - React-RCTSettings (0.77.0):
1431
+ - RCT-Folly (= 2024.11.18.00)
1432
+ - RCTTypeSafety
1433
+ - React-Core/RCTSettingsHeaders
1434
+ - React-jsi
1435
+ - React-NativeModulesApple
1436
+ - React-RCTFBReactNativeSpec
1437
+ - ReactCommon
1438
+ - React-RCTText (0.77.0):
1439
+ - React-Core/RCTTextHeaders (= 0.77.0)
1440
+ - Yoga
1441
+ - React-RCTVibration (0.77.0):
1442
+ - RCT-Folly (= 2024.11.18.00)
1443
+ - React-Core/RCTVibrationHeaders
1444
+ - React-jsi
1445
+ - React-NativeModulesApple
1446
+ - React-RCTFBReactNativeSpec
1447
+ - ReactCommon
1448
+ - React-rendererconsistency (0.77.0)
1449
+ - React-rendererdebug (0.77.0):
1450
+ - DoubleConversion
1451
+ - fast_float (= 6.1.4)
1452
+ - fmt (= 11.0.2)
1453
+ - RCT-Folly (= 2024.11.18.00)
1454
+ - React-debug
1455
+ - React-rncore (0.77.0)
1456
+ - React-RuntimeApple (0.77.0):
1457
+ - hermes-engine
1458
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1459
+ - React-callinvoker
1460
+ - React-Core/Default
1461
+ - React-CoreModules
1462
+ - React-cxxreact
1463
+ - React-featureflags
1464
+ - React-jserrorhandler
1465
+ - React-jsi
1466
+ - React-jsiexecutor
1467
+ - React-jsinspector
1468
+ - React-Mapbuffer
1469
+ - React-NativeModulesApple
1470
+ - React-RCTFabric
1471
+ - React-RCTFBReactNativeSpec
1472
+ - React-RuntimeCore
1473
+ - React-runtimeexecutor
1474
+ - React-RuntimeHermes
1475
+ - React-runtimescheduler
1476
+ - React-utils
1477
+ - React-RuntimeCore (0.77.0):
1478
+ - glog
1479
+ - hermes-engine
1480
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1481
+ - React-cxxreact
1482
+ - React-Fabric
1483
+ - React-featureflags
1484
+ - React-jserrorhandler
1485
+ - React-jsi
1486
+ - React-jsiexecutor
1487
+ - React-jsinspector
1488
+ - React-performancetimeline
1489
+ - React-runtimeexecutor
1490
+ - React-runtimescheduler
1491
+ - React-utils
1492
+ - React-runtimeexecutor (0.77.0):
1493
+ - React-jsi (= 0.77.0)
1494
+ - React-RuntimeHermes (0.77.0):
1495
+ - hermes-engine
1496
+ - RCT-Folly/Fabric (= 2024.11.18.00)
1497
+ - React-featureflags
1498
+ - React-hermes
1499
+ - React-jsi
1500
+ - React-jsinspector
1501
+ - React-jsitracing
1502
+ - React-nativeconfig
1503
+ - React-RuntimeCore
1504
+ - React-utils
1505
+ - React-runtimescheduler (0.77.0):
1506
+ - glog
1507
+ - hermes-engine
1508
+ - RCT-Folly (= 2024.11.18.00)
1509
+ - React-callinvoker
1510
+ - React-cxxreact
1511
+ - React-debug
1512
+ - React-featureflags
1513
+ - React-jsi
1514
+ - React-performancetimeline
1515
+ - React-rendererconsistency
1516
+ - React-rendererdebug
1517
+ - React-runtimeexecutor
1518
+ - React-timing
1519
+ - React-utils
1520
+ - React-timing (0.77.0)
1521
+ - React-utils (0.77.0):
1522
+ - glog
1523
+ - hermes-engine
1524
+ - RCT-Folly (= 2024.11.18.00)
1525
+ - React-debug
1526
+ - React-jsi (= 0.77.0)
1527
+ - ReactAppDependencyProvider (0.77.0):
1528
+ - ReactCodegen
1529
+ - ReactCodegen (0.77.0):
1530
+ - DoubleConversion
1531
+ - glog
1532
+ - hermes-engine
1533
+ - RCT-Folly
1534
+ - RCTRequired
1535
+ - RCTTypeSafety
1536
+ - React-Core
1537
+ - React-debug
1538
+ - React-Fabric
1539
+ - React-FabricImage
1540
+ - React-featureflags
1541
+ - React-graphics
1542
+ - React-jsi
1543
+ - React-jsiexecutor
1544
+ - React-NativeModulesApple
1545
+ - React-RCTAppDelegate
1546
+ - React-rendererdebug
1547
+ - React-utils
1548
+ - ReactCommon/turbomodule/bridging
1549
+ - ReactCommon/turbomodule/core
1550
+ - ReactCommon (0.77.0):
1551
+ - ReactCommon/turbomodule (= 0.77.0)
1552
+ - ReactCommon/turbomodule (0.77.0):
1553
+ - DoubleConversion
1554
+ - fast_float (= 6.1.4)
1555
+ - fmt (= 11.0.2)
1556
+ - glog
1557
+ - hermes-engine
1558
+ - RCT-Folly (= 2024.11.18.00)
1559
+ - React-callinvoker (= 0.77.0)
1560
+ - React-cxxreact (= 0.77.0)
1561
+ - React-jsi (= 0.77.0)
1562
+ - React-logger (= 0.77.0)
1563
+ - React-perflogger (= 0.77.0)
1564
+ - ReactCommon/turbomodule/bridging (= 0.77.0)
1565
+ - ReactCommon/turbomodule/core (= 0.77.0)
1566
+ - ReactCommon/turbomodule/bridging (0.77.0):
1567
+ - DoubleConversion
1568
+ - fast_float (= 6.1.4)
1569
+ - fmt (= 11.0.2)
1570
+ - glog
1571
+ - hermes-engine
1572
+ - RCT-Folly (= 2024.11.18.00)
1573
+ - React-callinvoker (= 0.77.0)
1574
+ - React-cxxreact (= 0.77.0)
1575
+ - React-jsi (= 0.77.0)
1576
+ - React-logger (= 0.77.0)
1577
+ - React-perflogger (= 0.77.0)
1578
+ - ReactCommon/turbomodule/core (0.77.0):
1579
+ - DoubleConversion
1580
+ - fast_float (= 6.1.4)
1581
+ - fmt (= 11.0.2)
1582
+ - glog
1583
+ - hermes-engine
1584
+ - RCT-Folly (= 2024.11.18.00)
1585
+ - React-callinvoker (= 0.77.0)
1586
+ - React-cxxreact (= 0.77.0)
1587
+ - React-debug (= 0.77.0)
1588
+ - React-featureflags (= 0.77.0)
1589
+ - React-jsi (= 0.77.0)
1590
+ - React-logger (= 0.77.0)
1591
+ - React-perflogger (= 0.77.0)
1592
+ - React-utils (= 0.77.0)
1593
+ - RNBootSplash (6.3.2):
1594
+ - DoubleConversion
1595
+ - glog
1596
+ - hermes-engine
1597
+ - RCT-Folly (= 2024.11.18.00)
1598
+ - RCTRequired
1599
+ - RCTTypeSafety
1600
+ - React-Core
1601
+ - React-debug
1602
+ - React-Fabric
1603
+ - React-featureflags
1604
+ - React-graphics
1605
+ - React-ImageManager
1606
+ - React-NativeModulesApple
1607
+ - React-RCTFabric
1608
+ - React-rendererdebug
1609
+ - React-utils
1610
+ - ReactCodegen
1611
+ - ReactCommon/turbomodule/bridging
1612
+ - ReactCommon/turbomodule/core
1613
+ - Yoga
1614
+ - RNScreens (4.5.0):
1615
+ - DoubleConversion
1616
+ - glog
1617
+ - hermes-engine
1618
+ - RCT-Folly (= 2024.11.18.00)
1619
+ - RCTRequired
1620
+ - RCTTypeSafety
1621
+ - React-Core
1622
+ - React-debug
1623
+ - React-Fabric
1624
+ - React-featureflags
1625
+ - React-graphics
1626
+ - React-ImageManager
1627
+ - React-NativeModulesApple
1628
+ - React-RCTFabric
1629
+ - React-RCTImage
1630
+ - React-rendererdebug
1631
+ - React-utils
1632
+ - ReactCodegen
1633
+ - ReactCommon/turbomodule/bridging
1634
+ - ReactCommon/turbomodule/core
1635
+ - RNScreens/common (= 4.5.0)
1636
+ - Yoga
1637
+ - RNScreens/common (4.5.0):
1638
+ - DoubleConversion
1639
+ - glog
1640
+ - hermes-engine
1641
+ - RCT-Folly (= 2024.11.18.00)
1642
+ - RCTRequired
1643
+ - RCTTypeSafety
1644
+ - React-Core
1645
+ - React-debug
1646
+ - React-Fabric
1647
+ - React-featureflags
1648
+ - React-graphics
1649
+ - React-ImageManager
1650
+ - React-NativeModulesApple
1651
+ - React-RCTFabric
1652
+ - React-RCTImage
1653
+ - React-rendererdebug
1654
+ - React-utils
1655
+ - ReactCodegen
1656
+ - ReactCommon/turbomodule/bridging
1657
+ - ReactCommon/turbomodule/core
1658
+ - Yoga
1659
+ - RNSVG (15.11.1):
1660
+ - DoubleConversion
1661
+ - glog
1662
+ - hermes-engine
1663
+ - RCT-Folly (= 2024.11.18.00)
1664
+ - RCTRequired
1665
+ - RCTTypeSafety
1666
+ - React-Core
1667
+ - React-debug
1668
+ - React-Fabric
1669
+ - React-featureflags
1670
+ - React-graphics
1671
+ - React-ImageManager
1672
+ - React-NativeModulesApple
1673
+ - React-RCTFabric
1674
+ - React-rendererdebug
1675
+ - React-utils
1676
+ - ReactCodegen
1677
+ - ReactCommon/turbomodule/bridging
1678
+ - ReactCommon/turbomodule/core
1679
+ - RNSVG/common (= 15.11.1)
1680
+ - Yoga
1681
+ - RNSVG/common (15.11.1):
1682
+ - DoubleConversion
1683
+ - glog
1684
+ - hermes-engine
1685
+ - RCT-Folly (= 2024.11.18.00)
1686
+ - RCTRequired
1687
+ - RCTTypeSafety
1688
+ - React-Core
1689
+ - React-debug
1690
+ - React-Fabric
1691
+ - React-featureflags
1692
+ - React-graphics
1693
+ - React-ImageManager
1694
+ - React-NativeModulesApple
1695
+ - React-RCTFabric
1696
+ - React-rendererdebug
1697
+ - React-utils
1698
+ - ReactCodegen
1699
+ - ReactCommon/turbomodule/bridging
1700
+ - ReactCommon/turbomodule/core
1701
+ - Yoga
1702
+ - SocketRocket (0.7.1)
1703
+ - Yoga (0.0.0)
1704
+
1705
+ DEPENDENCIES:
1706
+ - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
1707
+ - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
1708
+ - fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
1709
+ - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
1710
+ - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
1711
+ - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1712
+ - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1713
+ - RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
1714
+ - RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
1715
+ - RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
1716
+ - RCTRequired (from `../node_modules/react-native/Libraries/Required`)
1717
+ - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
1718
+ - React (from `../node_modules/react-native/`)
1719
+ - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
1720
+ - React-Core (from `../node_modules/react-native/`)
1721
+ - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
1722
+ - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
1723
+ - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
1724
+ - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
1725
+ - React-defaultsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/defaults`)
1726
+ - React-domnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/dom`)
1727
+ - React-Fabric (from `../node_modules/react-native/ReactCommon`)
1728
+ - React-FabricComponents (from `../node_modules/react-native/ReactCommon`)
1729
+ - React-FabricImage (from `../node_modules/react-native/ReactCommon`)
1730
+ - React-featureflags (from `../node_modules/react-native/ReactCommon/react/featureflags`)
1731
+ - React-featureflagsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`)
1732
+ - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`)
1733
+ - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
1734
+ - React-idlecallbacksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`)
1735
+ - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
1736
+ - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
1737
+ - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
1738
+ - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
1739
+ - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
1740
+ - React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
1741
+ - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
1742
+ - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
1743
+ - React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
1744
+ - react-native-config (from `../node_modules/react-native-config`)
1745
+ - react-native-mmkv (from `../node_modules/react-native-mmkv`)
1746
+ - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
1747
+ - React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
1748
+ - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
1749
+ - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
1750
+ - React-performancetimeline (from `../node_modules/react-native/ReactCommon/react/performance/timeline`)
1751
+ - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
1752
+ - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
1753
+ - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
1754
+ - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
1755
+ - React-RCTFabric (from `../node_modules/react-native/React`)
1756
+ - React-RCTFBReactNativeSpec (from `../node_modules/react-native/React`)
1757
+ - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
1758
+ - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
1759
+ - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
1760
+ - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
1761
+ - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
1762
+ - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
1763
+ - React-rendererconsistency (from `../node_modules/react-native/ReactCommon/react/renderer/consistency`)
1764
+ - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
1765
+ - React-rncore (from `../node_modules/react-native/ReactCommon`)
1766
+ - React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`)
1767
+ - React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`)
1768
+ - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
1769
+ - React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`)
1770
+ - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
1771
+ - React-timing (from `../node_modules/react-native/ReactCommon/react/timing`)
1772
+ - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
1773
+ - ReactAppDependencyProvider (from `build/generated/ios`)
1774
+ - ReactCodegen (from `build/generated/ios`)
1775
+ - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
1776
+ - RNBootSplash (from `../node_modules/react-native-bootsplash`)
1777
+ - RNScreens (from `../node_modules/react-native-screens`)
1778
+ - RNSVG (from `../node_modules/react-native-svg`)
1779
+ - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
1780
+
1781
+ SPEC REPOS:
1782
+ trunk:
1783
+ - SocketRocket
1784
+
1785
+ EXTERNAL SOURCES:
1786
+ boost:
1787
+ :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
1788
+ DoubleConversion:
1789
+ :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
1790
+ fast_float:
1791
+ :podspec: "../node_modules/react-native/third-party-podspecs/fast_float.podspec"
1792
+ FBLazyVector:
1793
+ :path: "../node_modules/react-native/Libraries/FBLazyVector"
1794
+ fmt:
1795
+ :podspec: "../node_modules/react-native/third-party-podspecs/fmt.podspec"
1796
+ glog:
1797
+ :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
1798
+ hermes-engine:
1799
+ :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
1800
+ :tag: hermes-2024-11-25-RNv0.77.0-d4f25d534ab744866448b36ca3bf3d97c08e638c
1801
+ RCT-Folly:
1802
+ :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
1803
+ RCTDeprecation:
1804
+ :path: "../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"
1805
+ RCTRequired:
1806
+ :path: "../node_modules/react-native/Libraries/Required"
1807
+ RCTTypeSafety:
1808
+ :path: "../node_modules/react-native/Libraries/TypeSafety"
1809
+ React:
1810
+ :path: "../node_modules/react-native/"
1811
+ React-callinvoker:
1812
+ :path: "../node_modules/react-native/ReactCommon/callinvoker"
1813
+ React-Core:
1814
+ :path: "../node_modules/react-native/"
1815
+ React-CoreModules:
1816
+ :path: "../node_modules/react-native/React/CoreModules"
1817
+ React-cxxreact:
1818
+ :path: "../node_modules/react-native/ReactCommon/cxxreact"
1819
+ React-debug:
1820
+ :path: "../node_modules/react-native/ReactCommon/react/debug"
1821
+ React-defaultsnativemodule:
1822
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/defaults"
1823
+ React-domnativemodule:
1824
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/dom"
1825
+ React-Fabric:
1826
+ :path: "../node_modules/react-native/ReactCommon"
1827
+ React-FabricComponents:
1828
+ :path: "../node_modules/react-native/ReactCommon"
1829
+ React-FabricImage:
1830
+ :path: "../node_modules/react-native/ReactCommon"
1831
+ React-featureflags:
1832
+ :path: "../node_modules/react-native/ReactCommon/react/featureflags"
1833
+ React-featureflagsnativemodule:
1834
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/featureflags"
1835
+ React-graphics:
1836
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics"
1837
+ React-hermes:
1838
+ :path: "../node_modules/react-native/ReactCommon/hermes"
1839
+ React-idlecallbacksnativemodule:
1840
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks"
1841
+ React-ImageManager:
1842
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
1843
+ React-jserrorhandler:
1844
+ :path: "../node_modules/react-native/ReactCommon/jserrorhandler"
1845
+ React-jsi:
1846
+ :path: "../node_modules/react-native/ReactCommon/jsi"
1847
+ React-jsiexecutor:
1848
+ :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
1849
+ React-jsinspector:
1850
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
1851
+ React-jsitracing:
1852
+ :path: "../node_modules/react-native/ReactCommon/hermes/executor/"
1853
+ React-logger:
1854
+ :path: "../node_modules/react-native/ReactCommon/logger"
1855
+ React-Mapbuffer:
1856
+ :path: "../node_modules/react-native/ReactCommon"
1857
+ React-microtasksnativemodule:
1858
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
1859
+ react-native-config:
1860
+ :path: "../node_modules/react-native-config"
1861
+ react-native-mmkv:
1862
+ :path: "../node_modules/react-native-mmkv"
1863
+ react-native-safe-area-context:
1864
+ :path: "../node_modules/react-native-safe-area-context"
1865
+ React-nativeconfig:
1866
+ :path: "../node_modules/react-native/ReactCommon"
1867
+ React-NativeModulesApple:
1868
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
1869
+ React-perflogger:
1870
+ :path: "../node_modules/react-native/ReactCommon/reactperflogger"
1871
+ React-performancetimeline:
1872
+ :path: "../node_modules/react-native/ReactCommon/react/performance/timeline"
1873
+ React-RCTActionSheet:
1874
+ :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
1875
+ React-RCTAnimation:
1876
+ :path: "../node_modules/react-native/Libraries/NativeAnimation"
1877
+ React-RCTAppDelegate:
1878
+ :path: "../node_modules/react-native/Libraries/AppDelegate"
1879
+ React-RCTBlob:
1880
+ :path: "../node_modules/react-native/Libraries/Blob"
1881
+ React-RCTFabric:
1882
+ :path: "../node_modules/react-native/React"
1883
+ React-RCTFBReactNativeSpec:
1884
+ :path: "../node_modules/react-native/React"
1885
+ React-RCTImage:
1886
+ :path: "../node_modules/react-native/Libraries/Image"
1887
+ React-RCTLinking:
1888
+ :path: "../node_modules/react-native/Libraries/LinkingIOS"
1889
+ React-RCTNetwork:
1890
+ :path: "../node_modules/react-native/Libraries/Network"
1891
+ React-RCTSettings:
1892
+ :path: "../node_modules/react-native/Libraries/Settings"
1893
+ React-RCTText:
1894
+ :path: "../node_modules/react-native/Libraries/Text"
1895
+ React-RCTVibration:
1896
+ :path: "../node_modules/react-native/Libraries/Vibration"
1897
+ React-rendererconsistency:
1898
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/consistency"
1899
+ React-rendererdebug:
1900
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
1901
+ React-rncore:
1902
+ :path: "../node_modules/react-native/ReactCommon"
1903
+ React-RuntimeApple:
1904
+ :path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios"
1905
+ React-RuntimeCore:
1906
+ :path: "../node_modules/react-native/ReactCommon/react/runtime"
1907
+ React-runtimeexecutor:
1908
+ :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
1909
+ React-RuntimeHermes:
1910
+ :path: "../node_modules/react-native/ReactCommon/react/runtime"
1911
+ React-runtimescheduler:
1912
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
1913
+ React-timing:
1914
+ :path: "../node_modules/react-native/ReactCommon/react/timing"
1915
+ React-utils:
1916
+ :path: "../node_modules/react-native/ReactCommon/react/utils"
1917
+ ReactAppDependencyProvider:
1918
+ :path: build/generated/ios
1919
+ ReactCodegen:
1920
+ :path: build/generated/ios
1921
+ ReactCommon:
1922
+ :path: "../node_modules/react-native/ReactCommon"
1923
+ RNBootSplash:
1924
+ :path: "../node_modules/react-native-bootsplash"
1925
+ RNScreens:
1926
+ :path: "../node_modules/react-native-screens"
1927
+ RNSVG:
1928
+ :path: "../node_modules/react-native-svg"
1929
+ Yoga:
1930
+ :path: "../node_modules/react-native/ReactCommon/yoga"
1931
+
1932
+ SPEC CHECKSUMS:
1933
+ boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
1934
+ DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
1935
+ fast_float: 06eeec4fe712a76acc9376682e4808b05ce978b6
1936
+ FBLazyVector: 2bc03a5cf64e29c611bbc5d7eb9d9f7431f37ee6
1937
+ fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
1938
+ glog: eb93e2f488219332457c3c4eafd2738ddc7e80b8
1939
+ hermes-engine: 1f783c3d53940aed0d2c84586f0b7a85ab7827ef
1940
+ RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
1941
+ RCTDeprecation: f5c19ebdb8804b53ed029123eb69914356192fc8
1942
+ RCTRequired: 6ae6cebe470486e0e0ce89c1c0eabb998e7c51f4
1943
+ RCTTypeSafety: 50d6ec72a3d13cf77e041ff43a0617050fb98e3f
1944
+ React: e46fdbd82d2de942970c106677056f3bdd438d82
1945
+ React-callinvoker: b027ad895934b5f27ce166d095ed0d272d7df619
1946
+ React-Core: 92733c8280b1642afed7ebfb3c523feaec946ece
1947
+ React-CoreModules: e2dfd87b6fdb9d969b16871655885a4d89a2a9f4
1948
+ React-cxxreact: d1a70e78543bb5b159fdaf6c52cadd33c1ae3244
1949
+ React-debug: 78d7544d2750737ac3acc88cca2f457d081ec43d
1950
+ React-defaultsnativemodule: b24e61fe2d5bb84501898683f9d13ff7fc02a9df
1951
+ React-domnativemodule: 210ca3670f16ae92fbcff8da204750af8a7295af
1952
+ React-Fabric: 4b3d03ea38646dcc80888253c2befca80526abed
1953
+ React-FabricComponents: 38fcb6f5c08f8de9e693f2644d2da54ae4fbf6c8
1954
+ React-FabricImage: 1d37769002c13dfffa9f53557a173d56c9ade5e3
1955
+ React-featureflags: 92dd7d0169ab0bf8ad404a5fe757c1ca7ccd74e8
1956
+ React-featureflagsnativemodule: 8a6373d7b4ef3c08d82b60376f75bd189bfc8cb2
1957
+ React-graphics: 2b316fcf5b6c29ded7d53ae0007d1d129dc89510
1958
+ React-hermes: bf50c8272cb562300a54a621aa69dc12a0b4fcf2
1959
+ React-idlecallbacksnativemodule: 47df5b6649ca5e0046aa3e43e680452007b16871
1960
+ React-ImageManager: 83b8dc67e97cd5fe10cb715bd878aded16adb40f
1961
+ React-jserrorhandler: ac08c5673dea69b08e11faf074fd602fbf9492cc
1962
+ React-jsi: 19e77567e235d06b7e8f425d2a6c1e948ab286e9
1963
+ React-jsiexecutor: fe6ad8b9a2bf97e435fc1c969c80ed7f447ed68e
1964
+ React-jsinspector: f321d958a5534b65b56f7806c674e159c28f7d69
1965
+ React-jsitracing: d358876acde46009f391228b932a5efe13c8895b
1966
+ React-logger: 02e5802824aa9b15cb7df42e10a91abead83cd8d
1967
+ React-Mapbuffer: 99bd566147aaa78e872568be53ebca8a4449ddae
1968
+ React-microtasksnativemodule: 51e7813abf875408a0f367e473a65bbab6aa8481
1969
+ react-native-config: ea75335a7cca1d3326de1da384227e580a7c082e
1970
+ react-native-mmkv: 24917f0685641ccfd37c9b7004b26c00551128be
1971
+ react-native-safe-area-context: efd435f89b73d91f37438e5ac2d725f0e7adff95
1972
+ React-nativeconfig: cd0fbb40987a9658c24dab5812c14e5522a64929
1973
+ React-NativeModulesApple: 4a9c304aa4fb086af32e8758ba892386d895b4d3
1974
+ React-perflogger: 721172bda31a65ce7b7a0c3bf3de96f12ef6f45d
1975
+ React-performancetimeline: 46dbe9fd618ff882f59600dcd9fa923a9713cc3b
1976
+ React-RCTActionSheet: 25eb72eabade4095bfaf6cd9c5c965c76865daa8
1977
+ React-RCTAnimation: 8efbd0a4a71fd3dbe84e6d08b92bec5728b7524b
1978
+ React-RCTAppDelegate: 8ff6da817adefd15d4e25ade53a477c344f9b213
1979
+ React-RCTBlob: 6056bd62a56a6d2dad55cdf195949db1de623e14
1980
+ React-RCTFabric: 949589de63c19b8b197555567fbc51eebd265bbc
1981
+ React-RCTFBReactNativeSpec: 4214925b1c4829fb1e73bfbacb301244b522dc11
1982
+ React-RCTImage: 7b3f38c77e183bdcb43dbcd7b5842b96c814889a
1983
+ React-RCTLinking: 6cca74db71b23f670b72e45603e615c2b72b2235
1984
+ React-RCTNetwork: 5791b0718eff20c12f6f3d62e2ad50cff4b5c8a0
1985
+ React-RCTSettings: 84154e31a232b5b03b6b7a89924a267c431ccf16
1986
+ React-RCTText: cd49cb4442ee7f64b0415b27745d2495cb40cfaa
1987
+ React-RCTVibration: 2a7432e61d42f802716bd67edc793b5e5f58971a
1988
+ React-rendererconsistency: 7a81b08f01655b458d1de48ddd5b3f5988fd753f
1989
+ React-rendererdebug: a6547cf2f3f7bcdd8d36ff5e103145d83f5001d4
1990
+ React-rncore: dd08c91cea25486f79012e32975c0ea26bd92760
1991
+ React-RuntimeApple: ea09b4c38df2695e0cb3fa60a83db81d653a39fd
1992
+ React-RuntimeCore: 3dc763d365a1f738d92cd942066dd347953733f3
1993
+ React-runtimeexecutor: f9ae11481be048438640085c1e8266d6afebae44
1994
+ React-RuntimeHermes: 3bc16b5a5a756a292ad6f56968dfb8de643ae20b
1995
+ React-runtimescheduler: 2e90401c400b62bb720d6ac028dcef803e30d888
1996
+ React-timing: 0d0263a5d8ab6fc8c325efb54cee1d6a6f01d657
1997
+ React-utils: 8905cd01f46755ea42268875d04c614a0d46431e
1998
+ ReactAppDependencyProvider: 6e8d68583f39dc31ee65235110287277eb8556ef
1999
+ ReactCodegen: c08a5113d9c9c895fe10f3c296f74c6b705a60a9
2000
+ ReactCommon: 1bd2dc684d7992acbf0dfee887b89a57a1ead86d
2001
+ RNBootSplash: 9196ed6143d4993795a35822b1b9134c93f709e2
2002
+ RNScreens: 5d61e452b51e7c23b3fcb9f16c4967d683a60a9d
2003
+ RNSVG: 2089e8b3a145acb2f392017279790f007f934567
2004
+ SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
2005
+ Yoga: 19e024043f22ca4bb868cc5bb746b127885af979
2006
+
2007
+ PODFILE CHECKSUM: 2abb35f8a3d5d2018231b240421586ad108302cd
2008
+
2009
+ COCOAPODS: 1.15.2