@brightlayer-ui/react-native-template-authentication-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 (40) hide show
  1. package/CHANGELOG.md +22 -9
  2. package/README.md +10 -8
  3. package/package.json +2 -2
  4. package/template/.prettierrc.js +0 -2
  5. package/template/App.tsx +37 -9
  6. package/template/Gemfile +11 -2
  7. package/template/android/app/build.gradle +15 -14
  8. package/template/android/app/src/main/AndroidManifest.xml +2 -1
  9. package/template/android/app/src/main/java/com/example/MainApplication.kt +4 -11
  10. package/template/android/app/src/main/res/drawable/rn_edit_text_material.xml +2 -1
  11. package/template/android/build.gradle +6 -6
  12. package/template/android/gradle/wrapper/gradle-wrapper.jar +0 -0
  13. package/template/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  14. package/template/android/gradle.properties +1 -3
  15. package/template/android/gradlew +13 -11
  16. package/template/android/gradlew.bat +19 -12
  17. package/template/android/settings.gradle +3 -1
  18. package/template/babel.config.js +1 -1
  19. package/template/ios/Podfile +3 -27
  20. package/template/ios/Podfile.lock +2234 -662
  21. package/template/ios/example/AppDelegate.swift +48 -0
  22. package/template/ios/example/Info.plist +16 -26
  23. package/template/ios/example/PrivacyInfo.xcprivacy +37 -0
  24. package/template/ios/example.xcodeproj/project.pbxproj +26 -268
  25. package/template/ios/exampleTests/Info.plist +31 -18
  26. package/template/okta.config.js +10 -0
  27. package/template/package.json +55 -46
  28. package/template/src/components/UserMenuComponent.tsx +40 -5
  29. package/template/src/contexts/RegistrationContext.tsx +26 -0
  30. package/template/src/navigation/index.tsx +56 -61
  31. package/template/src/navigation/navigation-drawer.tsx +8 -9
  32. package/template/src/screens/ChangePassword.tsx +20 -4
  33. package/template/src/screens/OktaLogin.tsx +58 -0
  34. package/template/translations/i18n.ts +5 -5
  35. package/template/yarn.lock +8616 -0
  36. package/template/_gitignore +0 -64
  37. package/template/ios/example/AppDelegate.h +0 -6
  38. package/template/ios/example/AppDelegate.mm +0 -31
  39. package/template/ios/example/main.m +0 -10
  40. package/template/ios/exampleTests/exampleTests.m +0 -66
@@ -1,402 +1,508 @@
1
1
  PODS:
2
- - boost (1.83.0)
3
- - CocoaAsyncSocket (7.6.5)
2
+ - boost (1.84.0)
4
3
  - DoubleConversion (1.1.6)
5
- - FBLazyVector (0.73.2)
6
- - FBReactNativeSpec (0.73.2):
7
- - RCT-Folly (= 2022.05.16.00)
8
- - RCTRequired (= 0.73.2)
9
- - RCTTypeSafety (= 0.73.2)
10
- - React-Core (= 0.73.2)
11
- - React-jsi (= 0.73.2)
12
- - ReactCommon/turbomodule/core (= 0.73.2)
13
- - Flipper (0.201.0):
14
- - Flipper-Folly (~> 2.6)
15
- - Flipper-Boost-iOSX (1.76.0.1.11)
16
- - Flipper-DoubleConversion (3.2.0.1)
17
- - Flipper-Fmt (7.1.7)
18
- - Flipper-Folly (2.6.10):
19
- - Flipper-Boost-iOSX
20
- - Flipper-DoubleConversion
21
- - Flipper-Fmt (= 7.1.7)
22
- - Flipper-Glog
23
- - libevent (~> 2.1.12)
24
- - OpenSSL-Universal (= 1.1.1100)
25
- - Flipper-Glog (0.5.0.5)
26
- - Flipper-PeerTalk (0.0.4)
27
- - FlipperKit (0.201.0):
28
- - FlipperKit/Core (= 0.201.0)
29
- - FlipperKit/Core (0.201.0):
30
- - Flipper (~> 0.201.0)
31
- - FlipperKit/CppBridge
32
- - FlipperKit/FBCxxFollyDynamicConvert
33
- - FlipperKit/FBDefines
34
- - FlipperKit/FKPortForwarding
35
- - SocketRocket (~> 0.6.0)
36
- - FlipperKit/CppBridge (0.201.0):
37
- - Flipper (~> 0.201.0)
38
- - FlipperKit/FBCxxFollyDynamicConvert (0.201.0):
39
- - Flipper-Folly (~> 2.6)
40
- - FlipperKit/FBDefines (0.201.0)
41
- - FlipperKit/FKPortForwarding (0.201.0):
42
- - CocoaAsyncSocket (~> 7.6)
43
- - Flipper-PeerTalk (~> 0.0.4)
44
- - FlipperKit/FlipperKitHighlightOverlay (0.201.0)
45
- - FlipperKit/FlipperKitLayoutHelpers (0.201.0):
46
- - FlipperKit/Core
47
- - FlipperKit/FlipperKitHighlightOverlay
48
- - FlipperKit/FlipperKitLayoutTextSearchable
49
- - FlipperKit/FlipperKitLayoutIOSDescriptors (0.201.0):
50
- - FlipperKit/Core
51
- - FlipperKit/FlipperKitHighlightOverlay
52
- - FlipperKit/FlipperKitLayoutHelpers
53
- - FlipperKit/FlipperKitLayoutPlugin (0.201.0):
54
- - FlipperKit/Core
55
- - FlipperKit/FlipperKitHighlightOverlay
56
- - FlipperKit/FlipperKitLayoutHelpers
57
- - FlipperKit/FlipperKitLayoutIOSDescriptors
58
- - FlipperKit/FlipperKitLayoutTextSearchable
59
- - FlipperKit/FlipperKitLayoutTextSearchable (0.201.0)
60
- - FlipperKit/FlipperKitNetworkPlugin (0.201.0):
61
- - FlipperKit/Core
62
- - FlipperKit/FlipperKitReactPlugin (0.201.0):
63
- - FlipperKit/Core
64
- - FlipperKit/FlipperKitUserDefaultsPlugin (0.201.0):
65
- - FlipperKit/Core
66
- - FlipperKit/SKIOSNetworkPlugin (0.201.0):
67
- - FlipperKit/Core
68
- - FlipperKit/FlipperKitNetworkPlugin
69
- - fmt (6.2.1)
4
+ - fast_float (8.0.0)
5
+ - FBLazyVector (0.80.1)
6
+ - fmt (11.0.2)
70
7
  - glog (0.3.5)
71
- - hermes-engine (0.73.2):
72
- - hermes-engine/Pre-built (= 0.73.2)
73
- - hermes-engine/Pre-built (0.73.2)
74
- - libevent (2.1.12)
75
- - OpenSSL-Universal (1.1.1100)
76
- - RCT-Folly (2022.05.16.00):
8
+ - hermes-engine (0.80.1):
9
+ - hermes-engine/Pre-built (= 0.80.1)
10
+ - hermes-engine/Pre-built (0.80.1)
11
+ - OktaOidc (3.11.7):
12
+ - OktaOidc/AppAuth (= 3.11.7)
13
+ - OktaOidc/Okta (= 3.11.7)
14
+ - OktaOidc/AppAuth (3.11.7)
15
+ - OktaOidc/Okta (3.11.7):
16
+ - OktaOidc/AppAuth
17
+ - OktaSdkBridgeReactNative (2.17.0):
18
+ - OktaOidc (= 3.11.7)
19
+ - React
20
+ - RCT-Folly (2024.11.18.00):
77
21
  - boost
78
22
  - DoubleConversion
79
- - fmt (~> 6.2.1)
23
+ - fast_float (= 8.0.0)
24
+ - fmt (= 11.0.2)
80
25
  - glog
81
- - RCT-Folly/Default (= 2022.05.16.00)
82
- - RCT-Folly/Default (2022.05.16.00):
26
+ - RCT-Folly/Default (= 2024.11.18.00)
27
+ - RCT-Folly/Default (2024.11.18.00):
83
28
  - boost
84
29
  - DoubleConversion
85
- - fmt (~> 6.2.1)
30
+ - fast_float (= 8.0.0)
31
+ - fmt (= 11.0.2)
86
32
  - glog
87
- - RCT-Folly/Fabric (2022.05.16.00):
33
+ - RCT-Folly/Fabric (2024.11.18.00):
88
34
  - boost
89
35
  - DoubleConversion
90
- - fmt (~> 6.2.1)
91
- - glog
92
- - RCT-Folly/Futures (2022.05.16.00):
36
+ - fast_float (= 8.0.0)
37
+ - fmt (= 11.0.2)
38
+ - glog
39
+ - RCTDeprecation (0.80.1)
40
+ - RCTRequired (0.80.1)
41
+ - RCTTypeSafety (0.80.1):
42
+ - FBLazyVector (= 0.80.1)
43
+ - RCTRequired (= 0.80.1)
44
+ - React-Core (= 0.80.1)
45
+ - React (0.80.1):
46
+ - React-Core (= 0.80.1)
47
+ - React-Core/DevSupport (= 0.80.1)
48
+ - React-Core/RCTWebSocket (= 0.80.1)
49
+ - React-RCTActionSheet (= 0.80.1)
50
+ - React-RCTAnimation (= 0.80.1)
51
+ - React-RCTBlob (= 0.80.1)
52
+ - React-RCTImage (= 0.80.1)
53
+ - React-RCTLinking (= 0.80.1)
54
+ - React-RCTNetwork (= 0.80.1)
55
+ - React-RCTSettings (= 0.80.1)
56
+ - React-RCTText (= 0.80.1)
57
+ - React-RCTVibration (= 0.80.1)
58
+ - React-callinvoker (0.80.1)
59
+ - React-Core (0.80.1):
93
60
  - boost
94
61
  - DoubleConversion
95
- - fmt (~> 6.2.1)
96
- - glog
97
- - libevent
98
- - RCTRequired (0.73.2)
99
- - RCTTypeSafety (0.73.2):
100
- - FBLazyVector (= 0.73.2)
101
- - RCTRequired (= 0.73.2)
102
- - React-Core (= 0.73.2)
103
- - React (0.73.2):
104
- - React-Core (= 0.73.2)
105
- - React-Core/DevSupport (= 0.73.2)
106
- - React-Core/RCTWebSocket (= 0.73.2)
107
- - React-RCTActionSheet (= 0.73.2)
108
- - React-RCTAnimation (= 0.73.2)
109
- - React-RCTBlob (= 0.73.2)
110
- - React-RCTImage (= 0.73.2)
111
- - React-RCTLinking (= 0.73.2)
112
- - React-RCTNetwork (= 0.73.2)
113
- - React-RCTSettings (= 0.73.2)
114
- - React-RCTText (= 0.73.2)
115
- - React-RCTVibration (= 0.73.2)
116
- - React-callinvoker (0.73.2)
117
- - React-Codegen (0.73.2):
118
- - DoubleConversion
119
- - FBReactNativeSpec
62
+ - fast_float
63
+ - fmt
120
64
  - glog
121
65
  - hermes-engine
122
66
  - RCT-Folly
123
- - RCTRequired
124
- - RCTTypeSafety
125
- - React-Core
126
- - React-jsi
127
- - React-jsiexecutor
128
- - React-NativeModulesApple
129
- - React-rncore
130
- - ReactCommon/turbomodule/bridging
131
- - ReactCommon/turbomodule/core
132
- - React-Core (0.73.2):
133
- - glog
134
- - hermes-engine
135
- - RCT-Folly (= 2022.05.16.00)
136
- - React-Core/Default (= 0.73.2)
67
+ - RCT-Folly/Fabric
68
+ - RCTDeprecation
69
+ - React-Core/Default (= 0.80.1)
137
70
  - React-cxxreact
71
+ - React-featureflags
138
72
  - React-hermes
139
73
  - React-jsi
140
74
  - React-jsiexecutor
75
+ - React-jsinspector
76
+ - React-jsinspectorcdp
77
+ - React-jsitooling
141
78
  - React-perflogger
142
79
  - React-runtimescheduler
143
80
  - React-utils
144
- - SocketRocket (= 0.6.1)
81
+ - SocketRocket
145
82
  - Yoga
146
- - React-Core/CoreModulesHeaders (0.73.2):
83
+ - React-Core/CoreModulesHeaders (0.80.1):
84
+ - boost
85
+ - DoubleConversion
86
+ - fast_float
87
+ - fmt
147
88
  - glog
148
89
  - hermes-engine
149
- - RCT-Folly (= 2022.05.16.00)
90
+ - RCT-Folly
91
+ - RCT-Folly/Fabric
92
+ - RCTDeprecation
150
93
  - React-Core/Default
151
94
  - React-cxxreact
95
+ - React-featureflags
152
96
  - React-hermes
153
97
  - React-jsi
154
98
  - React-jsiexecutor
99
+ - React-jsinspector
100
+ - React-jsinspectorcdp
101
+ - React-jsitooling
155
102
  - React-perflogger
156
103
  - React-runtimescheduler
157
104
  - React-utils
158
- - SocketRocket (= 0.6.1)
105
+ - SocketRocket
159
106
  - Yoga
160
- - React-Core/Default (0.73.2):
107
+ - React-Core/Default (0.80.1):
108
+ - boost
109
+ - DoubleConversion
110
+ - fast_float
111
+ - fmt
161
112
  - glog
162
113
  - hermes-engine
163
- - RCT-Folly (= 2022.05.16.00)
114
+ - RCT-Folly
115
+ - RCT-Folly/Fabric
116
+ - RCTDeprecation
164
117
  - React-cxxreact
118
+ - React-featureflags
165
119
  - React-hermes
166
120
  - React-jsi
167
121
  - React-jsiexecutor
122
+ - React-jsinspector
123
+ - React-jsinspectorcdp
124
+ - React-jsitooling
168
125
  - React-perflogger
169
126
  - React-runtimescheduler
170
127
  - React-utils
171
- - SocketRocket (= 0.6.1)
128
+ - SocketRocket
172
129
  - Yoga
173
- - React-Core/DevSupport (0.73.2):
130
+ - React-Core/DevSupport (0.80.1):
131
+ - boost
132
+ - DoubleConversion
133
+ - fast_float
134
+ - fmt
174
135
  - glog
175
136
  - hermes-engine
176
- - RCT-Folly (= 2022.05.16.00)
177
- - React-Core/Default (= 0.73.2)
178
- - React-Core/RCTWebSocket (= 0.73.2)
137
+ - RCT-Folly
138
+ - RCT-Folly/Fabric
139
+ - RCTDeprecation
140
+ - React-Core/Default (= 0.80.1)
141
+ - React-Core/RCTWebSocket (= 0.80.1)
179
142
  - React-cxxreact
143
+ - React-featureflags
180
144
  - React-hermes
181
145
  - React-jsi
182
146
  - React-jsiexecutor
183
- - React-jsinspector (= 0.73.2)
147
+ - React-jsinspector
148
+ - React-jsinspectorcdp
149
+ - React-jsitooling
184
150
  - React-perflogger
185
151
  - React-runtimescheduler
186
152
  - React-utils
187
- - SocketRocket (= 0.6.1)
153
+ - SocketRocket
188
154
  - Yoga
189
- - React-Core/RCTActionSheetHeaders (0.73.2):
155
+ - React-Core/RCTActionSheetHeaders (0.80.1):
156
+ - boost
157
+ - DoubleConversion
158
+ - fast_float
159
+ - fmt
190
160
  - glog
191
161
  - hermes-engine
192
- - RCT-Folly (= 2022.05.16.00)
162
+ - RCT-Folly
163
+ - RCT-Folly/Fabric
164
+ - RCTDeprecation
193
165
  - React-Core/Default
194
166
  - React-cxxreact
167
+ - React-featureflags
195
168
  - React-hermes
196
169
  - React-jsi
197
170
  - React-jsiexecutor
171
+ - React-jsinspector
172
+ - React-jsinspectorcdp
173
+ - React-jsitooling
198
174
  - React-perflogger
199
175
  - React-runtimescheduler
200
176
  - React-utils
201
- - SocketRocket (= 0.6.1)
177
+ - SocketRocket
202
178
  - Yoga
203
- - React-Core/RCTAnimationHeaders (0.73.2):
179
+ - React-Core/RCTAnimationHeaders (0.80.1):
180
+ - boost
181
+ - DoubleConversion
182
+ - fast_float
183
+ - fmt
204
184
  - glog
205
185
  - hermes-engine
206
- - RCT-Folly (= 2022.05.16.00)
186
+ - RCT-Folly
187
+ - RCT-Folly/Fabric
188
+ - RCTDeprecation
207
189
  - React-Core/Default
208
190
  - React-cxxreact
191
+ - React-featureflags
209
192
  - React-hermes
210
193
  - React-jsi
211
194
  - React-jsiexecutor
195
+ - React-jsinspector
196
+ - React-jsinspectorcdp
197
+ - React-jsitooling
212
198
  - React-perflogger
213
199
  - React-runtimescheduler
214
200
  - React-utils
215
- - SocketRocket (= 0.6.1)
201
+ - SocketRocket
216
202
  - Yoga
217
- - React-Core/RCTBlobHeaders (0.73.2):
203
+ - React-Core/RCTBlobHeaders (0.80.1):
204
+ - boost
205
+ - DoubleConversion
206
+ - fast_float
207
+ - fmt
218
208
  - glog
219
209
  - hermes-engine
220
- - RCT-Folly (= 2022.05.16.00)
210
+ - RCT-Folly
211
+ - RCT-Folly/Fabric
212
+ - RCTDeprecation
221
213
  - React-Core/Default
222
214
  - React-cxxreact
215
+ - React-featureflags
223
216
  - React-hermes
224
217
  - React-jsi
225
218
  - React-jsiexecutor
219
+ - React-jsinspector
220
+ - React-jsinspectorcdp
221
+ - React-jsitooling
226
222
  - React-perflogger
227
223
  - React-runtimescheduler
228
224
  - React-utils
229
- - SocketRocket (= 0.6.1)
225
+ - SocketRocket
230
226
  - Yoga
231
- - React-Core/RCTImageHeaders (0.73.2):
227
+ - React-Core/RCTImageHeaders (0.80.1):
228
+ - boost
229
+ - DoubleConversion
230
+ - fast_float
231
+ - fmt
232
232
  - glog
233
233
  - hermes-engine
234
- - RCT-Folly (= 2022.05.16.00)
234
+ - RCT-Folly
235
+ - RCT-Folly/Fabric
236
+ - RCTDeprecation
235
237
  - React-Core/Default
236
238
  - React-cxxreact
239
+ - React-featureflags
237
240
  - React-hermes
238
241
  - React-jsi
239
242
  - React-jsiexecutor
243
+ - React-jsinspector
244
+ - React-jsinspectorcdp
245
+ - React-jsitooling
240
246
  - React-perflogger
241
247
  - React-runtimescheduler
242
248
  - React-utils
243
- - SocketRocket (= 0.6.1)
249
+ - SocketRocket
244
250
  - Yoga
245
- - React-Core/RCTLinkingHeaders (0.73.2):
251
+ - React-Core/RCTLinkingHeaders (0.80.1):
252
+ - boost
253
+ - DoubleConversion
254
+ - fast_float
255
+ - fmt
246
256
  - glog
247
257
  - hermes-engine
248
- - RCT-Folly (= 2022.05.16.00)
258
+ - RCT-Folly
259
+ - RCT-Folly/Fabric
260
+ - RCTDeprecation
249
261
  - React-Core/Default
250
262
  - React-cxxreact
263
+ - React-featureflags
251
264
  - React-hermes
252
265
  - React-jsi
253
266
  - React-jsiexecutor
267
+ - React-jsinspector
268
+ - React-jsinspectorcdp
269
+ - React-jsitooling
254
270
  - React-perflogger
255
271
  - React-runtimescheduler
256
272
  - React-utils
257
- - SocketRocket (= 0.6.1)
273
+ - SocketRocket
258
274
  - Yoga
259
- - React-Core/RCTNetworkHeaders (0.73.2):
275
+ - React-Core/RCTNetworkHeaders (0.80.1):
276
+ - boost
277
+ - DoubleConversion
278
+ - fast_float
279
+ - fmt
260
280
  - glog
261
281
  - hermes-engine
262
- - RCT-Folly (= 2022.05.16.00)
282
+ - RCT-Folly
283
+ - RCT-Folly/Fabric
284
+ - RCTDeprecation
263
285
  - React-Core/Default
264
286
  - React-cxxreact
287
+ - React-featureflags
265
288
  - React-hermes
266
289
  - React-jsi
267
290
  - React-jsiexecutor
291
+ - React-jsinspector
292
+ - React-jsinspectorcdp
293
+ - React-jsitooling
268
294
  - React-perflogger
269
295
  - React-runtimescheduler
270
296
  - React-utils
271
- - SocketRocket (= 0.6.1)
297
+ - SocketRocket
272
298
  - Yoga
273
- - React-Core/RCTSettingsHeaders (0.73.2):
299
+ - React-Core/RCTSettingsHeaders (0.80.1):
300
+ - boost
301
+ - DoubleConversion
302
+ - fast_float
303
+ - fmt
274
304
  - glog
275
305
  - hermes-engine
276
- - RCT-Folly (= 2022.05.16.00)
306
+ - RCT-Folly
307
+ - RCT-Folly/Fabric
308
+ - RCTDeprecation
277
309
  - React-Core/Default
278
310
  - React-cxxreact
311
+ - React-featureflags
279
312
  - React-hermes
280
313
  - React-jsi
281
314
  - React-jsiexecutor
315
+ - React-jsinspector
316
+ - React-jsinspectorcdp
317
+ - React-jsitooling
282
318
  - React-perflogger
283
319
  - React-runtimescheduler
284
320
  - React-utils
285
- - SocketRocket (= 0.6.1)
321
+ - SocketRocket
286
322
  - Yoga
287
- - React-Core/RCTTextHeaders (0.73.2):
323
+ - React-Core/RCTTextHeaders (0.80.1):
324
+ - boost
325
+ - DoubleConversion
326
+ - fast_float
327
+ - fmt
288
328
  - glog
289
329
  - hermes-engine
290
- - RCT-Folly (= 2022.05.16.00)
330
+ - RCT-Folly
331
+ - RCT-Folly/Fabric
332
+ - RCTDeprecation
291
333
  - React-Core/Default
292
334
  - React-cxxreact
335
+ - React-featureflags
293
336
  - React-hermes
294
337
  - React-jsi
295
338
  - React-jsiexecutor
339
+ - React-jsinspector
340
+ - React-jsinspectorcdp
341
+ - React-jsitooling
296
342
  - React-perflogger
297
343
  - React-runtimescheduler
298
344
  - React-utils
299
- - SocketRocket (= 0.6.1)
345
+ - SocketRocket
300
346
  - Yoga
301
- - React-Core/RCTVibrationHeaders (0.73.2):
347
+ - React-Core/RCTVibrationHeaders (0.80.1):
348
+ - boost
349
+ - DoubleConversion
350
+ - fast_float
351
+ - fmt
302
352
  - glog
303
353
  - hermes-engine
304
- - RCT-Folly (= 2022.05.16.00)
354
+ - RCT-Folly
355
+ - RCT-Folly/Fabric
356
+ - RCTDeprecation
305
357
  - React-Core/Default
306
358
  - React-cxxreact
359
+ - React-featureflags
307
360
  - React-hermes
308
361
  - React-jsi
309
362
  - React-jsiexecutor
363
+ - React-jsinspector
364
+ - React-jsinspectorcdp
365
+ - React-jsitooling
310
366
  - React-perflogger
311
367
  - React-runtimescheduler
312
368
  - React-utils
313
- - SocketRocket (= 0.6.1)
369
+ - SocketRocket
314
370
  - Yoga
315
- - React-Core/RCTWebSocket (0.73.2):
371
+ - React-Core/RCTWebSocket (0.80.1):
372
+ - boost
373
+ - DoubleConversion
374
+ - fast_float
375
+ - fmt
316
376
  - glog
317
377
  - hermes-engine
318
- - RCT-Folly (= 2022.05.16.00)
319
- - React-Core/Default (= 0.73.2)
378
+ - RCT-Folly
379
+ - RCT-Folly/Fabric
380
+ - RCTDeprecation
381
+ - React-Core/Default (= 0.80.1)
320
382
  - React-cxxreact
383
+ - React-featureflags
321
384
  - React-hermes
322
385
  - React-jsi
323
386
  - React-jsiexecutor
387
+ - React-jsinspector
388
+ - React-jsinspectorcdp
389
+ - React-jsitooling
324
390
  - React-perflogger
325
391
  - React-runtimescheduler
326
392
  - React-utils
327
- - SocketRocket (= 0.6.1)
393
+ - SocketRocket
328
394
  - Yoga
329
- - React-CoreModules (0.73.2):
330
- - RCT-Folly (= 2022.05.16.00)
331
- - RCTTypeSafety (= 0.73.2)
332
- - React-Codegen
333
- - React-Core/CoreModulesHeaders (= 0.73.2)
334
- - React-jsi (= 0.73.2)
395
+ - React-CoreModules (0.80.1):
396
+ - boost
397
+ - DoubleConversion
398
+ - fast_float
399
+ - fmt
400
+ - glog
401
+ - RCT-Folly
402
+ - RCT-Folly/Fabric
403
+ - RCTTypeSafety (= 0.80.1)
404
+ - React-Core/CoreModulesHeaders (= 0.80.1)
405
+ - React-jsi (= 0.80.1)
406
+ - React-jsinspector
407
+ - React-jsinspectorcdp
408
+ - React-jsinspectortracing
335
409
  - React-NativeModulesApple
336
410
  - React-RCTBlob
337
- - React-RCTImage (= 0.73.2)
411
+ - React-RCTFBReactNativeSpec
412
+ - React-RCTImage (= 0.80.1)
338
413
  - ReactCommon
339
- - SocketRocket (= 0.6.1)
340
- - React-cxxreact (0.73.2):
341
- - boost (= 1.83.0)
414
+ - SocketRocket
415
+ - React-cxxreact (0.80.1):
416
+ - boost
342
417
  - DoubleConversion
343
- - fmt (~> 6.2.1)
418
+ - fast_float
419
+ - fmt
344
420
  - glog
345
421
  - hermes-engine
346
- - RCT-Folly (= 2022.05.16.00)
347
- - React-callinvoker (= 0.73.2)
348
- - React-debug (= 0.73.2)
349
- - React-jsi (= 0.73.2)
350
- - React-jsinspector (= 0.73.2)
351
- - React-logger (= 0.73.2)
352
- - React-perflogger (= 0.73.2)
353
- - React-runtimeexecutor (= 0.73.2)
354
- - React-debug (0.73.2)
355
- - React-Fabric (0.73.2):
422
+ - RCT-Folly
423
+ - RCT-Folly/Fabric
424
+ - React-callinvoker (= 0.80.1)
425
+ - React-debug (= 0.80.1)
426
+ - React-jsi (= 0.80.1)
427
+ - React-jsinspector
428
+ - React-jsinspectorcdp
429
+ - React-jsinspectortracing
430
+ - React-logger (= 0.80.1)
431
+ - React-perflogger (= 0.80.1)
432
+ - React-runtimeexecutor (= 0.80.1)
433
+ - React-timing (= 0.80.1)
434
+ - SocketRocket
435
+ - React-debug (0.80.1)
436
+ - React-defaultsnativemodule (0.80.1):
437
+ - boost
356
438
  - DoubleConversion
357
- - fmt (~> 6.2.1)
439
+ - fast_float
440
+ - fmt
358
441
  - glog
359
442
  - hermes-engine
360
- - RCT-Folly/Fabric (= 2022.05.16.00)
361
- - RCTRequired
362
- - RCTTypeSafety
363
- - React-Core
364
- - React-cxxreact
365
- - React-debug
366
- - React-Fabric/animations (= 0.73.2)
367
- - React-Fabric/attributedstring (= 0.73.2)
368
- - React-Fabric/componentregistry (= 0.73.2)
369
- - React-Fabric/componentregistrynative (= 0.73.2)
370
- - React-Fabric/components (= 0.73.2)
371
- - React-Fabric/core (= 0.73.2)
372
- - React-Fabric/imagemanager (= 0.73.2)
373
- - React-Fabric/leakchecker (= 0.73.2)
374
- - React-Fabric/mounting (= 0.73.2)
375
- - React-Fabric/scheduler (= 0.73.2)
376
- - React-Fabric/telemetry (= 0.73.2)
377
- - React-Fabric/templateprocessor (= 0.73.2)
378
- - React-Fabric/textlayoutmanager (= 0.73.2)
379
- - React-Fabric/uimanager (= 0.73.2)
443
+ - RCT-Folly
444
+ - RCT-Folly/Fabric
445
+ - React-domnativemodule
446
+ - React-featureflagsnativemodule
447
+ - React-hermes
448
+ - React-idlecallbacksnativemodule
449
+ - React-jsi
450
+ - React-jsiexecutor
451
+ - React-microtasksnativemodule
452
+ - React-RCTFBReactNativeSpec
453
+ - SocketRocket
454
+ - React-domnativemodule (0.80.1):
455
+ - boost
456
+ - DoubleConversion
457
+ - fast_float
458
+ - fmt
459
+ - glog
460
+ - hermes-engine
461
+ - RCT-Folly
462
+ - RCT-Folly/Fabric
463
+ - React-Fabric
464
+ - React-FabricComponents
380
465
  - React-graphics
466
+ - React-hermes
381
467
  - React-jsi
382
468
  - React-jsiexecutor
383
- - React-logger
384
- - React-rendererdebug
385
- - React-runtimescheduler
386
- - React-utils
469
+ - React-RCTFBReactNativeSpec
387
470
  - ReactCommon/turbomodule/core
388
- - React-Fabric/animations (0.73.2):
471
+ - SocketRocket
472
+ - Yoga
473
+ - React-Fabric (0.80.1):
474
+ - boost
389
475
  - DoubleConversion
390
- - fmt (~> 6.2.1)
476
+ - fast_float
477
+ - fmt
391
478
  - glog
392
479
  - hermes-engine
393
- - RCT-Folly/Fabric (= 2022.05.16.00)
480
+ - RCT-Folly
481
+ - RCT-Folly/Fabric
394
482
  - RCTRequired
395
483
  - RCTTypeSafety
396
484
  - React-Core
397
485
  - React-cxxreact
398
486
  - React-debug
487
+ - React-Fabric/animations (= 0.80.1)
488
+ - React-Fabric/attributedstring (= 0.80.1)
489
+ - React-Fabric/componentregistry (= 0.80.1)
490
+ - React-Fabric/componentregistrynative (= 0.80.1)
491
+ - React-Fabric/components (= 0.80.1)
492
+ - React-Fabric/consistency (= 0.80.1)
493
+ - React-Fabric/core (= 0.80.1)
494
+ - React-Fabric/dom (= 0.80.1)
495
+ - React-Fabric/imagemanager (= 0.80.1)
496
+ - React-Fabric/leakchecker (= 0.80.1)
497
+ - React-Fabric/mounting (= 0.80.1)
498
+ - React-Fabric/observers (= 0.80.1)
499
+ - React-Fabric/scheduler (= 0.80.1)
500
+ - React-Fabric/telemetry (= 0.80.1)
501
+ - React-Fabric/templateprocessor (= 0.80.1)
502
+ - React-Fabric/uimanager (= 0.80.1)
503
+ - React-featureflags
399
504
  - React-graphics
505
+ - React-hermes
400
506
  - React-jsi
401
507
  - React-jsiexecutor
402
508
  - React-logger
@@ -404,18 +510,24 @@ PODS:
404
510
  - React-runtimescheduler
405
511
  - React-utils
406
512
  - ReactCommon/turbomodule/core
407
- - React-Fabric/attributedstring (0.73.2):
513
+ - SocketRocket
514
+ - React-Fabric/animations (0.80.1):
515
+ - boost
408
516
  - DoubleConversion
409
- - fmt (~> 6.2.1)
517
+ - fast_float
518
+ - fmt
410
519
  - glog
411
520
  - hermes-engine
412
- - RCT-Folly/Fabric (= 2022.05.16.00)
521
+ - RCT-Folly
522
+ - RCT-Folly/Fabric
413
523
  - RCTRequired
414
524
  - RCTTypeSafety
415
525
  - React-Core
416
526
  - React-cxxreact
417
527
  - React-debug
528
+ - React-featureflags
418
529
  - React-graphics
530
+ - React-hermes
419
531
  - React-jsi
420
532
  - React-jsiexecutor
421
533
  - React-logger
@@ -423,18 +535,24 @@ PODS:
423
535
  - React-runtimescheduler
424
536
  - React-utils
425
537
  - ReactCommon/turbomodule/core
426
- - React-Fabric/componentregistry (0.73.2):
538
+ - SocketRocket
539
+ - React-Fabric/attributedstring (0.80.1):
540
+ - boost
427
541
  - DoubleConversion
428
- - fmt (~> 6.2.1)
542
+ - fast_float
543
+ - fmt
429
544
  - glog
430
545
  - hermes-engine
431
- - RCT-Folly/Fabric (= 2022.05.16.00)
546
+ - RCT-Folly
547
+ - RCT-Folly/Fabric
432
548
  - RCTRequired
433
549
  - RCTTypeSafety
434
550
  - React-Core
435
551
  - React-cxxreact
436
552
  - React-debug
553
+ - React-featureflags
437
554
  - React-graphics
555
+ - React-hermes
438
556
  - React-jsi
439
557
  - React-jsiexecutor
440
558
  - React-logger
@@ -442,18 +560,24 @@ PODS:
442
560
  - React-runtimescheduler
443
561
  - React-utils
444
562
  - ReactCommon/turbomodule/core
445
- - React-Fabric/componentregistrynative (0.73.2):
563
+ - SocketRocket
564
+ - React-Fabric/componentregistry (0.80.1):
565
+ - boost
446
566
  - DoubleConversion
447
- - fmt (~> 6.2.1)
567
+ - fast_float
568
+ - fmt
448
569
  - glog
449
570
  - hermes-engine
450
- - RCT-Folly/Fabric (= 2022.05.16.00)
571
+ - RCT-Folly
572
+ - RCT-Folly/Fabric
451
573
  - RCTRequired
452
574
  - RCTTypeSafety
453
575
  - React-Core
454
576
  - React-cxxreact
455
577
  - React-debug
578
+ - React-featureflags
456
579
  - React-graphics
580
+ - React-hermes
457
581
  - React-jsi
458
582
  - React-jsiexecutor
459
583
  - React-logger
@@ -461,29 +585,24 @@ PODS:
461
585
  - React-runtimescheduler
462
586
  - React-utils
463
587
  - ReactCommon/turbomodule/core
464
- - React-Fabric/components (0.73.2):
588
+ - SocketRocket
589
+ - React-Fabric/componentregistrynative (0.80.1):
590
+ - boost
465
591
  - DoubleConversion
466
- - fmt (~> 6.2.1)
592
+ - fast_float
593
+ - fmt
467
594
  - glog
468
595
  - hermes-engine
469
- - RCT-Folly/Fabric (= 2022.05.16.00)
596
+ - RCT-Folly
597
+ - RCT-Folly/Fabric
470
598
  - RCTRequired
471
599
  - RCTTypeSafety
472
600
  - React-Core
473
601
  - React-cxxreact
474
602
  - React-debug
475
- - React-Fabric/components/inputaccessory (= 0.73.2)
476
- - React-Fabric/components/legacyviewmanagerinterop (= 0.73.2)
477
- - React-Fabric/components/modal (= 0.73.2)
478
- - React-Fabric/components/rncore (= 0.73.2)
479
- - React-Fabric/components/root (= 0.73.2)
480
- - React-Fabric/components/safeareaview (= 0.73.2)
481
- - React-Fabric/components/scrollview (= 0.73.2)
482
- - React-Fabric/components/text (= 0.73.2)
483
- - React-Fabric/components/textinput (= 0.73.2)
484
- - React-Fabric/components/unimplementedview (= 0.73.2)
485
- - React-Fabric/components/view (= 0.73.2)
603
+ - React-featureflags
486
604
  - React-graphics
605
+ - React-hermes
487
606
  - React-jsi
488
607
  - React-jsiexecutor
489
608
  - React-logger
@@ -491,18 +610,28 @@ PODS:
491
610
  - React-runtimescheduler
492
611
  - React-utils
493
612
  - ReactCommon/turbomodule/core
494
- - React-Fabric/components/inputaccessory (0.73.2):
613
+ - SocketRocket
614
+ - React-Fabric/components (0.80.1):
615
+ - boost
495
616
  - DoubleConversion
496
- - fmt (~> 6.2.1)
617
+ - fast_float
618
+ - fmt
497
619
  - glog
498
620
  - hermes-engine
499
- - RCT-Folly/Fabric (= 2022.05.16.00)
621
+ - RCT-Folly
622
+ - RCT-Folly/Fabric
500
623
  - RCTRequired
501
624
  - RCTTypeSafety
502
625
  - React-Core
503
626
  - React-cxxreact
504
627
  - React-debug
628
+ - React-Fabric/components/legacyviewmanagerinterop (= 0.80.1)
629
+ - React-Fabric/components/root (= 0.80.1)
630
+ - React-Fabric/components/scrollview (= 0.80.1)
631
+ - React-Fabric/components/view (= 0.80.1)
632
+ - React-featureflags
505
633
  - React-graphics
634
+ - React-hermes
506
635
  - React-jsi
507
636
  - React-jsiexecutor
508
637
  - React-logger
@@ -510,18 +639,24 @@ PODS:
510
639
  - React-runtimescheduler
511
640
  - React-utils
512
641
  - ReactCommon/turbomodule/core
513
- - React-Fabric/components/legacyviewmanagerinterop (0.73.2):
642
+ - SocketRocket
643
+ - React-Fabric/components/legacyviewmanagerinterop (0.80.1):
644
+ - boost
514
645
  - DoubleConversion
515
- - fmt (~> 6.2.1)
646
+ - fast_float
647
+ - fmt
516
648
  - glog
517
649
  - hermes-engine
518
- - RCT-Folly/Fabric (= 2022.05.16.00)
650
+ - RCT-Folly
651
+ - RCT-Folly/Fabric
519
652
  - RCTRequired
520
653
  - RCTTypeSafety
521
654
  - React-Core
522
655
  - React-cxxreact
523
656
  - React-debug
657
+ - React-featureflags
524
658
  - React-graphics
659
+ - React-hermes
525
660
  - React-jsi
526
661
  - React-jsiexecutor
527
662
  - React-logger
@@ -529,18 +664,24 @@ PODS:
529
664
  - React-runtimescheduler
530
665
  - React-utils
531
666
  - ReactCommon/turbomodule/core
532
- - React-Fabric/components/modal (0.73.2):
667
+ - SocketRocket
668
+ - React-Fabric/components/root (0.80.1):
669
+ - boost
533
670
  - DoubleConversion
534
- - fmt (~> 6.2.1)
671
+ - fast_float
672
+ - fmt
535
673
  - glog
536
674
  - hermes-engine
537
- - RCT-Folly/Fabric (= 2022.05.16.00)
675
+ - RCT-Folly
676
+ - RCT-Folly/Fabric
538
677
  - RCTRequired
539
678
  - RCTTypeSafety
540
679
  - React-Core
541
680
  - React-cxxreact
542
681
  - React-debug
682
+ - React-featureflags
543
683
  - React-graphics
684
+ - React-hermes
544
685
  - React-jsi
545
686
  - React-jsiexecutor
546
687
  - React-logger
@@ -548,18 +689,24 @@ PODS:
548
689
  - React-runtimescheduler
549
690
  - React-utils
550
691
  - ReactCommon/turbomodule/core
551
- - React-Fabric/components/rncore (0.73.2):
692
+ - SocketRocket
693
+ - React-Fabric/components/scrollview (0.80.1):
694
+ - boost
552
695
  - DoubleConversion
553
- - fmt (~> 6.2.1)
696
+ - fast_float
697
+ - fmt
554
698
  - glog
555
699
  - hermes-engine
556
- - RCT-Folly/Fabric (= 2022.05.16.00)
700
+ - RCT-Folly
701
+ - RCT-Folly/Fabric
557
702
  - RCTRequired
558
703
  - RCTTypeSafety
559
704
  - React-Core
560
705
  - React-cxxreact
561
706
  - React-debug
707
+ - React-featureflags
562
708
  - React-graphics
709
+ - React-hermes
563
710
  - React-jsi
564
711
  - React-jsiexecutor
565
712
  - React-logger
@@ -567,37 +714,51 @@ PODS:
567
714
  - React-runtimescheduler
568
715
  - React-utils
569
716
  - ReactCommon/turbomodule/core
570
- - React-Fabric/components/root (0.73.2):
717
+ - SocketRocket
718
+ - React-Fabric/components/view (0.80.1):
719
+ - boost
571
720
  - DoubleConversion
572
- - fmt (~> 6.2.1)
721
+ - fast_float
722
+ - fmt
573
723
  - glog
574
724
  - hermes-engine
575
- - RCT-Folly/Fabric (= 2022.05.16.00)
725
+ - RCT-Folly
726
+ - RCT-Folly/Fabric
576
727
  - RCTRequired
577
728
  - RCTTypeSafety
578
729
  - React-Core
579
730
  - React-cxxreact
580
731
  - React-debug
732
+ - React-featureflags
581
733
  - React-graphics
734
+ - React-hermes
582
735
  - React-jsi
583
736
  - React-jsiexecutor
584
737
  - React-logger
738
+ - React-renderercss
585
739
  - React-rendererdebug
586
740
  - React-runtimescheduler
587
741
  - React-utils
588
742
  - ReactCommon/turbomodule/core
589
- - React-Fabric/components/safeareaview (0.73.2):
743
+ - SocketRocket
744
+ - Yoga
745
+ - React-Fabric/consistency (0.80.1):
746
+ - boost
590
747
  - DoubleConversion
591
- - fmt (~> 6.2.1)
748
+ - fast_float
749
+ - fmt
592
750
  - glog
593
751
  - hermes-engine
594
- - RCT-Folly/Fabric (= 2022.05.16.00)
752
+ - RCT-Folly
753
+ - RCT-Folly/Fabric
595
754
  - RCTRequired
596
755
  - RCTTypeSafety
597
756
  - React-Core
598
757
  - React-cxxreact
599
758
  - React-debug
759
+ - React-featureflags
600
760
  - React-graphics
761
+ - React-hermes
601
762
  - React-jsi
602
763
  - React-jsiexecutor
603
764
  - React-logger
@@ -605,18 +766,24 @@ PODS:
605
766
  - React-runtimescheduler
606
767
  - React-utils
607
768
  - ReactCommon/turbomodule/core
608
- - React-Fabric/components/scrollview (0.73.2):
769
+ - SocketRocket
770
+ - React-Fabric/core (0.80.1):
771
+ - boost
609
772
  - DoubleConversion
610
- - fmt (~> 6.2.1)
773
+ - fast_float
774
+ - fmt
611
775
  - glog
612
776
  - hermes-engine
613
- - RCT-Folly/Fabric (= 2022.05.16.00)
777
+ - RCT-Folly
778
+ - RCT-Folly/Fabric
614
779
  - RCTRequired
615
780
  - RCTTypeSafety
616
781
  - React-Core
617
782
  - React-cxxreact
618
783
  - React-debug
784
+ - React-featureflags
619
785
  - React-graphics
786
+ - React-hermes
620
787
  - React-jsi
621
788
  - React-jsiexecutor
622
789
  - React-logger
@@ -624,18 +791,24 @@ PODS:
624
791
  - React-runtimescheduler
625
792
  - React-utils
626
793
  - ReactCommon/turbomodule/core
627
- - React-Fabric/components/text (0.73.2):
794
+ - SocketRocket
795
+ - React-Fabric/dom (0.80.1):
796
+ - boost
628
797
  - DoubleConversion
629
- - fmt (~> 6.2.1)
798
+ - fast_float
799
+ - fmt
630
800
  - glog
631
801
  - hermes-engine
632
- - RCT-Folly/Fabric (= 2022.05.16.00)
802
+ - RCT-Folly
803
+ - RCT-Folly/Fabric
633
804
  - RCTRequired
634
805
  - RCTTypeSafety
635
806
  - React-Core
636
807
  - React-cxxreact
637
808
  - React-debug
809
+ - React-featureflags
638
810
  - React-graphics
811
+ - React-hermes
639
812
  - React-jsi
640
813
  - React-jsiexecutor
641
814
  - React-logger
@@ -643,18 +816,24 @@ PODS:
643
816
  - React-runtimescheduler
644
817
  - React-utils
645
818
  - ReactCommon/turbomodule/core
646
- - React-Fabric/components/textinput (0.73.2):
819
+ - SocketRocket
820
+ - React-Fabric/imagemanager (0.80.1):
821
+ - boost
647
822
  - DoubleConversion
648
- - fmt (~> 6.2.1)
823
+ - fast_float
824
+ - fmt
649
825
  - glog
650
826
  - hermes-engine
651
- - RCT-Folly/Fabric (= 2022.05.16.00)
827
+ - RCT-Folly
828
+ - RCT-Folly/Fabric
652
829
  - RCTRequired
653
830
  - RCTTypeSafety
654
831
  - React-Core
655
832
  - React-cxxreact
656
833
  - React-debug
834
+ - React-featureflags
657
835
  - React-graphics
836
+ - React-hermes
658
837
  - React-jsi
659
838
  - React-jsiexecutor
660
839
  - React-logger
@@ -662,18 +841,24 @@ PODS:
662
841
  - React-runtimescheduler
663
842
  - React-utils
664
843
  - ReactCommon/turbomodule/core
665
- - React-Fabric/components/unimplementedview (0.73.2):
844
+ - SocketRocket
845
+ - React-Fabric/leakchecker (0.80.1):
846
+ - boost
666
847
  - DoubleConversion
667
- - fmt (~> 6.2.1)
848
+ - fast_float
849
+ - fmt
668
850
  - glog
669
851
  - hermes-engine
670
- - RCT-Folly/Fabric (= 2022.05.16.00)
852
+ - RCT-Folly
853
+ - RCT-Folly/Fabric
671
854
  - RCTRequired
672
855
  - RCTTypeSafety
673
856
  - React-Core
674
857
  - React-cxxreact
675
858
  - React-debug
859
+ - React-featureflags
676
860
  - React-graphics
861
+ - React-hermes
677
862
  - React-jsi
678
863
  - React-jsiexecutor
679
864
  - React-logger
@@ -681,18 +866,24 @@ PODS:
681
866
  - React-runtimescheduler
682
867
  - React-utils
683
868
  - ReactCommon/turbomodule/core
684
- - React-Fabric/components/view (0.73.2):
869
+ - SocketRocket
870
+ - React-Fabric/mounting (0.80.1):
871
+ - boost
685
872
  - DoubleConversion
686
- - fmt (~> 6.2.1)
873
+ - fast_float
874
+ - fmt
687
875
  - glog
688
876
  - hermes-engine
689
- - RCT-Folly/Fabric (= 2022.05.16.00)
877
+ - RCT-Folly
878
+ - RCT-Folly/Fabric
690
879
  - RCTRequired
691
880
  - RCTTypeSafety
692
881
  - React-Core
693
882
  - React-cxxreact
694
883
  - React-debug
884
+ - React-featureflags
695
885
  - React-graphics
886
+ - React-hermes
696
887
  - React-jsi
697
888
  - React-jsiexecutor
698
889
  - React-logger
@@ -700,19 +891,25 @@ PODS:
700
891
  - React-runtimescheduler
701
892
  - React-utils
702
893
  - ReactCommon/turbomodule/core
703
- - Yoga
704
- - React-Fabric/core (0.73.2):
894
+ - SocketRocket
895
+ - React-Fabric/observers (0.80.1):
896
+ - boost
705
897
  - DoubleConversion
706
- - fmt (~> 6.2.1)
898
+ - fast_float
899
+ - fmt
707
900
  - glog
708
901
  - hermes-engine
709
- - RCT-Folly/Fabric (= 2022.05.16.00)
902
+ - RCT-Folly
903
+ - RCT-Folly/Fabric
710
904
  - RCTRequired
711
905
  - RCTTypeSafety
712
906
  - React-Core
713
907
  - React-cxxreact
714
908
  - React-debug
909
+ - React-Fabric/observers/events (= 0.80.1)
910
+ - React-featureflags
715
911
  - React-graphics
912
+ - React-hermes
716
913
  - React-jsi
717
914
  - React-jsiexecutor
718
915
  - React-logger
@@ -720,18 +917,24 @@ PODS:
720
917
  - React-runtimescheduler
721
918
  - React-utils
722
919
  - ReactCommon/turbomodule/core
723
- - React-Fabric/imagemanager (0.73.2):
920
+ - SocketRocket
921
+ - React-Fabric/observers/events (0.80.1):
922
+ - boost
724
923
  - DoubleConversion
725
- - fmt (~> 6.2.1)
924
+ - fast_float
925
+ - fmt
726
926
  - glog
727
927
  - hermes-engine
728
- - RCT-Folly/Fabric (= 2022.05.16.00)
928
+ - RCT-Folly
929
+ - RCT-Folly/Fabric
729
930
  - RCTRequired
730
931
  - RCTTypeSafety
731
932
  - React-Core
732
933
  - React-cxxreact
733
934
  - React-debug
935
+ - React-featureflags
734
936
  - React-graphics
937
+ - React-hermes
735
938
  - React-jsi
736
939
  - React-jsiexecutor
737
940
  - React-logger
@@ -739,37 +942,51 @@ PODS:
739
942
  - React-runtimescheduler
740
943
  - React-utils
741
944
  - ReactCommon/turbomodule/core
742
- - React-Fabric/leakchecker (0.73.2):
945
+ - SocketRocket
946
+ - React-Fabric/scheduler (0.80.1):
947
+ - boost
743
948
  - DoubleConversion
744
- - fmt (~> 6.2.1)
949
+ - fast_float
950
+ - fmt
745
951
  - glog
746
952
  - hermes-engine
747
- - RCT-Folly/Fabric (= 2022.05.16.00)
953
+ - RCT-Folly
954
+ - RCT-Folly/Fabric
748
955
  - RCTRequired
749
956
  - RCTTypeSafety
750
957
  - React-Core
751
958
  - React-cxxreact
752
959
  - React-debug
960
+ - React-Fabric/observers/events
961
+ - React-featureflags
753
962
  - React-graphics
963
+ - React-hermes
754
964
  - React-jsi
755
965
  - React-jsiexecutor
756
966
  - React-logger
967
+ - React-performancetimeline
757
968
  - React-rendererdebug
758
969
  - React-runtimescheduler
759
970
  - React-utils
760
971
  - ReactCommon/turbomodule/core
761
- - React-Fabric/mounting (0.73.2):
972
+ - SocketRocket
973
+ - React-Fabric/telemetry (0.80.1):
974
+ - boost
762
975
  - DoubleConversion
763
- - fmt (~> 6.2.1)
976
+ - fast_float
977
+ - fmt
764
978
  - glog
765
979
  - hermes-engine
766
- - RCT-Folly/Fabric (= 2022.05.16.00)
980
+ - RCT-Folly
981
+ - RCT-Folly/Fabric
767
982
  - RCTRequired
768
983
  - RCTTypeSafety
769
984
  - React-Core
770
985
  - React-cxxreact
771
986
  - React-debug
987
+ - React-featureflags
772
988
  - React-graphics
989
+ - React-hermes
773
990
  - React-jsi
774
991
  - React-jsiexecutor
775
992
  - React-logger
@@ -777,473 +994,1752 @@ PODS:
777
994
  - React-runtimescheduler
778
995
  - React-utils
779
996
  - ReactCommon/turbomodule/core
780
- - React-Fabric/scheduler (0.73.2):
997
+ - SocketRocket
998
+ - React-Fabric/templateprocessor (0.80.1):
999
+ - boost
1000
+ - DoubleConversion
1001
+ - fast_float
1002
+ - fmt
1003
+ - glog
1004
+ - hermes-engine
1005
+ - RCT-Folly
1006
+ - RCT-Folly/Fabric
1007
+ - RCTRequired
1008
+ - RCTTypeSafety
1009
+ - React-Core
1010
+ - React-cxxreact
1011
+ - React-debug
1012
+ - React-featureflags
1013
+ - React-graphics
1014
+ - React-hermes
1015
+ - React-jsi
1016
+ - React-jsiexecutor
1017
+ - React-logger
1018
+ - React-rendererdebug
1019
+ - React-runtimescheduler
1020
+ - React-utils
1021
+ - ReactCommon/turbomodule/core
1022
+ - SocketRocket
1023
+ - React-Fabric/uimanager (0.80.1):
1024
+ - boost
1025
+ - DoubleConversion
1026
+ - fast_float
1027
+ - fmt
1028
+ - glog
1029
+ - hermes-engine
1030
+ - RCT-Folly
1031
+ - RCT-Folly/Fabric
1032
+ - RCTRequired
1033
+ - RCTTypeSafety
1034
+ - React-Core
1035
+ - React-cxxreact
1036
+ - React-debug
1037
+ - React-Fabric/uimanager/consistency (= 0.80.1)
1038
+ - React-featureflags
1039
+ - React-graphics
1040
+ - React-hermes
1041
+ - React-jsi
1042
+ - React-jsiexecutor
1043
+ - React-logger
1044
+ - React-rendererconsistency
1045
+ - React-rendererdebug
1046
+ - React-runtimescheduler
1047
+ - React-utils
1048
+ - ReactCommon/turbomodule/core
1049
+ - SocketRocket
1050
+ - React-Fabric/uimanager/consistency (0.80.1):
1051
+ - boost
1052
+ - DoubleConversion
1053
+ - fast_float
1054
+ - fmt
1055
+ - glog
1056
+ - hermes-engine
1057
+ - RCT-Folly
1058
+ - RCT-Folly/Fabric
1059
+ - RCTRequired
1060
+ - RCTTypeSafety
1061
+ - React-Core
1062
+ - React-cxxreact
1063
+ - React-debug
1064
+ - React-featureflags
1065
+ - React-graphics
1066
+ - React-hermes
1067
+ - React-jsi
1068
+ - React-jsiexecutor
1069
+ - React-logger
1070
+ - React-rendererconsistency
1071
+ - React-rendererdebug
1072
+ - React-runtimescheduler
1073
+ - React-utils
1074
+ - ReactCommon/turbomodule/core
1075
+ - SocketRocket
1076
+ - React-FabricComponents (0.80.1):
1077
+ - boost
1078
+ - DoubleConversion
1079
+ - fast_float
1080
+ - fmt
1081
+ - glog
1082
+ - hermes-engine
1083
+ - RCT-Folly
1084
+ - RCT-Folly/Fabric
1085
+ - RCTRequired
1086
+ - RCTTypeSafety
1087
+ - React-Core
1088
+ - React-cxxreact
1089
+ - React-debug
1090
+ - React-Fabric
1091
+ - React-FabricComponents/components (= 0.80.1)
1092
+ - React-FabricComponents/textlayoutmanager (= 0.80.1)
1093
+ - React-featureflags
1094
+ - React-graphics
1095
+ - React-hermes
1096
+ - React-jsi
1097
+ - React-jsiexecutor
1098
+ - React-logger
1099
+ - React-rendererdebug
1100
+ - React-runtimescheduler
1101
+ - React-utils
1102
+ - ReactCommon/turbomodule/core
1103
+ - SocketRocket
1104
+ - Yoga
1105
+ - React-FabricComponents/components (0.80.1):
1106
+ - boost
1107
+ - DoubleConversion
1108
+ - fast_float
1109
+ - fmt
1110
+ - glog
1111
+ - hermes-engine
1112
+ - RCT-Folly
1113
+ - RCT-Folly/Fabric
1114
+ - RCTRequired
1115
+ - RCTTypeSafety
1116
+ - React-Core
1117
+ - React-cxxreact
1118
+ - React-debug
1119
+ - React-Fabric
1120
+ - React-FabricComponents/components/inputaccessory (= 0.80.1)
1121
+ - React-FabricComponents/components/iostextinput (= 0.80.1)
1122
+ - React-FabricComponents/components/modal (= 0.80.1)
1123
+ - React-FabricComponents/components/rncore (= 0.80.1)
1124
+ - React-FabricComponents/components/safeareaview (= 0.80.1)
1125
+ - React-FabricComponents/components/scrollview (= 0.80.1)
1126
+ - React-FabricComponents/components/text (= 0.80.1)
1127
+ - React-FabricComponents/components/textinput (= 0.80.1)
1128
+ - React-FabricComponents/components/unimplementedview (= 0.80.1)
1129
+ - React-featureflags
1130
+ - React-graphics
1131
+ - React-hermes
1132
+ - React-jsi
1133
+ - React-jsiexecutor
1134
+ - React-logger
1135
+ - React-rendererdebug
1136
+ - React-runtimescheduler
1137
+ - React-utils
1138
+ - ReactCommon/turbomodule/core
1139
+ - SocketRocket
1140
+ - Yoga
1141
+ - React-FabricComponents/components/inputaccessory (0.80.1):
1142
+ - boost
1143
+ - DoubleConversion
1144
+ - fast_float
1145
+ - fmt
1146
+ - glog
1147
+ - hermes-engine
1148
+ - RCT-Folly
1149
+ - RCT-Folly/Fabric
1150
+ - RCTRequired
1151
+ - RCTTypeSafety
1152
+ - React-Core
1153
+ - React-cxxreact
1154
+ - React-debug
1155
+ - React-Fabric
1156
+ - React-featureflags
1157
+ - React-graphics
1158
+ - React-hermes
1159
+ - React-jsi
1160
+ - React-jsiexecutor
1161
+ - React-logger
1162
+ - React-rendererdebug
1163
+ - React-runtimescheduler
1164
+ - React-utils
1165
+ - ReactCommon/turbomodule/core
1166
+ - SocketRocket
1167
+ - Yoga
1168
+ - React-FabricComponents/components/iostextinput (0.80.1):
1169
+ - boost
1170
+ - DoubleConversion
1171
+ - fast_float
1172
+ - fmt
1173
+ - glog
1174
+ - hermes-engine
1175
+ - RCT-Folly
1176
+ - RCT-Folly/Fabric
1177
+ - RCTRequired
1178
+ - RCTTypeSafety
1179
+ - React-Core
1180
+ - React-cxxreact
1181
+ - React-debug
1182
+ - React-Fabric
1183
+ - React-featureflags
1184
+ - React-graphics
1185
+ - React-hermes
1186
+ - React-jsi
1187
+ - React-jsiexecutor
1188
+ - React-logger
1189
+ - React-rendererdebug
1190
+ - React-runtimescheduler
1191
+ - React-utils
1192
+ - ReactCommon/turbomodule/core
1193
+ - SocketRocket
1194
+ - Yoga
1195
+ - React-FabricComponents/components/modal (0.80.1):
1196
+ - boost
1197
+ - DoubleConversion
1198
+ - fast_float
1199
+ - fmt
1200
+ - glog
1201
+ - hermes-engine
1202
+ - RCT-Folly
1203
+ - RCT-Folly/Fabric
1204
+ - RCTRequired
1205
+ - RCTTypeSafety
1206
+ - React-Core
1207
+ - React-cxxreact
1208
+ - React-debug
1209
+ - React-Fabric
1210
+ - React-featureflags
1211
+ - React-graphics
1212
+ - React-hermes
1213
+ - React-jsi
1214
+ - React-jsiexecutor
1215
+ - React-logger
1216
+ - React-rendererdebug
1217
+ - React-runtimescheduler
1218
+ - React-utils
1219
+ - ReactCommon/turbomodule/core
1220
+ - SocketRocket
1221
+ - Yoga
1222
+ - React-FabricComponents/components/rncore (0.80.1):
1223
+ - boost
1224
+ - DoubleConversion
1225
+ - fast_float
1226
+ - fmt
1227
+ - glog
1228
+ - hermes-engine
1229
+ - RCT-Folly
1230
+ - RCT-Folly/Fabric
1231
+ - RCTRequired
1232
+ - RCTTypeSafety
1233
+ - React-Core
1234
+ - React-cxxreact
1235
+ - React-debug
1236
+ - React-Fabric
1237
+ - React-featureflags
1238
+ - React-graphics
1239
+ - React-hermes
1240
+ - React-jsi
1241
+ - React-jsiexecutor
1242
+ - React-logger
1243
+ - React-rendererdebug
1244
+ - React-runtimescheduler
1245
+ - React-utils
1246
+ - ReactCommon/turbomodule/core
1247
+ - SocketRocket
1248
+ - Yoga
1249
+ - React-FabricComponents/components/safeareaview (0.80.1):
1250
+ - boost
1251
+ - DoubleConversion
1252
+ - fast_float
1253
+ - fmt
1254
+ - glog
1255
+ - hermes-engine
1256
+ - RCT-Folly
1257
+ - RCT-Folly/Fabric
1258
+ - RCTRequired
1259
+ - RCTTypeSafety
1260
+ - React-Core
1261
+ - React-cxxreact
1262
+ - React-debug
1263
+ - React-Fabric
1264
+ - React-featureflags
1265
+ - React-graphics
1266
+ - React-hermes
1267
+ - React-jsi
1268
+ - React-jsiexecutor
1269
+ - React-logger
1270
+ - React-rendererdebug
1271
+ - React-runtimescheduler
1272
+ - React-utils
1273
+ - ReactCommon/turbomodule/core
1274
+ - SocketRocket
1275
+ - Yoga
1276
+ - React-FabricComponents/components/scrollview (0.80.1):
1277
+ - boost
1278
+ - DoubleConversion
1279
+ - fast_float
1280
+ - fmt
1281
+ - glog
1282
+ - hermes-engine
1283
+ - RCT-Folly
1284
+ - RCT-Folly/Fabric
1285
+ - RCTRequired
1286
+ - RCTTypeSafety
1287
+ - React-Core
1288
+ - React-cxxreact
1289
+ - React-debug
1290
+ - React-Fabric
1291
+ - React-featureflags
1292
+ - React-graphics
1293
+ - React-hermes
1294
+ - React-jsi
1295
+ - React-jsiexecutor
1296
+ - React-logger
1297
+ - React-rendererdebug
1298
+ - React-runtimescheduler
1299
+ - React-utils
1300
+ - ReactCommon/turbomodule/core
1301
+ - SocketRocket
1302
+ - Yoga
1303
+ - React-FabricComponents/components/text (0.80.1):
1304
+ - boost
1305
+ - DoubleConversion
1306
+ - fast_float
1307
+ - fmt
1308
+ - glog
1309
+ - hermes-engine
1310
+ - RCT-Folly
1311
+ - RCT-Folly/Fabric
1312
+ - RCTRequired
1313
+ - RCTTypeSafety
1314
+ - React-Core
1315
+ - React-cxxreact
1316
+ - React-debug
1317
+ - React-Fabric
1318
+ - React-featureflags
1319
+ - React-graphics
1320
+ - React-hermes
1321
+ - React-jsi
1322
+ - React-jsiexecutor
1323
+ - React-logger
1324
+ - React-rendererdebug
1325
+ - React-runtimescheduler
1326
+ - React-utils
1327
+ - ReactCommon/turbomodule/core
1328
+ - SocketRocket
1329
+ - Yoga
1330
+ - React-FabricComponents/components/textinput (0.80.1):
1331
+ - boost
1332
+ - DoubleConversion
1333
+ - fast_float
1334
+ - fmt
1335
+ - glog
1336
+ - hermes-engine
1337
+ - RCT-Folly
1338
+ - RCT-Folly/Fabric
1339
+ - RCTRequired
1340
+ - RCTTypeSafety
1341
+ - React-Core
1342
+ - React-cxxreact
1343
+ - React-debug
1344
+ - React-Fabric
1345
+ - React-featureflags
1346
+ - React-graphics
1347
+ - React-hermes
1348
+ - React-jsi
1349
+ - React-jsiexecutor
1350
+ - React-logger
1351
+ - React-rendererdebug
1352
+ - React-runtimescheduler
1353
+ - React-utils
1354
+ - ReactCommon/turbomodule/core
1355
+ - SocketRocket
1356
+ - Yoga
1357
+ - React-FabricComponents/components/unimplementedview (0.80.1):
1358
+ - boost
1359
+ - DoubleConversion
1360
+ - fast_float
1361
+ - fmt
1362
+ - glog
1363
+ - hermes-engine
1364
+ - RCT-Folly
1365
+ - RCT-Folly/Fabric
1366
+ - RCTRequired
1367
+ - RCTTypeSafety
1368
+ - React-Core
1369
+ - React-cxxreact
1370
+ - React-debug
1371
+ - React-Fabric
1372
+ - React-featureflags
1373
+ - React-graphics
1374
+ - React-hermes
1375
+ - React-jsi
1376
+ - React-jsiexecutor
1377
+ - React-logger
1378
+ - React-rendererdebug
1379
+ - React-runtimescheduler
1380
+ - React-utils
1381
+ - ReactCommon/turbomodule/core
1382
+ - SocketRocket
1383
+ - Yoga
1384
+ - React-FabricComponents/textlayoutmanager (0.80.1):
1385
+ - boost
1386
+ - DoubleConversion
1387
+ - fast_float
1388
+ - fmt
1389
+ - glog
1390
+ - hermes-engine
1391
+ - RCT-Folly
1392
+ - RCT-Folly/Fabric
1393
+ - RCTRequired
1394
+ - RCTTypeSafety
1395
+ - React-Core
1396
+ - React-cxxreact
1397
+ - React-debug
1398
+ - React-Fabric
1399
+ - React-featureflags
1400
+ - React-graphics
1401
+ - React-hermes
1402
+ - React-jsi
1403
+ - React-jsiexecutor
1404
+ - React-logger
1405
+ - React-rendererdebug
1406
+ - React-runtimescheduler
1407
+ - React-utils
1408
+ - ReactCommon/turbomodule/core
1409
+ - SocketRocket
1410
+ - Yoga
1411
+ - React-FabricImage (0.80.1):
1412
+ - boost
1413
+ - DoubleConversion
1414
+ - fast_float
1415
+ - fmt
1416
+ - glog
1417
+ - hermes-engine
1418
+ - RCT-Folly
1419
+ - RCT-Folly/Fabric
1420
+ - RCTRequired (= 0.80.1)
1421
+ - RCTTypeSafety (= 0.80.1)
1422
+ - React-Fabric
1423
+ - React-featureflags
1424
+ - React-graphics
1425
+ - React-hermes
1426
+ - React-ImageManager
1427
+ - React-jsi
1428
+ - React-jsiexecutor (= 0.80.1)
1429
+ - React-logger
1430
+ - React-rendererdebug
1431
+ - React-utils
1432
+ - ReactCommon
1433
+ - SocketRocket
1434
+ - Yoga
1435
+ - React-featureflags (0.80.1):
1436
+ - boost
1437
+ - DoubleConversion
1438
+ - fast_float
1439
+ - fmt
1440
+ - glog
1441
+ - RCT-Folly
1442
+ - RCT-Folly/Fabric
1443
+ - SocketRocket
1444
+ - React-featureflagsnativemodule (0.80.1):
1445
+ - boost
1446
+ - DoubleConversion
1447
+ - fast_float
1448
+ - fmt
1449
+ - glog
1450
+ - hermes-engine
1451
+ - RCT-Folly
1452
+ - RCT-Folly/Fabric
1453
+ - React-featureflags
1454
+ - React-hermes
1455
+ - React-jsi
1456
+ - React-jsiexecutor
1457
+ - React-RCTFBReactNativeSpec
1458
+ - ReactCommon/turbomodule/core
1459
+ - SocketRocket
1460
+ - React-graphics (0.80.1):
1461
+ - boost
1462
+ - DoubleConversion
1463
+ - fast_float
1464
+ - fmt
1465
+ - glog
1466
+ - hermes-engine
1467
+ - RCT-Folly
1468
+ - RCT-Folly/Fabric
1469
+ - React-hermes
1470
+ - React-jsi
1471
+ - React-jsiexecutor
1472
+ - React-utils
1473
+ - SocketRocket
1474
+ - React-hermes (0.80.1):
1475
+ - boost
1476
+ - DoubleConversion
1477
+ - fast_float
1478
+ - fmt
1479
+ - glog
1480
+ - hermes-engine
1481
+ - RCT-Folly
1482
+ - RCT-Folly/Fabric
1483
+ - React-cxxreact (= 0.80.1)
1484
+ - React-jsi
1485
+ - React-jsiexecutor (= 0.80.1)
1486
+ - React-jsinspector
1487
+ - React-jsinspectorcdp
1488
+ - React-jsinspectortracing
1489
+ - React-perflogger (= 0.80.1)
1490
+ - React-runtimeexecutor
1491
+ - SocketRocket
1492
+ - React-idlecallbacksnativemodule (0.80.1):
1493
+ - boost
1494
+ - DoubleConversion
1495
+ - fast_float
1496
+ - fmt
1497
+ - glog
1498
+ - hermes-engine
1499
+ - RCT-Folly
1500
+ - RCT-Folly/Fabric
1501
+ - React-hermes
1502
+ - React-jsi
1503
+ - React-jsiexecutor
1504
+ - React-RCTFBReactNativeSpec
1505
+ - React-runtimescheduler
1506
+ - ReactCommon/turbomodule/core
1507
+ - SocketRocket
1508
+ - React-ImageManager (0.80.1):
1509
+ - boost
1510
+ - DoubleConversion
1511
+ - fast_float
1512
+ - fmt
1513
+ - glog
1514
+ - RCT-Folly
1515
+ - RCT-Folly/Fabric
1516
+ - React-Core/Default
1517
+ - React-debug
1518
+ - React-Fabric
1519
+ - React-graphics
1520
+ - React-rendererdebug
1521
+ - React-utils
1522
+ - SocketRocket
1523
+ - React-jserrorhandler (0.80.1):
1524
+ - boost
1525
+ - DoubleConversion
1526
+ - fast_float
1527
+ - fmt
1528
+ - glog
1529
+ - hermes-engine
1530
+ - RCT-Folly
1531
+ - RCT-Folly/Fabric
1532
+ - React-cxxreact
1533
+ - React-debug
1534
+ - React-featureflags
1535
+ - React-jsi
1536
+ - ReactCommon/turbomodule/bridging
1537
+ - SocketRocket
1538
+ - React-jsi (0.80.1):
1539
+ - boost
1540
+ - DoubleConversion
1541
+ - fast_float
1542
+ - fmt
1543
+ - glog
1544
+ - hermes-engine
1545
+ - RCT-Folly
1546
+ - RCT-Folly/Fabric
1547
+ - SocketRocket
1548
+ - React-jsiexecutor (0.80.1):
1549
+ - boost
1550
+ - DoubleConversion
1551
+ - fast_float
1552
+ - fmt
1553
+ - glog
1554
+ - hermes-engine
1555
+ - RCT-Folly
1556
+ - RCT-Folly/Fabric
1557
+ - React-cxxreact (= 0.80.1)
1558
+ - React-jsi (= 0.80.1)
1559
+ - React-jsinspector
1560
+ - React-jsinspectorcdp
1561
+ - React-jsinspectortracing
1562
+ - React-perflogger (= 0.80.1)
1563
+ - SocketRocket
1564
+ - React-jsinspector (0.80.1):
1565
+ - boost
1566
+ - DoubleConversion
1567
+ - fast_float
1568
+ - fmt
1569
+ - glog
1570
+ - hermes-engine
1571
+ - RCT-Folly
1572
+ - RCT-Folly/Fabric
1573
+ - React-featureflags
1574
+ - React-jsi
1575
+ - React-jsinspectorcdp
1576
+ - React-jsinspectornetwork
1577
+ - React-jsinspectortracing
1578
+ - React-perflogger (= 0.80.1)
1579
+ - React-runtimeexecutor (= 0.80.1)
1580
+ - SocketRocket
1581
+ - React-jsinspectorcdp (0.80.1):
1582
+ - boost
1583
+ - DoubleConversion
1584
+ - fast_float
1585
+ - fmt
1586
+ - glog
1587
+ - RCT-Folly
1588
+ - RCT-Folly/Fabric
1589
+ - SocketRocket
1590
+ - React-jsinspectornetwork (0.80.1):
1591
+ - boost
1592
+ - DoubleConversion
1593
+ - fast_float
1594
+ - fmt
1595
+ - glog
1596
+ - RCT-Folly
1597
+ - RCT-Folly/Fabric
1598
+ - React-jsinspectorcdp
1599
+ - SocketRocket
1600
+ - React-jsinspectortracing (0.80.1):
1601
+ - boost
1602
+ - DoubleConversion
1603
+ - fast_float
1604
+ - fmt
1605
+ - glog
1606
+ - RCT-Folly
1607
+ - RCT-Folly/Fabric
1608
+ - React-oscompat
1609
+ - SocketRocket
1610
+ - React-jsitooling (0.80.1):
1611
+ - boost
1612
+ - DoubleConversion
1613
+ - fast_float
1614
+ - fmt
1615
+ - glog
1616
+ - RCT-Folly
1617
+ - RCT-Folly/Fabric
1618
+ - React-cxxreact (= 0.80.1)
1619
+ - React-jsi (= 0.80.1)
1620
+ - React-jsinspector
1621
+ - React-jsinspectorcdp
1622
+ - React-jsinspectortracing
1623
+ - SocketRocket
1624
+ - React-jsitracing (0.80.1):
1625
+ - React-jsi
1626
+ - React-logger (0.80.1):
1627
+ - boost
1628
+ - DoubleConversion
1629
+ - fast_float
1630
+ - fmt
1631
+ - glog
1632
+ - RCT-Folly
1633
+ - RCT-Folly/Fabric
1634
+ - SocketRocket
1635
+ - React-Mapbuffer (0.80.1):
1636
+ - boost
1637
+ - DoubleConversion
1638
+ - fast_float
1639
+ - fmt
1640
+ - glog
1641
+ - RCT-Folly
1642
+ - RCT-Folly/Fabric
1643
+ - React-debug
1644
+ - SocketRocket
1645
+ - React-microtasksnativemodule (0.80.1):
1646
+ - boost
1647
+ - DoubleConversion
1648
+ - fast_float
1649
+ - fmt
1650
+ - glog
1651
+ - hermes-engine
1652
+ - RCT-Folly
1653
+ - RCT-Folly/Fabric
1654
+ - React-hermes
1655
+ - React-jsi
1656
+ - React-jsiexecutor
1657
+ - React-RCTFBReactNativeSpec
1658
+ - ReactCommon/turbomodule/core
1659
+ - SocketRocket
1660
+ - react-native-pager-view (6.8.1):
1661
+ - boost
1662
+ - DoubleConversion
1663
+ - fast_float
1664
+ - fmt
1665
+ - glog
1666
+ - hermes-engine
1667
+ - RCT-Folly
1668
+ - RCT-Folly/Fabric
1669
+ - RCTRequired
1670
+ - RCTTypeSafety
1671
+ - React-Core
1672
+ - React-debug
1673
+ - React-Fabric
1674
+ - React-featureflags
1675
+ - React-graphics
1676
+ - React-hermes
1677
+ - React-ImageManager
1678
+ - React-jsi
1679
+ - React-NativeModulesApple
1680
+ - React-RCTFabric
1681
+ - React-renderercss
1682
+ - React-rendererdebug
1683
+ - React-utils
1684
+ - ReactCodegen
1685
+ - ReactCommon/turbomodule/bridging
1686
+ - ReactCommon/turbomodule/core
1687
+ - SocketRocket
1688
+ - Yoga
1689
+ - react-native-restart (0.0.27):
1690
+ - React-Core
1691
+ - react-native-safe-area-context (5.5.1):
1692
+ - boost
1693
+ - DoubleConversion
1694
+ - fast_float
1695
+ - fmt
1696
+ - glog
1697
+ - hermes-engine
1698
+ - RCT-Folly
1699
+ - RCT-Folly/Fabric
1700
+ - RCTRequired
1701
+ - RCTTypeSafety
1702
+ - React-Core
1703
+ - React-debug
1704
+ - React-Fabric
1705
+ - React-featureflags
1706
+ - React-graphics
1707
+ - React-hermes
1708
+ - React-ImageManager
1709
+ - React-jsi
1710
+ - react-native-safe-area-context/common (= 5.5.1)
1711
+ - react-native-safe-area-context/fabric (= 5.5.1)
1712
+ - React-NativeModulesApple
1713
+ - React-RCTFabric
1714
+ - React-renderercss
1715
+ - React-rendererdebug
1716
+ - React-utils
1717
+ - ReactCodegen
1718
+ - ReactCommon/turbomodule/bridging
1719
+ - ReactCommon/turbomodule/core
1720
+ - SocketRocket
1721
+ - Yoga
1722
+ - react-native-safe-area-context/common (5.5.1):
1723
+ - boost
1724
+ - DoubleConversion
1725
+ - fast_float
1726
+ - fmt
1727
+ - glog
1728
+ - hermes-engine
1729
+ - RCT-Folly
1730
+ - RCT-Folly/Fabric
1731
+ - RCTRequired
1732
+ - RCTTypeSafety
1733
+ - React-Core
1734
+ - React-debug
1735
+ - React-Fabric
1736
+ - React-featureflags
1737
+ - React-graphics
1738
+ - React-hermes
1739
+ - React-ImageManager
1740
+ - React-jsi
1741
+ - React-NativeModulesApple
1742
+ - React-RCTFabric
1743
+ - React-renderercss
1744
+ - React-rendererdebug
1745
+ - React-utils
1746
+ - ReactCodegen
1747
+ - ReactCommon/turbomodule/bridging
1748
+ - ReactCommon/turbomodule/core
1749
+ - SocketRocket
1750
+ - Yoga
1751
+ - react-native-safe-area-context/fabric (5.5.1):
1752
+ - boost
1753
+ - DoubleConversion
1754
+ - fast_float
1755
+ - fmt
1756
+ - glog
1757
+ - hermes-engine
1758
+ - RCT-Folly
1759
+ - RCT-Folly/Fabric
1760
+ - RCTRequired
1761
+ - RCTTypeSafety
1762
+ - React-Core
1763
+ - React-debug
1764
+ - React-Fabric
1765
+ - React-featureflags
1766
+ - React-graphics
1767
+ - React-hermes
1768
+ - React-ImageManager
1769
+ - React-jsi
1770
+ - react-native-safe-area-context/common
1771
+ - React-NativeModulesApple
1772
+ - React-RCTFabric
1773
+ - React-renderercss
1774
+ - React-rendererdebug
1775
+ - React-utils
1776
+ - ReactCodegen
1777
+ - ReactCommon/turbomodule/bridging
1778
+ - ReactCommon/turbomodule/core
1779
+ - SocketRocket
1780
+ - Yoga
1781
+ - react-native-vector-icons-material-design-icons (12.2.0)
1782
+ - react-native-vector-icons-material-icons (12.2.0)
1783
+ - react-native-webview (13.15.0):
1784
+ - boost
1785
+ - DoubleConversion
1786
+ - fast_float
1787
+ - fmt
1788
+ - glog
1789
+ - hermes-engine
1790
+ - RCT-Folly
1791
+ - RCT-Folly/Fabric
1792
+ - RCTRequired
1793
+ - RCTTypeSafety
1794
+ - React-Core
1795
+ - React-debug
1796
+ - React-Fabric
1797
+ - React-featureflags
1798
+ - React-graphics
1799
+ - React-hermes
1800
+ - React-ImageManager
1801
+ - React-jsi
1802
+ - React-NativeModulesApple
1803
+ - React-RCTFabric
1804
+ - React-renderercss
1805
+ - React-rendererdebug
1806
+ - React-utils
1807
+ - ReactCodegen
1808
+ - ReactCommon/turbomodule/bridging
1809
+ - ReactCommon/turbomodule/core
1810
+ - SocketRocket
1811
+ - Yoga
1812
+ - React-NativeModulesApple (0.80.1):
1813
+ - boost
1814
+ - DoubleConversion
1815
+ - fast_float
1816
+ - fmt
1817
+ - glog
1818
+ - hermes-engine
1819
+ - RCT-Folly
1820
+ - RCT-Folly/Fabric
1821
+ - React-callinvoker
1822
+ - React-Core
1823
+ - React-cxxreact
1824
+ - React-featureflags
1825
+ - React-hermes
1826
+ - React-jsi
1827
+ - React-jsinspector
1828
+ - React-jsinspectorcdp
1829
+ - React-runtimeexecutor
1830
+ - ReactCommon/turbomodule/bridging
1831
+ - ReactCommon/turbomodule/core
1832
+ - SocketRocket
1833
+ - React-oscompat (0.80.1)
1834
+ - React-perflogger (0.80.1):
1835
+ - boost
1836
+ - DoubleConversion
1837
+ - fast_float
1838
+ - fmt
1839
+ - glog
1840
+ - RCT-Folly
1841
+ - RCT-Folly/Fabric
1842
+ - SocketRocket
1843
+ - React-performancetimeline (0.80.1):
1844
+ - boost
1845
+ - DoubleConversion
1846
+ - fast_float
1847
+ - fmt
1848
+ - glog
1849
+ - RCT-Folly
1850
+ - RCT-Folly/Fabric
1851
+ - React-featureflags
1852
+ - React-jsinspectortracing
1853
+ - React-perflogger
1854
+ - React-timing
1855
+ - SocketRocket
1856
+ - React-RCTActionSheet (0.80.1):
1857
+ - React-Core/RCTActionSheetHeaders (= 0.80.1)
1858
+ - React-RCTAnimation (0.80.1):
1859
+ - boost
1860
+ - DoubleConversion
1861
+ - fast_float
1862
+ - fmt
1863
+ - glog
1864
+ - RCT-Folly
1865
+ - RCT-Folly/Fabric
1866
+ - RCTTypeSafety
1867
+ - React-Core/RCTAnimationHeaders
1868
+ - React-featureflags
1869
+ - React-jsi
1870
+ - React-NativeModulesApple
1871
+ - React-RCTFBReactNativeSpec
1872
+ - ReactCommon
1873
+ - SocketRocket
1874
+ - React-RCTAppDelegate (0.80.1):
1875
+ - boost
1876
+ - DoubleConversion
1877
+ - fast_float
1878
+ - fmt
1879
+ - glog
1880
+ - hermes-engine
1881
+ - RCT-Folly
1882
+ - RCT-Folly/Fabric
1883
+ - RCTRequired
1884
+ - RCTTypeSafety
1885
+ - React-Core
1886
+ - React-CoreModules
1887
+ - React-debug
1888
+ - React-defaultsnativemodule
1889
+ - React-Fabric
1890
+ - React-featureflags
1891
+ - React-graphics
1892
+ - React-hermes
1893
+ - React-jsitooling
1894
+ - React-NativeModulesApple
1895
+ - React-RCTFabric
1896
+ - React-RCTFBReactNativeSpec
1897
+ - React-RCTImage
1898
+ - React-RCTNetwork
1899
+ - React-RCTRuntime
1900
+ - React-rendererdebug
1901
+ - React-RuntimeApple
1902
+ - React-RuntimeCore
1903
+ - React-runtimescheduler
1904
+ - React-utils
1905
+ - ReactCommon
1906
+ - SocketRocket
1907
+ - React-RCTBlob (0.80.1):
1908
+ - boost
1909
+ - DoubleConversion
1910
+ - fast_float
1911
+ - fmt
1912
+ - glog
1913
+ - hermes-engine
1914
+ - RCT-Folly
1915
+ - RCT-Folly/Fabric
1916
+ - React-Core/RCTBlobHeaders
1917
+ - React-Core/RCTWebSocket
1918
+ - React-jsi
1919
+ - React-jsinspector
1920
+ - React-jsinspectorcdp
1921
+ - React-NativeModulesApple
1922
+ - React-RCTFBReactNativeSpec
1923
+ - React-RCTNetwork
1924
+ - ReactCommon
1925
+ - SocketRocket
1926
+ - React-RCTFabric (0.80.1):
1927
+ - boost
1928
+ - DoubleConversion
1929
+ - fast_float
1930
+ - fmt
1931
+ - glog
1932
+ - hermes-engine
1933
+ - RCT-Folly
1934
+ - RCT-Folly/Fabric
1935
+ - React-Core
1936
+ - React-debug
1937
+ - React-Fabric
1938
+ - React-FabricComponents
1939
+ - React-FabricImage
1940
+ - React-featureflags
1941
+ - React-graphics
1942
+ - React-hermes
1943
+ - React-ImageManager
1944
+ - React-jsi
1945
+ - React-jsinspector
1946
+ - React-jsinspectorcdp
1947
+ - React-jsinspectornetwork
1948
+ - React-jsinspectortracing
1949
+ - React-performancetimeline
1950
+ - React-RCTAnimation
1951
+ - React-RCTImage
1952
+ - React-RCTText
1953
+ - React-rendererconsistency
1954
+ - React-renderercss
1955
+ - React-rendererdebug
1956
+ - React-runtimescheduler
1957
+ - React-utils
1958
+ - SocketRocket
1959
+ - Yoga
1960
+ - React-RCTFBReactNativeSpec (0.80.1):
1961
+ - boost
1962
+ - DoubleConversion
1963
+ - fast_float
1964
+ - fmt
1965
+ - glog
1966
+ - hermes-engine
1967
+ - RCT-Folly
1968
+ - RCT-Folly/Fabric
1969
+ - RCTRequired
1970
+ - RCTTypeSafety
1971
+ - React-Core
1972
+ - React-hermes
1973
+ - React-jsi
1974
+ - React-jsiexecutor
1975
+ - React-NativeModulesApple
1976
+ - ReactCommon
1977
+ - SocketRocket
1978
+ - React-RCTImage (0.80.1):
1979
+ - boost
1980
+ - DoubleConversion
1981
+ - fast_float
1982
+ - fmt
1983
+ - glog
1984
+ - RCT-Folly
1985
+ - RCT-Folly/Fabric
1986
+ - RCTTypeSafety
1987
+ - React-Core/RCTImageHeaders
1988
+ - React-jsi
1989
+ - React-NativeModulesApple
1990
+ - React-RCTFBReactNativeSpec
1991
+ - React-RCTNetwork
1992
+ - ReactCommon
1993
+ - SocketRocket
1994
+ - React-RCTLinking (0.80.1):
1995
+ - React-Core/RCTLinkingHeaders (= 0.80.1)
1996
+ - React-jsi (= 0.80.1)
1997
+ - React-NativeModulesApple
1998
+ - React-RCTFBReactNativeSpec
1999
+ - ReactCommon
2000
+ - ReactCommon/turbomodule/core (= 0.80.1)
2001
+ - React-RCTNetwork (0.80.1):
2002
+ - boost
2003
+ - DoubleConversion
2004
+ - fast_float
2005
+ - fmt
2006
+ - glog
2007
+ - RCT-Folly
2008
+ - RCT-Folly/Fabric
2009
+ - RCTTypeSafety
2010
+ - React-Core/RCTNetworkHeaders
2011
+ - React-featureflags
2012
+ - React-jsi
2013
+ - React-jsinspectorcdp
2014
+ - React-jsinspectornetwork
2015
+ - React-NativeModulesApple
2016
+ - React-RCTFBReactNativeSpec
2017
+ - ReactCommon
2018
+ - SocketRocket
2019
+ - React-RCTRuntime (0.80.1):
2020
+ - boost
2021
+ - DoubleConversion
2022
+ - fast_float
2023
+ - fmt
2024
+ - glog
2025
+ - hermes-engine
2026
+ - RCT-Folly
2027
+ - RCT-Folly/Fabric
2028
+ - React-Core
2029
+ - React-hermes
2030
+ - React-jsi
2031
+ - React-jsinspector
2032
+ - React-jsinspectorcdp
2033
+ - React-jsinspectortracing
2034
+ - React-jsitooling
2035
+ - React-RuntimeApple
2036
+ - React-RuntimeCore
2037
+ - React-RuntimeHermes
2038
+ - SocketRocket
2039
+ - React-RCTSettings (0.80.1):
2040
+ - boost
2041
+ - DoubleConversion
2042
+ - fast_float
2043
+ - fmt
2044
+ - glog
2045
+ - RCT-Folly
2046
+ - RCT-Folly/Fabric
2047
+ - RCTTypeSafety
2048
+ - React-Core/RCTSettingsHeaders
2049
+ - React-jsi
2050
+ - React-NativeModulesApple
2051
+ - React-RCTFBReactNativeSpec
2052
+ - ReactCommon
2053
+ - SocketRocket
2054
+ - React-RCTText (0.80.1):
2055
+ - React-Core/RCTTextHeaders (= 0.80.1)
2056
+ - Yoga
2057
+ - React-RCTVibration (0.80.1):
2058
+ - boost
2059
+ - DoubleConversion
2060
+ - fast_float
2061
+ - fmt
2062
+ - glog
2063
+ - RCT-Folly
2064
+ - RCT-Folly/Fabric
2065
+ - React-Core/RCTVibrationHeaders
2066
+ - React-jsi
2067
+ - React-NativeModulesApple
2068
+ - React-RCTFBReactNativeSpec
2069
+ - ReactCommon
2070
+ - SocketRocket
2071
+ - React-rendererconsistency (0.80.1)
2072
+ - React-renderercss (0.80.1):
2073
+ - React-debug
2074
+ - React-utils
2075
+ - React-rendererdebug (0.80.1):
2076
+ - boost
2077
+ - DoubleConversion
2078
+ - fast_float
2079
+ - fmt
2080
+ - glog
2081
+ - RCT-Folly
2082
+ - RCT-Folly/Fabric
2083
+ - React-debug
2084
+ - SocketRocket
2085
+ - React-rncore (0.80.1)
2086
+ - React-RuntimeApple (0.80.1):
2087
+ - boost
2088
+ - DoubleConversion
2089
+ - fast_float
2090
+ - fmt
2091
+ - glog
2092
+ - hermes-engine
2093
+ - RCT-Folly
2094
+ - RCT-Folly/Fabric
2095
+ - React-callinvoker
2096
+ - React-Core/Default
2097
+ - React-CoreModules
2098
+ - React-cxxreact
2099
+ - React-featureflags
2100
+ - React-jserrorhandler
2101
+ - React-jsi
2102
+ - React-jsiexecutor
2103
+ - React-jsinspector
2104
+ - React-jsitooling
2105
+ - React-Mapbuffer
2106
+ - React-NativeModulesApple
2107
+ - React-RCTFabric
2108
+ - React-RCTFBReactNativeSpec
2109
+ - React-RuntimeCore
2110
+ - React-runtimeexecutor
2111
+ - React-RuntimeHermes
2112
+ - React-runtimescheduler
2113
+ - React-utils
2114
+ - SocketRocket
2115
+ - React-RuntimeCore (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-cxxreact
2125
+ - React-Fabric
2126
+ - React-featureflags
2127
+ - React-hermes
2128
+ - React-jserrorhandler
2129
+ - React-jsi
2130
+ - React-jsiexecutor
2131
+ - React-jsinspector
2132
+ - React-jsitooling
2133
+ - React-performancetimeline
2134
+ - React-runtimeexecutor
2135
+ - React-runtimescheduler
2136
+ - React-utils
2137
+ - SocketRocket
2138
+ - React-runtimeexecutor (0.80.1):
2139
+ - React-jsi (= 0.80.1)
2140
+ - React-RuntimeHermes (0.80.1):
2141
+ - boost
2142
+ - DoubleConversion
2143
+ - fast_float
2144
+ - fmt
2145
+ - glog
2146
+ - hermes-engine
2147
+ - RCT-Folly
2148
+ - RCT-Folly/Fabric
2149
+ - React-featureflags
2150
+ - React-hermes
2151
+ - React-jsi
2152
+ - React-jsinspector
2153
+ - React-jsinspectorcdp
2154
+ - React-jsinspectortracing
2155
+ - React-jsitooling
2156
+ - React-jsitracing
2157
+ - React-RuntimeCore
2158
+ - React-utils
2159
+ - SocketRocket
2160
+ - React-runtimescheduler (0.80.1):
2161
+ - boost
2162
+ - DoubleConversion
2163
+ - fast_float
2164
+ - fmt
2165
+ - glog
2166
+ - hermes-engine
2167
+ - RCT-Folly
2168
+ - RCT-Folly/Fabric
2169
+ - React-callinvoker
2170
+ - React-cxxreact
2171
+ - React-debug
2172
+ - React-featureflags
2173
+ - React-hermes
2174
+ - React-jsi
2175
+ - React-jsinspectortracing
2176
+ - React-performancetimeline
2177
+ - React-rendererconsistency
2178
+ - React-rendererdebug
2179
+ - React-runtimeexecutor
2180
+ - React-timing
2181
+ - React-utils
2182
+ - SocketRocket
2183
+ - React-timing (0.80.1)
2184
+ - React-utils (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-debug
2194
+ - React-hermes
2195
+ - React-jsi (= 0.80.1)
2196
+ - SocketRocket
2197
+ - ReactAppDependencyProvider (0.80.1):
2198
+ - ReactCodegen
2199
+ - ReactCodegen (0.80.1):
2200
+ - boost
2201
+ - DoubleConversion
2202
+ - fast_float
2203
+ - fmt
2204
+ - glog
2205
+ - hermes-engine
2206
+ - RCT-Folly
2207
+ - RCT-Folly/Fabric
2208
+ - RCTRequired
2209
+ - RCTTypeSafety
2210
+ - React-Core
2211
+ - React-debug
2212
+ - React-Fabric
2213
+ - React-FabricImage
2214
+ - React-featureflags
2215
+ - React-graphics
2216
+ - React-hermes
2217
+ - React-jsi
2218
+ - React-jsiexecutor
2219
+ - React-NativeModulesApple
2220
+ - React-RCTAppDelegate
2221
+ - React-rendererdebug
2222
+ - React-utils
2223
+ - ReactCommon/turbomodule/bridging
2224
+ - ReactCommon/turbomodule/core
2225
+ - SocketRocket
2226
+ - ReactCommon (0.80.1):
2227
+ - boost
2228
+ - DoubleConversion
2229
+ - fast_float
2230
+ - fmt
2231
+ - glog
2232
+ - RCT-Folly
2233
+ - RCT-Folly/Fabric
2234
+ - ReactCommon/turbomodule (= 0.80.1)
2235
+ - SocketRocket
2236
+ - ReactCommon/turbomodule (0.80.1):
2237
+ - boost
2238
+ - DoubleConversion
2239
+ - fast_float
2240
+ - fmt
2241
+ - glog
2242
+ - hermes-engine
2243
+ - RCT-Folly
2244
+ - RCT-Folly/Fabric
2245
+ - React-callinvoker (= 0.80.1)
2246
+ - React-cxxreact (= 0.80.1)
2247
+ - React-jsi (= 0.80.1)
2248
+ - React-logger (= 0.80.1)
2249
+ - React-perflogger (= 0.80.1)
2250
+ - ReactCommon/turbomodule/bridging (= 0.80.1)
2251
+ - ReactCommon/turbomodule/core (= 0.80.1)
2252
+ - SocketRocket
2253
+ - ReactCommon/turbomodule/bridging (0.80.1):
2254
+ - boost
2255
+ - DoubleConversion
2256
+ - fast_float
2257
+ - fmt
2258
+ - glog
2259
+ - hermes-engine
2260
+ - RCT-Folly
2261
+ - RCT-Folly/Fabric
2262
+ - React-callinvoker (= 0.80.1)
2263
+ - React-cxxreact (= 0.80.1)
2264
+ - React-jsi (= 0.80.1)
2265
+ - React-logger (= 0.80.1)
2266
+ - React-perflogger (= 0.80.1)
2267
+ - SocketRocket
2268
+ - ReactCommon/turbomodule/core (0.80.1):
2269
+ - boost
2270
+ - DoubleConversion
2271
+ - fast_float
2272
+ - fmt
2273
+ - glog
2274
+ - hermes-engine
2275
+ - RCT-Folly
2276
+ - RCT-Folly/Fabric
2277
+ - React-callinvoker (= 0.80.1)
2278
+ - React-cxxreact (= 0.80.1)
2279
+ - React-debug (= 0.80.1)
2280
+ - React-featureflags (= 0.80.1)
2281
+ - React-jsi (= 0.80.1)
2282
+ - React-logger (= 0.80.1)
2283
+ - React-perflogger (= 0.80.1)
2284
+ - React-utils (= 0.80.1)
2285
+ - SocketRocket
2286
+ - RNBLUIVectorIcons (3.0.0):
2287
+ - React
2288
+ - RNCAsyncStorage (2.2.0):
2289
+ - boost
2290
+ - DoubleConversion
2291
+ - fast_float
2292
+ - fmt
2293
+ - glog
2294
+ - hermes-engine
2295
+ - RCT-Folly
2296
+ - RCT-Folly/Fabric
2297
+ - RCTRequired
2298
+ - RCTTypeSafety
2299
+ - React-Core
2300
+ - React-debug
2301
+ - React-Fabric
2302
+ - React-featureflags
2303
+ - React-graphics
2304
+ - React-hermes
2305
+ - React-ImageManager
2306
+ - React-jsi
2307
+ - React-NativeModulesApple
2308
+ - React-RCTFabric
2309
+ - React-renderercss
2310
+ - React-rendererdebug
2311
+ - React-utils
2312
+ - ReactCodegen
2313
+ - ReactCommon/turbomodule/bridging
2314
+ - ReactCommon/turbomodule/core
2315
+ - SocketRocket
2316
+ - Yoga
2317
+ - RNCMaskedView (0.1.11):
2318
+ - React
2319
+ - RNGestureHandler (2.27.1):
2320
+ - boost
2321
+ - DoubleConversion
2322
+ - fast_float
2323
+ - fmt
2324
+ - glog
2325
+ - hermes-engine
2326
+ - RCT-Folly
2327
+ - RCT-Folly/Fabric
2328
+ - RCTRequired
2329
+ - RCTTypeSafety
2330
+ - React-Core
2331
+ - React-debug
2332
+ - React-Fabric
2333
+ - React-featureflags
2334
+ - React-graphics
2335
+ - React-hermes
2336
+ - React-ImageManager
2337
+ - React-jsi
2338
+ - React-NativeModulesApple
2339
+ - React-RCTFabric
2340
+ - React-renderercss
2341
+ - React-rendererdebug
2342
+ - React-utils
2343
+ - ReactCodegen
2344
+ - ReactCommon/turbomodule/bridging
2345
+ - ReactCommon/turbomodule/core
2346
+ - SocketRocket
2347
+ - Yoga
2348
+ - RNReanimated (3.18.0):
2349
+ - boost
781
2350
  - DoubleConversion
782
- - fmt (~> 6.2.1)
2351
+ - fast_float
2352
+ - fmt
783
2353
  - glog
784
2354
  - hermes-engine
785
- - RCT-Folly/Fabric (= 2022.05.16.00)
2355
+ - RCT-Folly
2356
+ - RCT-Folly/Fabric
786
2357
  - RCTRequired
787
2358
  - RCTTypeSafety
788
2359
  - React-Core
789
- - React-cxxreact
790
2360
  - React-debug
2361
+ - React-Fabric
2362
+ - React-featureflags
791
2363
  - React-graphics
2364
+ - React-hermes
2365
+ - React-ImageManager
792
2366
  - React-jsi
793
- - React-jsiexecutor
794
- - React-logger
2367
+ - React-NativeModulesApple
2368
+ - React-RCTFabric
2369
+ - React-renderercss
795
2370
  - React-rendererdebug
796
- - React-runtimescheduler
797
2371
  - React-utils
2372
+ - ReactCodegen
2373
+ - ReactCommon/turbomodule/bridging
798
2374
  - ReactCommon/turbomodule/core
799
- - React-Fabric/telemetry (0.73.2):
2375
+ - RNReanimated/reanimated (= 3.18.0)
2376
+ - RNReanimated/worklets (= 3.18.0)
2377
+ - SocketRocket
2378
+ - Yoga
2379
+ - RNReanimated/reanimated (3.18.0):
2380
+ - boost
800
2381
  - DoubleConversion
801
- - fmt (~> 6.2.1)
2382
+ - fast_float
2383
+ - fmt
802
2384
  - glog
803
2385
  - hermes-engine
804
- - RCT-Folly/Fabric (= 2022.05.16.00)
2386
+ - RCT-Folly
2387
+ - RCT-Folly/Fabric
805
2388
  - RCTRequired
806
2389
  - RCTTypeSafety
807
2390
  - React-Core
808
- - React-cxxreact
809
2391
  - React-debug
2392
+ - React-Fabric
2393
+ - React-featureflags
810
2394
  - React-graphics
2395
+ - React-hermes
2396
+ - React-ImageManager
811
2397
  - React-jsi
812
- - React-jsiexecutor
813
- - React-logger
2398
+ - React-NativeModulesApple
2399
+ - React-RCTFabric
2400
+ - React-renderercss
814
2401
  - React-rendererdebug
815
- - React-runtimescheduler
816
2402
  - React-utils
2403
+ - ReactCodegen
2404
+ - ReactCommon/turbomodule/bridging
817
2405
  - ReactCommon/turbomodule/core
818
- - React-Fabric/templateprocessor (0.73.2):
2406
+ - RNReanimated/reanimated/apple (= 3.18.0)
2407
+ - SocketRocket
2408
+ - Yoga
2409
+ - RNReanimated/reanimated/apple (3.18.0):
2410
+ - boost
819
2411
  - DoubleConversion
820
- - fmt (~> 6.2.1)
2412
+ - fast_float
2413
+ - fmt
821
2414
  - glog
822
2415
  - hermes-engine
823
- - RCT-Folly/Fabric (= 2022.05.16.00)
2416
+ - RCT-Folly
2417
+ - RCT-Folly/Fabric
824
2418
  - RCTRequired
825
2419
  - RCTTypeSafety
826
2420
  - React-Core
827
- - React-cxxreact
828
2421
  - React-debug
2422
+ - React-Fabric
2423
+ - React-featureflags
829
2424
  - React-graphics
2425
+ - React-hermes
2426
+ - React-ImageManager
830
2427
  - React-jsi
831
- - React-jsiexecutor
832
- - React-logger
2428
+ - React-NativeModulesApple
2429
+ - React-RCTFabric
2430
+ - React-renderercss
833
2431
  - React-rendererdebug
834
- - React-runtimescheduler
835
2432
  - React-utils
2433
+ - ReactCodegen
2434
+ - ReactCommon/turbomodule/bridging
836
2435
  - ReactCommon/turbomodule/core
837
- - React-Fabric/textlayoutmanager (0.73.2):
2436
+ - SocketRocket
2437
+ - Yoga
2438
+ - RNReanimated/worklets (3.18.0):
2439
+ - boost
838
2440
  - DoubleConversion
839
- - fmt (~> 6.2.1)
2441
+ - fast_float
2442
+ - fmt
840
2443
  - glog
841
2444
  - hermes-engine
842
- - RCT-Folly/Fabric (= 2022.05.16.00)
2445
+ - RCT-Folly
2446
+ - RCT-Folly/Fabric
843
2447
  - RCTRequired
844
2448
  - RCTTypeSafety
845
2449
  - React-Core
846
- - React-cxxreact
847
2450
  - React-debug
848
- - React-Fabric/uimanager
2451
+ - React-Fabric
2452
+ - React-featureflags
849
2453
  - React-graphics
2454
+ - React-hermes
2455
+ - React-ImageManager
850
2456
  - React-jsi
851
- - React-jsiexecutor
852
- - React-logger
2457
+ - React-NativeModulesApple
2458
+ - React-RCTFabric
2459
+ - React-renderercss
853
2460
  - React-rendererdebug
854
- - React-runtimescheduler
855
2461
  - React-utils
2462
+ - ReactCodegen
2463
+ - ReactCommon/turbomodule/bridging
856
2464
  - ReactCommon/turbomodule/core
857
- - React-Fabric/uimanager (0.73.2):
2465
+ - RNReanimated/worklets/apple (= 3.18.0)
2466
+ - SocketRocket
2467
+ - Yoga
2468
+ - RNReanimated/worklets/apple (3.18.0):
2469
+ - boost
858
2470
  - DoubleConversion
859
- - fmt (~> 6.2.1)
2471
+ - fast_float
2472
+ - fmt
860
2473
  - glog
861
2474
  - hermes-engine
862
- - RCT-Folly/Fabric (= 2022.05.16.00)
2475
+ - RCT-Folly
2476
+ - RCT-Folly/Fabric
863
2477
  - RCTRequired
864
2478
  - RCTTypeSafety
865
2479
  - React-Core
866
- - React-cxxreact
867
2480
  - React-debug
2481
+ - React-Fabric
2482
+ - React-featureflags
868
2483
  - React-graphics
2484
+ - React-hermes
2485
+ - React-ImageManager
869
2486
  - React-jsi
870
- - React-jsiexecutor
871
- - React-logger
2487
+ - React-NativeModulesApple
2488
+ - React-RCTFabric
2489
+ - React-renderercss
872
2490
  - React-rendererdebug
873
- - React-runtimescheduler
874
2491
  - React-utils
2492
+ - ReactCodegen
2493
+ - ReactCommon/turbomodule/bridging
875
2494
  - ReactCommon/turbomodule/core
876
- - React-FabricImage (0.73.2):
2495
+ - SocketRocket
2496
+ - Yoga
2497
+ - RNScreens (4.11.1):
2498
+ - boost
877
2499
  - DoubleConversion
878
- - fmt (~> 6.2.1)
2500
+ - fast_float
2501
+ - fmt
879
2502
  - glog
880
2503
  - hermes-engine
881
- - RCT-Folly/Fabric (= 2022.05.16.00)
882
- - RCTRequired (= 0.73.2)
883
- - RCTTypeSafety (= 0.73.2)
2504
+ - RCT-Folly
2505
+ - RCT-Folly/Fabric
2506
+ - RCTRequired
2507
+ - RCTTypeSafety
2508
+ - React-Core
2509
+ - React-debug
884
2510
  - React-Fabric
2511
+ - React-featureflags
885
2512
  - React-graphics
2513
+ - React-hermes
886
2514
  - React-ImageManager
887
2515
  - React-jsi
888
- - React-jsiexecutor (= 0.73.2)
889
- - React-logger
2516
+ - React-NativeModulesApple
2517
+ - React-RCTFabric
2518
+ - React-RCTImage
2519
+ - React-renderercss
890
2520
  - React-rendererdebug
891
2521
  - React-utils
892
- - ReactCommon
2522
+ - ReactCodegen
2523
+ - ReactCommon/turbomodule/bridging
2524
+ - ReactCommon/turbomodule/core
2525
+ - RNScreens/common (= 4.11.1)
2526
+ - SocketRocket
893
2527
  - Yoga
894
- - React-graphics (0.73.2):
895
- - glog
896
- - RCT-Folly/Fabric (= 2022.05.16.00)
897
- - React-Core/Default (= 0.73.2)
898
- - React-utils
899
- - React-hermes (0.73.2):
2528
+ - RNScreens/common (4.11.1):
2529
+ - boost
900
2530
  - DoubleConversion
901
- - fmt (~> 6.2.1)
2531
+ - fast_float
2532
+ - fmt
902
2533
  - glog
903
2534
  - hermes-engine
904
- - RCT-Folly (= 2022.05.16.00)
905
- - RCT-Folly/Futures (= 2022.05.16.00)
906
- - React-cxxreact (= 0.73.2)
907
- - React-jsi
908
- - React-jsiexecutor (= 0.73.2)
909
- - React-jsinspector (= 0.73.2)
910
- - React-perflogger (= 0.73.2)
911
- - React-ImageManager (0.73.2):
912
- - glog
2535
+ - RCT-Folly
913
2536
  - RCT-Folly/Fabric
914
- - React-Core/Default
2537
+ - RCTRequired
2538
+ - RCTTypeSafety
2539
+ - React-Core
915
2540
  - React-debug
916
2541
  - React-Fabric
2542
+ - React-featureflags
917
2543
  - React-graphics
2544
+ - React-hermes
2545
+ - React-ImageManager
2546
+ - React-jsi
2547
+ - React-NativeModulesApple
2548
+ - React-RCTFabric
2549
+ - React-RCTImage
2550
+ - React-renderercss
918
2551
  - React-rendererdebug
919
2552
  - React-utils
920
- - React-jserrorhandler (0.73.2):
921
- - RCT-Folly/Fabric (= 2022.05.16.00)
922
- - React-debug
923
- - React-jsi
924
- - React-Mapbuffer
925
- - React-jsi (0.73.2):
926
- - boost (= 1.83.0)
927
- - DoubleConversion
928
- - fmt (~> 6.2.1)
929
- - glog
930
- - hermes-engine
931
- - RCT-Folly (= 2022.05.16.00)
932
- - React-jsiexecutor (0.73.2):
2553
+ - ReactCodegen
2554
+ - ReactCommon/turbomodule/bridging
2555
+ - ReactCommon/turbomodule/core
2556
+ - SocketRocket
2557
+ - Yoga
2558
+ - RNSVG (15.12.0):
2559
+ - boost
933
2560
  - DoubleConversion
934
- - fmt (~> 6.2.1)
935
- - glog
936
- - hermes-engine
937
- - RCT-Folly (= 2022.05.16.00)
938
- - React-cxxreact (= 0.73.2)
939
- - React-jsi (= 0.73.2)
940
- - React-perflogger (= 0.73.2)
941
- - React-jsinspector (0.73.2)
942
- - React-logger (0.73.2):
943
- - glog
944
- - React-Mapbuffer (0.73.2):
945
- - glog
946
- - React-debug
947
- - react-native-pager-view (6.2.3):
948
- - glog
949
- - RCT-Folly (= 2022.05.16.00)
950
- - React-Core
951
- - react-native-restart (0.0.27):
952
- - React-Core
953
- - react-native-safe-area-context (4.8.2):
954
- - React-Core
955
- - react-native-webview (13.8.1):
956
- - glog
957
- - RCT-Folly (= 2022.05.16.00)
958
- - React-Core
959
- - React-nativeconfig (0.73.2)
960
- - React-NativeModulesApple (0.73.2):
2561
+ - fast_float
2562
+ - fmt
961
2563
  - glog
962
2564
  - hermes-engine
963
- - React-callinvoker
964
- - React-Core
965
- - React-cxxreact
966
- - React-jsi
967
- - React-runtimeexecutor
968
- - ReactCommon/turbomodule/bridging
969
- - ReactCommon/turbomodule/core
970
- - React-perflogger (0.73.2)
971
- - React-RCTActionSheet (0.73.2):
972
- - React-Core/RCTActionSheetHeaders (= 0.73.2)
973
- - React-RCTAnimation (0.73.2):
974
- - RCT-Folly (= 2022.05.16.00)
975
- - RCTTypeSafety
976
- - React-Codegen
977
- - React-Core/RCTAnimationHeaders
978
- - React-jsi
979
- - React-NativeModulesApple
980
- - ReactCommon
981
- - React-RCTAppDelegate (0.73.2):
982
2565
  - RCT-Folly
2566
+ - RCT-Folly/Fabric
983
2567
  - RCTRequired
984
2568
  - RCTTypeSafety
985
2569
  - React-Core
986
- - React-CoreModules
2570
+ - React-debug
2571
+ - React-Fabric
2572
+ - React-featureflags
2573
+ - React-graphics
987
2574
  - React-hermes
988
- - React-nativeconfig
989
- - React-NativeModulesApple
990
- - React-RCTFabric
991
- - React-RCTImage
992
- - React-RCTNetwork
993
- - React-runtimescheduler
994
- - ReactCommon
995
- - React-RCTBlob (0.73.2):
996
- - hermes-engine
997
- - RCT-Folly (= 2022.05.16.00)
998
- - React-Codegen
999
- - React-Core/RCTBlobHeaders
1000
- - React-Core/RCTWebSocket
2575
+ - React-ImageManager
1001
2576
  - React-jsi
1002
2577
  - React-NativeModulesApple
1003
- - React-RCTNetwork
1004
- - ReactCommon
1005
- - React-RCTFabric (0.73.2):
2578
+ - React-RCTFabric
2579
+ - React-renderercss
2580
+ - React-rendererdebug
2581
+ - React-utils
2582
+ - ReactCodegen
2583
+ - ReactCommon/turbomodule/bridging
2584
+ - ReactCommon/turbomodule/core
2585
+ - RNSVG/common (= 15.12.0)
2586
+ - SocketRocket
2587
+ - Yoga
2588
+ - RNSVG/common (15.12.0):
2589
+ - boost
2590
+ - DoubleConversion
2591
+ - fast_float
2592
+ - fmt
1006
2593
  - glog
1007
2594
  - hermes-engine
1008
- - RCT-Folly/Fabric (= 2022.05.16.00)
2595
+ - RCT-Folly
2596
+ - RCT-Folly/Fabric
2597
+ - RCTRequired
2598
+ - RCTTypeSafety
1009
2599
  - React-Core
1010
2600
  - React-debug
1011
2601
  - React-Fabric
1012
- - React-FabricImage
2602
+ - React-featureflags
1013
2603
  - React-graphics
2604
+ - React-hermes
1014
2605
  - React-ImageManager
1015
2606
  - React-jsi
1016
- - React-nativeconfig
1017
- - React-RCTImage
1018
- - React-RCTText
2607
+ - React-NativeModulesApple
2608
+ - React-RCTFabric
2609
+ - React-renderercss
1019
2610
  - React-rendererdebug
1020
- - React-runtimescheduler
1021
2611
  - React-utils
2612
+ - ReactCodegen
2613
+ - ReactCommon/turbomodule/bridging
2614
+ - ReactCommon/turbomodule/core
2615
+ - SocketRocket
1022
2616
  - Yoga
1023
- - React-RCTImage (0.73.2):
1024
- - RCT-Folly (= 2022.05.16.00)
1025
- - RCTTypeSafety
1026
- - React-Codegen
1027
- - React-Core/RCTImageHeaders
1028
- - React-jsi
1029
- - React-NativeModulesApple
1030
- - React-RCTNetwork
1031
- - ReactCommon
1032
- - React-RCTLinking (0.73.2):
1033
- - React-Codegen
1034
- - React-Core/RCTLinkingHeaders (= 0.73.2)
1035
- - React-jsi (= 0.73.2)
1036
- - React-NativeModulesApple
1037
- - ReactCommon
1038
- - ReactCommon/turbomodule/core (= 0.73.2)
1039
- - React-RCTNetwork (0.73.2):
1040
- - RCT-Folly (= 2022.05.16.00)
1041
- - RCTTypeSafety
1042
- - React-Codegen
1043
- - React-Core/RCTNetworkHeaders
1044
- - React-jsi
1045
- - React-NativeModulesApple
1046
- - ReactCommon
1047
- - React-RCTSettings (0.73.2):
1048
- - RCT-Folly (= 2022.05.16.00)
1049
- - RCTTypeSafety
1050
- - React-Codegen
1051
- - React-Core/RCTSettingsHeaders
1052
- - React-jsi
1053
- - React-NativeModulesApple
1054
- - ReactCommon
1055
- - React-RCTText (0.73.2):
1056
- - React-Core/RCTTextHeaders (= 0.73.2)
1057
- - Yoga
1058
- - React-RCTVibration (0.73.2):
1059
- - RCT-Folly (= 2022.05.16.00)
1060
- - React-Codegen
1061
- - React-Core/RCTVibrationHeaders
1062
- - React-jsi
1063
- - React-NativeModulesApple
1064
- - ReactCommon
1065
- - React-rendererdebug (0.73.2):
2617
+ - RNVectorIcons (10.2.0):
2618
+ - boost
1066
2619
  - DoubleConversion
1067
- - fmt (~> 6.2.1)
1068
- - RCT-Folly (= 2022.05.16.00)
1069
- - React-debug
1070
- - React-rncore (0.73.2)
1071
- - React-runtimeexecutor (0.73.2):
1072
- - React-jsi (= 0.73.2)
1073
- - React-runtimescheduler (0.73.2):
2620
+ - fast_float
2621
+ - fmt
1074
2622
  - glog
1075
2623
  - hermes-engine
1076
- - RCT-Folly (= 2022.05.16.00)
1077
- - React-callinvoker
1078
- - React-cxxreact
2624
+ - RCT-Folly
2625
+ - RCT-Folly/Fabric
2626
+ - RCTRequired
2627
+ - RCTTypeSafety
2628
+ - React-Core
1079
2629
  - React-debug
2630
+ - React-Fabric
2631
+ - React-featureflags
2632
+ - React-graphics
2633
+ - React-hermes
2634
+ - React-ImageManager
1080
2635
  - React-jsi
2636
+ - React-NativeModulesApple
2637
+ - React-RCTFabric
2638
+ - React-renderercss
1081
2639
  - React-rendererdebug
1082
- - React-runtimeexecutor
1083
2640
  - React-utils
1084
- - React-utils (0.73.2):
1085
- - glog
1086
- - RCT-Folly (= 2022.05.16.00)
1087
- - React-debug
1088
- - ReactCommon (0.73.2):
1089
- - React-logger (= 0.73.2)
1090
- - ReactCommon/turbomodule (= 0.73.2)
1091
- - ReactCommon/turbomodule (0.73.2):
1092
- - DoubleConversion
1093
- - fmt (~> 6.2.1)
1094
- - glog
1095
- - hermes-engine
1096
- - RCT-Folly (= 2022.05.16.00)
1097
- - React-callinvoker (= 0.73.2)
1098
- - React-cxxreact (= 0.73.2)
1099
- - React-jsi (= 0.73.2)
1100
- - React-logger (= 0.73.2)
1101
- - React-perflogger (= 0.73.2)
1102
- - ReactCommon/turbomodule/bridging (= 0.73.2)
1103
- - ReactCommon/turbomodule/core (= 0.73.2)
1104
- - ReactCommon/turbomodule/bridging (0.73.2):
1105
- - DoubleConversion
1106
- - fmt (~> 6.2.1)
1107
- - glog
1108
- - hermes-engine
1109
- - RCT-Folly (= 2022.05.16.00)
1110
- - React-callinvoker (= 0.73.2)
1111
- - React-cxxreact (= 0.73.2)
1112
- - React-jsi (= 0.73.2)
1113
- - React-logger (= 0.73.2)
1114
- - React-perflogger (= 0.73.2)
1115
- - ReactCommon/turbomodule/core (0.73.2):
1116
- - DoubleConversion
1117
- - fmt (~> 6.2.1)
1118
- - glog
1119
- - hermes-engine
1120
- - RCT-Folly (= 2022.05.16.00)
1121
- - React-callinvoker (= 0.73.2)
1122
- - React-cxxreact (= 0.73.2)
1123
- - React-jsi (= 0.73.2)
1124
- - React-logger (= 0.73.2)
1125
- - React-perflogger (= 0.73.2)
1126
- - RNBLUIVectorIcons (2.2.0):
1127
- - React
1128
- - RNCAsyncStorage (1.22.3):
1129
- - React-Core
1130
- - RNGestureHandler (2.14.1):
1131
- - glog
1132
- - RCT-Folly (= 2022.05.16.00)
1133
- - React-Core
1134
- - RNReanimated (3.6.1):
1135
- - glog
1136
- - RCT-Folly (= 2022.05.16.00)
1137
- - React-Core
2641
+ - ReactCodegen
2642
+ - ReactCommon/turbomodule/bridging
1138
2643
  - ReactCommon/turbomodule/core
1139
- - RNScreens (3.29.0):
1140
- - glog
1141
- - RCT-Folly (= 2022.05.16.00)
1142
- - React-Core
1143
- - RNVectorIcons (9.2.0):
1144
- - React-Core
1145
- - SocketRocket (0.6.1)
1146
- - Yoga (1.14.0)
2644
+ - SocketRocket
2645
+ - Yoga
2646
+ - SocketRocket (0.7.1)
2647
+ - Yoga (0.0.0)
1147
2648
 
1148
2649
  DEPENDENCIES:
1149
2650
  - boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
1150
2651
  - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
2652
+ - fast_float (from `../node_modules/react-native/third-party-podspecs/fast_float.podspec`)
1151
2653
  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
1152
- - FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
1153
- - Flipper (= 0.201.0)
1154
- - Flipper-Boost-iOSX (= 1.76.0.1.11)
1155
- - Flipper-DoubleConversion (= 3.2.0.1)
1156
- - Flipper-Fmt (= 7.1.7)
1157
- - Flipper-Folly (= 2.6.10)
1158
- - Flipper-Glog (= 0.5.0.5)
1159
- - Flipper-PeerTalk (= 0.0.4)
1160
- - FlipperKit (= 0.201.0)
1161
- - FlipperKit/Core (= 0.201.0)
1162
- - FlipperKit/CppBridge (= 0.201.0)
1163
- - FlipperKit/FBCxxFollyDynamicConvert (= 0.201.0)
1164
- - FlipperKit/FBDefines (= 0.201.0)
1165
- - FlipperKit/FKPortForwarding (= 0.201.0)
1166
- - FlipperKit/FlipperKitHighlightOverlay (= 0.201.0)
1167
- - FlipperKit/FlipperKitLayoutPlugin (= 0.201.0)
1168
- - FlipperKit/FlipperKitLayoutTextSearchable (= 0.201.0)
1169
- - FlipperKit/FlipperKitNetworkPlugin (= 0.201.0)
1170
- - FlipperKit/FlipperKitReactPlugin (= 0.201.0)
1171
- - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.201.0)
1172
- - FlipperKit/SKIOSNetworkPlugin (= 0.201.0)
2654
+ - fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
1173
2655
  - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
1174
2656
  - hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
1175
- - libevent (~> 2.1.12)
1176
- - OpenSSL-Universal (= 1.1.1100)
2657
+ - "OktaSdkBridgeReactNative (from `../node_modules/@okta/okta-react-native`)"
1177
2658
  - 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
- - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
2659
+ - RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
2660
+ - RCTRequired (from `../node_modules/react-native/Libraries/Required`)
1180
2661
  - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
1181
2662
  - React (from `../node_modules/react-native/`)
1182
2663
  - React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
1183
- - React-Codegen (from `build/generated/ios`)
1184
2664
  - React-Core (from `../node_modules/react-native/`)
1185
- - React-Core/DevSupport (from `../node_modules/react-native/`)
1186
2665
  - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
1187
2666
  - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
1188
2667
  - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
1189
2668
  - React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
2669
+ - React-defaultsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/defaults`)
2670
+ - React-domnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/dom`)
1190
2671
  - React-Fabric (from `../node_modules/react-native/ReactCommon`)
2672
+ - React-FabricComponents (from `../node_modules/react-native/ReactCommon`)
1191
2673
  - React-FabricImage (from `../node_modules/react-native/ReactCommon`)
2674
+ - React-featureflags (from `../node_modules/react-native/ReactCommon/react/featureflags`)
2675
+ - React-featureflagsnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/featureflags`)
1192
2676
  - React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`)
1193
2677
  - React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
2678
+ - React-idlecallbacksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`)
1194
2679
  - React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
1195
2680
  - React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
1196
2681
  - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
1197
2682
  - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
1198
2683
  - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
2684
+ - React-jsinspectorcdp (from `../node_modules/react-native/ReactCommon/jsinspector-modern/cdp`)
2685
+ - React-jsinspectornetwork (from `../node_modules/react-native/ReactCommon/jsinspector-modern/network`)
2686
+ - React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`)
2687
+ - React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`)
2688
+ - React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
1199
2689
  - React-logger (from `../node_modules/react-native/ReactCommon/logger`)
1200
2690
  - React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
2691
+ - React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
1201
2692
  - react-native-pager-view (from `../node_modules/react-native-pager-view`)
1202
2693
  - react-native-restart (from `../node_modules/react-native-restart`)
1203
2694
  - react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
2695
+ - "react-native-vector-icons-material-design-icons (from `../node_modules/@react-native-vector-icons/material-design-icons`)"
2696
+ - "react-native-vector-icons-material-icons (from `../node_modules/@react-native-vector-icons/material-icons`)"
1204
2697
  - react-native-webview (from `../node_modules/react-native-webview`)
1205
- - React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
1206
2698
  - React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
2699
+ - React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`)
1207
2700
  - React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
2701
+ - React-performancetimeline (from `../node_modules/react-native/ReactCommon/react/performance/timeline`)
1208
2702
  - React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
1209
2703
  - React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
1210
2704
  - React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
1211
2705
  - React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
1212
2706
  - React-RCTFabric (from `../node_modules/react-native/React`)
2707
+ - React-RCTFBReactNativeSpec (from `../node_modules/react-native/React`)
1213
2708
  - React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
1214
2709
  - React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
1215
2710
  - React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
2711
+ - React-RCTRuntime (from `../node_modules/react-native/React/Runtime`)
1216
2712
  - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
1217
2713
  - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
1218
2714
  - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
2715
+ - React-rendererconsistency (from `../node_modules/react-native/ReactCommon/react/renderer/consistency`)
2716
+ - React-renderercss (from `../node_modules/react-native/ReactCommon/react/renderer/css`)
1219
2717
  - React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
1220
2718
  - React-rncore (from `../node_modules/react-native/ReactCommon`)
2719
+ - React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`)
2720
+ - React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`)
1221
2721
  - React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
2722
+ - React-RuntimeHermes (from `../node_modules/react-native/ReactCommon/react/runtime`)
1222
2723
  - React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
2724
+ - React-timing (from `../node_modules/react-native/ReactCommon/react/timing`)
1223
2725
  - React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
2726
+ - ReactAppDependencyProvider (from `build/generated/ios`)
2727
+ - ReactCodegen (from `build/generated/ios`)
1224
2728
  - ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
1225
2729
  - "RNBLUIVectorIcons (from `../node_modules/@brightlayer-ui/react-native-vector-icons`)"
1226
2730
  - "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
2731
+ - "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
1227
2732
  - RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
1228
2733
  - RNReanimated (from `../node_modules/react-native-reanimated`)
1229
2734
  - RNScreens (from `../node_modules/react-native-screens`)
2735
+ - RNSVG (from `../node_modules/react-native-svg`)
1230
2736
  - RNVectorIcons (from `../node_modules/react-native-vector-icons`)
2737
+ - SocketRocket (~> 0.7.1)
1231
2738
  - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
1232
2739
 
1233
2740
  SPEC REPOS:
1234
2741
  trunk:
1235
- - CocoaAsyncSocket
1236
- - Flipper
1237
- - Flipper-Boost-iOSX
1238
- - Flipper-DoubleConversion
1239
- - Flipper-Fmt
1240
- - Flipper-Folly
1241
- - Flipper-Glog
1242
- - Flipper-PeerTalk
1243
- - FlipperKit
1244
- - fmt
1245
- - libevent
1246
- - OpenSSL-Universal
2742
+ - OktaOidc
1247
2743
  - SocketRocket
1248
2744
 
1249
2745
  EXTERNAL SOURCES:
@@ -1251,27 +2747,31 @@ EXTERNAL SOURCES:
1251
2747
  :podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
1252
2748
  DoubleConversion:
1253
2749
  :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
2750
+ fast_float:
2751
+ :podspec: "../node_modules/react-native/third-party-podspecs/fast_float.podspec"
1254
2752
  FBLazyVector:
1255
2753
  :path: "../node_modules/react-native/Libraries/FBLazyVector"
1256
- FBReactNativeSpec:
1257
- :path: "../node_modules/react-native/React/FBReactNativeSpec"
2754
+ fmt:
2755
+ :podspec: "../node_modules/react-native/third-party-podspecs/fmt.podspec"
1258
2756
  glog:
1259
2757
  :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
1260
2758
  hermes-engine:
1261
2759
  :podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
1262
- :tag: hermes-2023-11-17-RNv0.73.0-21043a3fc062be445e56a2c10ecd8be028dd9cc5
2760
+ :tag: hermes-2025-05-06-RNv0.80.0-4eb6132a5bf0450bf4c6c91987675381d7ac8bca
2761
+ OktaSdkBridgeReactNative:
2762
+ :path: "../node_modules/@okta/okta-react-native"
1263
2763
  RCT-Folly:
1264
2764
  :podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
2765
+ RCTDeprecation:
2766
+ :path: "../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"
1265
2767
  RCTRequired:
1266
- :path: "../node_modules/react-native/Libraries/RCTRequired"
2768
+ :path: "../node_modules/react-native/Libraries/Required"
1267
2769
  RCTTypeSafety:
1268
2770
  :path: "../node_modules/react-native/Libraries/TypeSafety"
1269
2771
  React:
1270
2772
  :path: "../node_modules/react-native/"
1271
2773
  React-callinvoker:
1272
2774
  :path: "../node_modules/react-native/ReactCommon/callinvoker"
1273
- React-Codegen:
1274
- :path: build/generated/ios
1275
2775
  React-Core:
1276
2776
  :path: "../node_modules/react-native/"
1277
2777
  React-CoreModules:
@@ -1280,14 +2780,26 @@ EXTERNAL SOURCES:
1280
2780
  :path: "../node_modules/react-native/ReactCommon/cxxreact"
1281
2781
  React-debug:
1282
2782
  :path: "../node_modules/react-native/ReactCommon/react/debug"
2783
+ React-defaultsnativemodule:
2784
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/defaults"
2785
+ React-domnativemodule:
2786
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/dom"
1283
2787
  React-Fabric:
1284
2788
  :path: "../node_modules/react-native/ReactCommon"
2789
+ React-FabricComponents:
2790
+ :path: "../node_modules/react-native/ReactCommon"
1285
2791
  React-FabricImage:
1286
2792
  :path: "../node_modules/react-native/ReactCommon"
2793
+ React-featureflags:
2794
+ :path: "../node_modules/react-native/ReactCommon/react/featureflags"
2795
+ React-featureflagsnativemodule:
2796
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/featureflags"
1287
2797
  React-graphics:
1288
2798
  :path: "../node_modules/react-native/ReactCommon/react/renderer/graphics"
1289
2799
  React-hermes:
1290
2800
  :path: "../node_modules/react-native/ReactCommon/hermes"
2801
+ React-idlecallbacksnativemodule:
2802
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks"
1291
2803
  React-ImageManager:
1292
2804
  :path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
1293
2805
  React-jserrorhandler:
@@ -1298,24 +2810,42 @@ EXTERNAL SOURCES:
1298
2810
  :path: "../node_modules/react-native/ReactCommon/jsiexecutor"
1299
2811
  React-jsinspector:
1300
2812
  :path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
2813
+ React-jsinspectorcdp:
2814
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/cdp"
2815
+ React-jsinspectornetwork:
2816
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/network"
2817
+ React-jsinspectortracing:
2818
+ :path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing"
2819
+ React-jsitooling:
2820
+ :path: "../node_modules/react-native/ReactCommon/jsitooling"
2821
+ React-jsitracing:
2822
+ :path: "../node_modules/react-native/ReactCommon/hermes/executor/"
1301
2823
  React-logger:
1302
2824
  :path: "../node_modules/react-native/ReactCommon/logger"
1303
2825
  React-Mapbuffer:
1304
2826
  :path: "../node_modules/react-native/ReactCommon"
2827
+ React-microtasksnativemodule:
2828
+ :path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
1305
2829
  react-native-pager-view:
1306
2830
  :path: "../node_modules/react-native-pager-view"
1307
2831
  react-native-restart:
1308
2832
  :path: "../node_modules/react-native-restart"
1309
2833
  react-native-safe-area-context:
1310
2834
  :path: "../node_modules/react-native-safe-area-context"
2835
+ react-native-vector-icons-material-design-icons:
2836
+ :path: "../node_modules/@react-native-vector-icons/material-design-icons"
2837
+ react-native-vector-icons-material-icons:
2838
+ :path: "../node_modules/@react-native-vector-icons/material-icons"
1311
2839
  react-native-webview:
1312
2840
  :path: "../node_modules/react-native-webview"
1313
- React-nativeconfig:
1314
- :path: "../node_modules/react-native/ReactCommon"
1315
2841
  React-NativeModulesApple:
1316
2842
  :path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
2843
+ React-oscompat:
2844
+ :path: "../node_modules/react-native/ReactCommon/oscompat"
1317
2845
  React-perflogger:
1318
2846
  :path: "../node_modules/react-native/ReactCommon/reactperflogger"
2847
+ React-performancetimeline:
2848
+ :path: "../node_modules/react-native/ReactCommon/react/performance/timeline"
1319
2849
  React-RCTActionSheet:
1320
2850
  :path: "../node_modules/react-native/Libraries/ActionSheetIOS"
1321
2851
  React-RCTAnimation:
@@ -1326,118 +2856,160 @@ EXTERNAL SOURCES:
1326
2856
  :path: "../node_modules/react-native/Libraries/Blob"
1327
2857
  React-RCTFabric:
1328
2858
  :path: "../node_modules/react-native/React"
2859
+ React-RCTFBReactNativeSpec:
2860
+ :path: "../node_modules/react-native/React"
1329
2861
  React-RCTImage:
1330
2862
  :path: "../node_modules/react-native/Libraries/Image"
1331
2863
  React-RCTLinking:
1332
2864
  :path: "../node_modules/react-native/Libraries/LinkingIOS"
1333
2865
  React-RCTNetwork:
1334
2866
  :path: "../node_modules/react-native/Libraries/Network"
2867
+ React-RCTRuntime:
2868
+ :path: "../node_modules/react-native/React/Runtime"
1335
2869
  React-RCTSettings:
1336
2870
  :path: "../node_modules/react-native/Libraries/Settings"
1337
2871
  React-RCTText:
1338
2872
  :path: "../node_modules/react-native/Libraries/Text"
1339
2873
  React-RCTVibration:
1340
2874
  :path: "../node_modules/react-native/Libraries/Vibration"
2875
+ React-rendererconsistency:
2876
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/consistency"
2877
+ React-renderercss:
2878
+ :path: "../node_modules/react-native/ReactCommon/react/renderer/css"
1341
2879
  React-rendererdebug:
1342
2880
  :path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
1343
2881
  React-rncore:
1344
2882
  :path: "../node_modules/react-native/ReactCommon"
2883
+ React-RuntimeApple:
2884
+ :path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios"
2885
+ React-RuntimeCore:
2886
+ :path: "../node_modules/react-native/ReactCommon/react/runtime"
1345
2887
  React-runtimeexecutor:
1346
2888
  :path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
2889
+ React-RuntimeHermes:
2890
+ :path: "../node_modules/react-native/ReactCommon/react/runtime"
1347
2891
  React-runtimescheduler:
1348
2892
  :path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
2893
+ React-timing:
2894
+ :path: "../node_modules/react-native/ReactCommon/react/timing"
1349
2895
  React-utils:
1350
2896
  :path: "../node_modules/react-native/ReactCommon/react/utils"
2897
+ ReactAppDependencyProvider:
2898
+ :path: build/generated/ios
2899
+ ReactCodegen:
2900
+ :path: build/generated/ios
1351
2901
  ReactCommon:
1352
2902
  :path: "../node_modules/react-native/ReactCommon"
1353
2903
  RNBLUIVectorIcons:
1354
2904
  :path: "../node_modules/@brightlayer-ui/react-native-vector-icons"
1355
2905
  RNCAsyncStorage:
1356
2906
  :path: "../node_modules/@react-native-async-storage/async-storage"
2907
+ RNCMaskedView:
2908
+ :path: "../node_modules/@react-native-community/masked-view"
1357
2909
  RNGestureHandler:
1358
2910
  :path: "../node_modules/react-native-gesture-handler"
1359
2911
  RNReanimated:
1360
2912
  :path: "../node_modules/react-native-reanimated"
1361
2913
  RNScreens:
1362
2914
  :path: "../node_modules/react-native-screens"
2915
+ RNSVG:
2916
+ :path: "../node_modules/react-native-svg"
1363
2917
  RNVectorIcons:
1364
2918
  :path: "../node_modules/react-native-vector-icons"
1365
2919
  Yoga:
1366
2920
  :path: "../node_modules/react-native/ReactCommon/yoga"
1367
2921
 
1368
2922
  SPEC CHECKSUMS:
1369
- boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1370
- CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
1371
- DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
1372
- FBLazyVector: fbc4957d9aa695250b55d879c1d86f79d7e69ab4
1373
- FBReactNativeSpec: 86de768f89901ef6ed3207cd686362189d64ac88
1374
- Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
1375
- Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
1376
- Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
1377
- Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
1378
- Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
1379
- Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
1380
- Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
1381
- FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f
1382
- fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
1383
- glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1384
- hermes-engine: b361c9ef5ef3cda53f66e195599b47e1f84ffa35
1385
- libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
1386
- OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
1387
- RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
1388
- RCTRequired: 9b1e7e262745fb671e33c51c1078d093bd30e322
1389
- RCTTypeSafety: a759e3b086eccf3e2cbf2493d22f28e082f958e6
1390
- React: 805f5dd55bbdb92c36b4914c64aaae4c97d358dc
1391
- React-callinvoker: 6a697867607c990c2c2c085296ee32cfb5e47c01
1392
- React-Codegen: c4447ffa339f4e7a22e0c9c800eec9084f31899c
1393
- React-Core: 49f66fecc7695464e9b7bc7dc7cd9473d2c60584
1394
- React-CoreModules: 710e7c557a1a8180bd1645f5b4bf79f4bd3f5417
1395
- React-cxxreact: 345857b5e4be000c0527df78be3b41a0677a20ce
1396
- React-debug: f1637bce73342b2f6eee4982508fdfb088667a87
1397
- React-Fabric: 4dfcff8f14d8e5a7a60b11b7862dad2a9d99c65b
1398
- React-FabricImage: 4a9e9510b7f28bbde6a743b18c0cb941a142e938
1399
- React-graphics: dd5af9d8b1b45171fd6933e19fed522f373bcb10
1400
- React-hermes: a52d183a5cf8ccb7020ce3df4275b89d01e6b53e
1401
- React-ImageManager: c5b7db131eff71443d7f3a8d686fd841d18befd3
1402
- React-jserrorhandler: 97a6a12e2344c3c4fdd7ba1edefb005215c732f8
1403
- React-jsi: a182068133f80918cd0eec77875abaf943a0b6be
1404
- React-jsiexecutor: dacd00ce8a18fc00a0ae6c25e3015a6437e5d2e8
1405
- React-jsinspector: 03644c063fc3621c9a4e8bf263a8150909129618
1406
- React-logger: 66b168e2b2bee57bd8ce9e69f739d805732a5570
1407
- React-Mapbuffer: 9ee041e1d7be96da6d76a251f92e72b711c651d6
1408
- react-native-pager-view: d81ab2060b9caf57ca8c3a0d57467ff407cdb825
1409
- react-native-restart: 7595693413fe3ca15893702f2c8306c62a708162
1410
- react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
1411
- react-native-webview: 0f93dc8f4208ae5365884922c3cd14da5037ca4c
1412
- React-nativeconfig: d753fbbc8cecc8ae413d615599ac378bbf6999bb
1413
- React-NativeModulesApple: 964f4eeab1b4325e8b6a799cf4444c3fd4eb0a9c
1414
- React-perflogger: 29efe63b7ef5fbaaa50ef6eaa92482f98a24b97e
1415
- React-RCTActionSheet: 69134c62aefd362027b20da01cd5d14ffd39db3f
1416
- React-RCTAnimation: 3b5a57087c7a5e727855b803d643ac1d445488f5
1417
- React-RCTAppDelegate: a3ce9b69c0620a1717d08e826d4dc7ad8a3a3cae
1418
- React-RCTBlob: 26ea660f2be1e6de62f2d2ad9a9c7b9bfabb786f
1419
- React-RCTFabric: bb6dbbff2f80b9489f8b2f1d2554aa040aa2e3cd
1420
- React-RCTImage: 27b27f4663df9e776d0549ed2f3536213e793f1b
1421
- React-RCTLinking: 962880ce9d0e2ea83fd182953538fc4ed757d4da
1422
- React-RCTNetwork: 73a756b44d4ad584bae13a5f1484e3ce12accac8
1423
- React-RCTSettings: 6d7f8d807f05de3d01cfb182d14e5f400716faac
1424
- React-RCTText: 73006e95ca359595c2510c1c0114027c85a6ddd3
1425
- React-RCTVibration: 599f427f9cbdd9c4bf38959ca020e8fef0717211
1426
- React-rendererdebug: f2946e0a1c3b906e71555a7c4a39aa6a6c0e639b
1427
- React-rncore: 74030de0ffef7b1a3fb77941168624534cc9ae7f
1428
- React-runtimeexecutor: 2d1f64f58193f00a3ad71d3f89c2bfbfe11cf5a5
1429
- React-runtimescheduler: df8945a656356ff10f58f65a70820478bfcf33ad
1430
- React-utils: f5bc61e7ea3325c0732ae2d755f4441940163b85
1431
- ReactCommon: 45b5d4f784e869c44a6f5a8fad5b114ca8f78c53
1432
- RNBLUIVectorIcons: 2198bfdf9aa57f08d56360e85ca6568821b67b5e
1433
- RNCAsyncStorage: 10591b9e0a91eaffee14e69b3721009759235125
1434
- RNGestureHandler: 25b969a1ffc806b9f9ad2e170d4a3b049c6af85e
1435
- RNReanimated: 57f436e7aa3d277fbfed05e003230b43428157c0
1436
- RNScreens: b582cb834dc4133307562e930e8fa914b8c04ef2
1437
- RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
1438
- SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
1439
- Yoga: 13c8ef87792450193e117976337b8527b49e8c03
2923
+ boost: 7e761d76ca2ce687f7cc98e698152abd03a18f90
2924
+ DoubleConversion: cb417026b2400c8f53ae97020b2be961b59470cb
2925
+ fast_float: b32c788ed9c6a8c584d114d0047beda9664e7cc6
2926
+ FBLazyVector: 09f03e4b6f42f955734b64a118f86509cc719427
2927
+ fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
2928
+ glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
2929
+ hermes-engine: 4f07404533b808de66cf48ac4200463068d0e95a
2930
+ OktaOidc: 2e6ddf3b1658766bfe1f2b19ef853df1504ae0e5
2931
+ OktaSdkBridgeReactNative: 9cff8569b708a4c1e41b27f3e92c42adb6001b72
2932
+ RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
2933
+ RCTDeprecation: efa5010912100e944a7ac9a93a157e1def1988fe
2934
+ RCTRequired: bbc4cf999ddc4a4b076e076c74dd1d39d0254630
2935
+ RCTTypeSafety: d877728097547d0a37786cc9130c43ad71739ac3
2936
+ React: 4b0b9cb962e694611e5e8a697c1b0300a2510c21
2937
+ React-callinvoker: 70f125c17c7132811a6b473946ac5e7ae93b5e57
2938
+ React-Core: bab40f5b1f46fe0c5896895a6f333e861a821a81
2939
+ React-CoreModules: 05647d952e521113c128360633896ba7ba652e82
2940
+ React-cxxreact: 2b4bac1ec6eecc6288ac8a6caea6afb42585740e
2941
+ React-debug: deb3a146ef717fa3e8f4c23e0288369fe53199b7
2942
+ React-defaultsnativemodule: 11e2948787a15d3cf1b66d7f29f13770a177bff7
2943
+ React-domnativemodule: 2f4b279acdb2963736fb5de2f585811dd90070b5
2944
+ React-Fabric: 6f8d1a303c96f1d078c14d74c4005bf457e5b782
2945
+ React-FabricComponents: b106410970e9a0c4e592da656c7a7e0947306c23
2946
+ React-FabricImage: 1abaf230dfce9b58fdf53c4128f3f40c6e64af6a
2947
+ React-featureflags: f7ef58d91079efde3ad223bcca6d197e845d5bcf
2948
+ React-featureflagsnativemodule: ae5abc9849d1696f4f8f11ee3744bf5715e032cf
2949
+ React-graphics: b306856c6ed9aac32f717a229550406a53b28a6d
2950
+ React-hermes: b6edce8fa19388654b1aea30844497cbeade83bc
2951
+ React-idlecallbacksnativemodule: cb386712842cb9e479c89311edb234d529b64db4
2952
+ React-ImageManager: 8ce94417853eaa22faaad1f4cc1952dd3f8e2275
2953
+ React-jserrorhandler: ab827d67dc270a9c8703eef524230baeafaf6876
2954
+ React-jsi: 545342ec5c78ab1277af5f0dbe8d489e7e73db14
2955
+ React-jsiexecutor: 20210891c7c77255c16dec6762faf68b373f9f74
2956
+ React-jsinspector: 4e73460e488132d70d2b4894e5578cc856f2cb74
2957
+ React-jsinspectorcdp: 8b2bcb5779289cb2b9ca517f2965ed23eb2fd3e0
2958
+ React-jsinspectornetwork: b5e0cb9e488d294eed2d8209dc3dc0f9587210c1
2959
+ React-jsinspectortracing: f3c4036e7b984405ac910f878576d325dd9f2834
2960
+ React-jsitooling: 75bbfd221b6173a5e848ca5a6680506bac064a56
2961
+ React-jsitracing: 11ed7d821864dd988c159d4943e0a1e0937c11b1
2962
+ React-logger: 984ebd897afad067555d081deaf03f57c4315723
2963
+ React-Mapbuffer: 0c045c844ce6d85cde53e85ab163294c6adad349
2964
+ React-microtasksnativemodule: d9499269ad1f484ae71319bac1d9231447f2094e
2965
+ react-native-pager-view: 6e60acfd433ace1a7a1af75bd80b619a41478640
2966
+ react-native-restart: 0bc732f4461709022a742bb29bcccf6bbc5b4863
2967
+ react-native-safe-area-context: d3738f0c3b1fcefaed874a45891b0d44306c47c1
2968
+ react-native-vector-icons-material-design-icons: e406b4fc1787999a5d150c897837150543e90b9c
2969
+ react-native-vector-icons-material-icons: 02aacdc7a2aa4d22dd841eaddad080a5f967b888
2970
+ react-native-webview: 9a8ea59197aa76145b8ce72aa3eea69f1e89dd38
2971
+ React-NativeModulesApple: 983f3483ef0a3446b56d490f09d579fba2442e17
2972
+ React-oscompat: 114036cd8f064558c9c1a0c04fc9ae5e1453706a
2973
+ React-perflogger: e7287fee27c16e3c8bd4d470f2361572b63be16b
2974
+ React-performancetimeline: 8ebbaa31d2d0cea680b0a2a567500d3cab8954fc
2975
+ React-RCTActionSheet: 68c68b0a7a5d2b0cfc255c64889b6e485974e988
2976
+ React-RCTAnimation: d6c5c728b888a967ce9aff1ff71a8ed71a68d069
2977
+ React-RCTAppDelegate: 0fc048666bda159cd469a6fb9befb04b3fa62be4
2978
+ React-RCTBlob: 12d8c699a1f906840113ee8d8bb575e69a05509f
2979
+ React-RCTFabric: 01e815845ebc185f44205dcbf50eeb712fec23fe
2980
+ React-RCTFBReactNativeSpec: f57927fb0af6ce2f25c19f8b894e2986138aa89f
2981
+ React-RCTImage: a82518168f4ee407913b23ca749ca79ef51959f3
2982
+ React-RCTLinking: 7f343b584c36f024f390fea563483568fe763ef6
2983
+ React-RCTNetwork: 3165eb757ceb62a7cde4cdad043d63314122e8a3
2984
+ React-RCTRuntime: feee590c459c4cb6aaa7a00f3abc8c04709b536f
2985
+ React-RCTSettings: 6bad0ae45d8d872c873059f332f586f99875621f
2986
+ React-RCTText: 657d60f35983062de8f0cea67c279aa7a3ea9858
2987
+ React-RCTVibration: 78f4770515141efb7f55f9b27c49dda95319c3a8
2988
+ React-rendererconsistency: f7baab26c6d0cd5b2eb7afcecfd2d8b957017b18
2989
+ React-renderercss: bdd2f83a4a054c3e4321fd61305c202b848e471b
2990
+ React-rendererdebug: 9f8865ee038127a9d99d4b034c9da4935d204993
2991
+ React-rncore: f7438473c4c71ee1963fb06a8635bb96013c9e1c
2992
+ React-RuntimeApple: 4d2ab9f72b9193da86eceded128a67254fc18aeb
2993
+ React-RuntimeCore: 5fd73030438d094975ca0f549d162dd97746ae38
2994
+ React-runtimeexecutor: 17c70842d5e611130cb66f91e247bc4a609c3508
2995
+ React-RuntimeHermes: 3c88e6e1ea7ea0899dcffc77c10d61ea46688cfd
2996
+ React-runtimescheduler: 024500621c7c93d65371498abb4ee26d34f5d47d
2997
+ React-timing: c3c923df2b86194e1682e01167717481232f1dc7
2998
+ React-utils: 9154a037543147e1c24098f1a48fc8472602c092
2999
+ ReactAppDependencyProvider: afd905e84ee36e1678016ae04d7370c75ed539be
3000
+ ReactCodegen: f8d5fb047c4cd9d2caade972cad9edac22521362
3001
+ ReactCommon: 17fd88849a174bf9ce45461912291aca711410fc
3002
+ RNBLUIVectorIcons: 60165888903e319a1ef8acf2e1e3ef2a9fc1192c
3003
+ RNCAsyncStorage: 1f04c8d56558e533277beda29187f571cf7eecb2
3004
+ RNCMaskedView: 4c5ee1c8667d56077246cc6d1977f77393923560
3005
+ RNGestureHandler: 5e1a1605659c22098719fc2e8aee453fe728f52e
3006
+ RNReanimated: bc1ddb7a5352648bcf0d592256069833bf935a46
3007
+ RNScreens: ee2abe7e0c548eed14e92742e81ed991165c56aa
3008
+ RNSVG: 341f555dbcd83a34d1f058e88df387de7bbc3347
3009
+ RNVectorIcons: ef9b4b0b786053ebdd63ee2972f48de9633ba166
3010
+ SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
3011
+ Yoga: daa1e4de4b971b977b23bc842aaa3e135324f1f3
1440
3012
 
1441
- PODFILE CHECKSUM: 0102c6fabdf4b18c8262ef30a5501363fc491918
3013
+ PODFILE CHECKSUM: a5de45e2350a9515567a6e18ca8ceea718b48523
1442
3014
 
1443
- COCOAPODS: 1.14.3
3015
+ COCOAPODS: 1.16.2