react-native-kenburns-view 5.0.0 → 5.2.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.
- package/LICENSE +15 -0
- package/README.md +19 -5
- package/example/kenburns-example/App.js +5 -5
- package/example/kenburns-example/README.md +5 -17
- package/example/kenburns-example/app.json +4 -4
- package/example/kenburns-example/ios/KenBurnsExample/AppDelegate.swift +69 -0
- package/example/kenburns-example/ios/KenBurnsExample/Info.plist +73 -71
- package/example/kenburns-example/ios/KenBurnsExample/KenBurnsExample-Bridging-Header.h +1 -1
- package/example/kenburns-example/ios/KenBurnsExample/PrivacyInfo.xcprivacy +11 -0
- package/example/kenburns-example/ios/KenBurnsExample/SplashScreen.storyboard +7 -2
- package/example/kenburns-example/ios/KenBurnsExample.xcodeproj/project.pbxproj +114 -106
- package/example/kenburns-example/ios/Podfile +14 -17
- package/example/kenburns-example/ios/Podfile.lock +1058 -691
- package/example/kenburns-example/ios/Podfile.properties.json +1 -2
- package/example/kenburns-example/metro.config.js +4 -1
- package/example/kenburns-example/package-lock.json +1256 -5067
- package/example/kenburns-example/package.json +12 -8
- package/lib/KenBurnsView.js +57 -35
- package/package.json +1 -1
- package/example/kenburns-example/assets/images/image1.jpg +0 -0
- package/example/kenburns-example/assets/images/image2.jpg +0 -0
- package/example/kenburns-example/assets/images/image3.jpg +0 -0
- package/example/kenburns-example/assets/images/placeholder.jpg +0 -0
- package/example/kenburns-example/ios/KenBurnsExample/AppDelegate.h +0 -7
- package/example/kenburns-example/ios/KenBurnsExample/AppDelegate.mm +0 -62
- package/example/kenburns-example/ios/KenBurnsExample/main.m +0 -10
- package/example/kenburns-example/ios/KenBurnsExample/noop-file.swift +0 -4
|
@@ -1,99 +1,124 @@
|
|
|
1
1
|
PODS:
|
|
2
|
-
-
|
|
3
|
-
- DoubleConversion (1.1.6)
|
|
4
|
-
- EXConstants (17.0.8):
|
|
2
|
+
- EXConstants (55.0.7):
|
|
5
3
|
- ExpoModulesCore
|
|
6
|
-
- Expo (
|
|
4
|
+
- Expo (55.0.4):
|
|
7
5
|
- ExpoModulesCore
|
|
8
|
-
|
|
6
|
+
- hermes-engine
|
|
7
|
+
- RCTRequired
|
|
8
|
+
- RCTTypeSafety
|
|
9
|
+
- React-Core
|
|
10
|
+
- React-Core-prebuilt
|
|
11
|
+
- React-debug
|
|
12
|
+
- React-Fabric
|
|
13
|
+
- React-featureflags
|
|
14
|
+
- React-graphics
|
|
15
|
+
- React-ImageManager
|
|
16
|
+
- React-jsi
|
|
17
|
+
- React-NativeModulesApple
|
|
18
|
+
- React-RCTAppDelegate
|
|
19
|
+
- React-RCTFabric
|
|
20
|
+
- React-renderercss
|
|
21
|
+
- React-rendererdebug
|
|
22
|
+
- React-utils
|
|
23
|
+
- ReactAppDependencyProvider
|
|
24
|
+
- ReactCodegen
|
|
25
|
+
- ReactCommon/turbomodule/bridging
|
|
26
|
+
- ReactCommon/turbomodule/core
|
|
27
|
+
- ReactNativeDependencies
|
|
28
|
+
- Yoga
|
|
29
|
+
- ExpoAsset (55.0.8):
|
|
9
30
|
- ExpoModulesCore
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
|
|
31
|
+
- ExpoDomWebView (55.0.3):
|
|
32
|
+
- ExpoModulesCore
|
|
33
|
+
- ExpoFileSystem (55.0.10):
|
|
34
|
+
- ExpoModulesCore
|
|
35
|
+
- ExpoFont (55.0.4):
|
|
36
|
+
- ExpoModulesCore
|
|
37
|
+
- ExpoKeepAwake (55.0.4):
|
|
38
|
+
- ExpoModulesCore
|
|
39
|
+
- ExpoLogBox (55.0.7):
|
|
40
|
+
- React-Core
|
|
41
|
+
- ExpoModulesCore (55.0.13):
|
|
42
|
+
- ExpoModulesJSI
|
|
13
43
|
- hermes-engine
|
|
14
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
15
44
|
- RCTRequired
|
|
16
45
|
- RCTTypeSafety
|
|
17
46
|
- React-Core
|
|
47
|
+
- React-Core-prebuilt
|
|
18
48
|
- React-debug
|
|
19
49
|
- React-Fabric
|
|
20
50
|
- React-featureflags
|
|
21
51
|
- React-graphics
|
|
22
52
|
- React-ImageManager
|
|
53
|
+
- React-jsi
|
|
23
54
|
- React-jsinspector
|
|
24
55
|
- React-NativeModulesApple
|
|
25
|
-
- React-RCTAppDelegate
|
|
26
56
|
- React-RCTFabric
|
|
57
|
+
- React-renderercss
|
|
27
58
|
- React-rendererdebug
|
|
28
59
|
- React-utils
|
|
29
60
|
- ReactCodegen
|
|
30
61
|
- ReactCommon/turbomodule/bridging
|
|
31
62
|
- ReactCommon/turbomodule/core
|
|
63
|
+
- ReactNativeDependencies
|
|
32
64
|
- Yoga
|
|
33
|
-
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
-
|
|
46
|
-
-
|
|
47
|
-
|
|
48
|
-
-
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
-
|
|
59
|
-
-
|
|
60
|
-
- React-
|
|
61
|
-
|
|
62
|
-
- React-
|
|
63
|
-
- React-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
-
|
|
67
|
-
- React-RCTBlob (= 0.76.5)
|
|
68
|
-
- React-RCTImage (= 0.76.5)
|
|
69
|
-
- React-RCTLinking (= 0.76.5)
|
|
70
|
-
- React-RCTNetwork (= 0.76.5)
|
|
71
|
-
- React-RCTSettings (= 0.76.5)
|
|
72
|
-
- React-RCTText (= 0.76.5)
|
|
73
|
-
- React-RCTVibration (= 0.76.5)
|
|
74
|
-
- React-callinvoker (0.76.5)
|
|
75
|
-
- React-Core (0.76.5):
|
|
76
|
-
- glog
|
|
77
|
-
- hermes-engine
|
|
78
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
65
|
+
- ExpoModulesJSI (55.0.13):
|
|
66
|
+
- hermes-engine
|
|
67
|
+
- React-Core
|
|
68
|
+
- React-runtimescheduler
|
|
69
|
+
- ReactCommon
|
|
70
|
+
- FBLazyVector (0.83.2)
|
|
71
|
+
- hermes-engine (0.14.1):
|
|
72
|
+
- hermes-engine/Pre-built (= 0.14.1)
|
|
73
|
+
- hermes-engine/Pre-built (0.14.1)
|
|
74
|
+
- RCTDeprecation (0.83.2)
|
|
75
|
+
- RCTRequired (0.83.2)
|
|
76
|
+
- RCTSwiftUI (0.83.2)
|
|
77
|
+
- RCTSwiftUIWrapper (0.83.2):
|
|
78
|
+
- RCTSwiftUI
|
|
79
|
+
- RCTTypeSafety (0.83.2):
|
|
80
|
+
- FBLazyVector (= 0.83.2)
|
|
81
|
+
- RCTRequired (= 0.83.2)
|
|
82
|
+
- React-Core (= 0.83.2)
|
|
83
|
+
- React (0.83.2):
|
|
84
|
+
- React-Core (= 0.83.2)
|
|
85
|
+
- React-Core/DevSupport (= 0.83.2)
|
|
86
|
+
- React-Core/RCTWebSocket (= 0.83.2)
|
|
87
|
+
- React-RCTActionSheet (= 0.83.2)
|
|
88
|
+
- React-RCTAnimation (= 0.83.2)
|
|
89
|
+
- React-RCTBlob (= 0.83.2)
|
|
90
|
+
- React-RCTImage (= 0.83.2)
|
|
91
|
+
- React-RCTLinking (= 0.83.2)
|
|
92
|
+
- React-RCTNetwork (= 0.83.2)
|
|
93
|
+
- React-RCTSettings (= 0.83.2)
|
|
94
|
+
- React-RCTText (= 0.83.2)
|
|
95
|
+
- React-RCTVibration (= 0.83.2)
|
|
96
|
+
- React-callinvoker (0.83.2)
|
|
97
|
+
- React-Core (0.83.2):
|
|
98
|
+
- hermes-engine
|
|
79
99
|
- RCTDeprecation
|
|
80
|
-
- React-Core
|
|
100
|
+
- React-Core-prebuilt
|
|
101
|
+
- React-Core/Default (= 0.83.2)
|
|
81
102
|
- React-cxxreact
|
|
82
103
|
- React-featureflags
|
|
83
104
|
- React-hermes
|
|
84
105
|
- React-jsi
|
|
85
106
|
- React-jsiexecutor
|
|
86
107
|
- React-jsinspector
|
|
108
|
+
- React-jsinspectorcdp
|
|
109
|
+
- React-jsitooling
|
|
87
110
|
- React-perflogger
|
|
111
|
+
- React-runtimeexecutor
|
|
88
112
|
- React-runtimescheduler
|
|
89
113
|
- React-utils
|
|
90
|
-
-
|
|
114
|
+
- ReactNativeDependencies
|
|
91
115
|
- Yoga
|
|
92
|
-
- React-Core
|
|
93
|
-
-
|
|
116
|
+
- React-Core-prebuilt (0.83.2):
|
|
117
|
+
- ReactNativeDependencies
|
|
118
|
+
- React-Core/CoreModulesHeaders (0.83.2):
|
|
94
119
|
- hermes-engine
|
|
95
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
96
120
|
- RCTDeprecation
|
|
121
|
+
- React-Core-prebuilt
|
|
97
122
|
- React-Core/Default
|
|
98
123
|
- React-cxxreact
|
|
99
124
|
- React-featureflags
|
|
@@ -101,50 +126,56 @@ PODS:
|
|
|
101
126
|
- React-jsi
|
|
102
127
|
- React-jsiexecutor
|
|
103
128
|
- React-jsinspector
|
|
129
|
+
- React-jsinspectorcdp
|
|
130
|
+
- React-jsitooling
|
|
104
131
|
- React-perflogger
|
|
132
|
+
- React-runtimeexecutor
|
|
105
133
|
- React-runtimescheduler
|
|
106
134
|
- React-utils
|
|
107
|
-
-
|
|
135
|
+
- ReactNativeDependencies
|
|
108
136
|
- Yoga
|
|
109
|
-
- React-Core/Default (0.
|
|
110
|
-
- glog
|
|
137
|
+
- React-Core/Default (0.83.2):
|
|
111
138
|
- hermes-engine
|
|
112
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
113
139
|
- RCTDeprecation
|
|
140
|
+
- React-Core-prebuilt
|
|
114
141
|
- React-cxxreact
|
|
115
142
|
- React-featureflags
|
|
116
143
|
- React-hermes
|
|
117
144
|
- React-jsi
|
|
118
145
|
- React-jsiexecutor
|
|
119
146
|
- React-jsinspector
|
|
147
|
+
- React-jsinspectorcdp
|
|
148
|
+
- React-jsitooling
|
|
120
149
|
- React-perflogger
|
|
150
|
+
- React-runtimeexecutor
|
|
121
151
|
- React-runtimescheduler
|
|
122
152
|
- React-utils
|
|
123
|
-
-
|
|
153
|
+
- ReactNativeDependencies
|
|
124
154
|
- Yoga
|
|
125
|
-
- React-Core/DevSupport (0.
|
|
126
|
-
- glog
|
|
155
|
+
- React-Core/DevSupport (0.83.2):
|
|
127
156
|
- hermes-engine
|
|
128
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
129
157
|
- RCTDeprecation
|
|
130
|
-
- React-Core
|
|
131
|
-
- React-Core/
|
|
158
|
+
- React-Core-prebuilt
|
|
159
|
+
- React-Core/Default (= 0.83.2)
|
|
160
|
+
- React-Core/RCTWebSocket (= 0.83.2)
|
|
132
161
|
- React-cxxreact
|
|
133
162
|
- React-featureflags
|
|
134
163
|
- React-hermes
|
|
135
164
|
- React-jsi
|
|
136
165
|
- React-jsiexecutor
|
|
137
166
|
- React-jsinspector
|
|
167
|
+
- React-jsinspectorcdp
|
|
168
|
+
- React-jsitooling
|
|
138
169
|
- React-perflogger
|
|
170
|
+
- React-runtimeexecutor
|
|
139
171
|
- React-runtimescheduler
|
|
140
172
|
- React-utils
|
|
141
|
-
-
|
|
173
|
+
- ReactNativeDependencies
|
|
142
174
|
- Yoga
|
|
143
|
-
- React-Core/RCTActionSheetHeaders (0.
|
|
144
|
-
- glog
|
|
175
|
+
- React-Core/RCTActionSheetHeaders (0.83.2):
|
|
145
176
|
- hermes-engine
|
|
146
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
147
177
|
- RCTDeprecation
|
|
178
|
+
- React-Core-prebuilt
|
|
148
179
|
- React-Core/Default
|
|
149
180
|
- React-cxxreact
|
|
150
181
|
- React-featureflags
|
|
@@ -152,16 +183,18 @@ PODS:
|
|
|
152
183
|
- React-jsi
|
|
153
184
|
- React-jsiexecutor
|
|
154
185
|
- React-jsinspector
|
|
186
|
+
- React-jsinspectorcdp
|
|
187
|
+
- React-jsitooling
|
|
155
188
|
- React-perflogger
|
|
189
|
+
- React-runtimeexecutor
|
|
156
190
|
- React-runtimescheduler
|
|
157
191
|
- React-utils
|
|
158
|
-
-
|
|
192
|
+
- ReactNativeDependencies
|
|
159
193
|
- Yoga
|
|
160
|
-
- React-Core/RCTAnimationHeaders (0.
|
|
161
|
-
- glog
|
|
194
|
+
- React-Core/RCTAnimationHeaders (0.83.2):
|
|
162
195
|
- hermes-engine
|
|
163
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
164
196
|
- RCTDeprecation
|
|
197
|
+
- React-Core-prebuilt
|
|
165
198
|
- React-Core/Default
|
|
166
199
|
- React-cxxreact
|
|
167
200
|
- React-featureflags
|
|
@@ -169,16 +202,18 @@ PODS:
|
|
|
169
202
|
- React-jsi
|
|
170
203
|
- React-jsiexecutor
|
|
171
204
|
- React-jsinspector
|
|
205
|
+
- React-jsinspectorcdp
|
|
206
|
+
- React-jsitooling
|
|
172
207
|
- React-perflogger
|
|
208
|
+
- React-runtimeexecutor
|
|
173
209
|
- React-runtimescheduler
|
|
174
210
|
- React-utils
|
|
175
|
-
-
|
|
211
|
+
- ReactNativeDependencies
|
|
176
212
|
- Yoga
|
|
177
|
-
- React-Core/RCTBlobHeaders (0.
|
|
178
|
-
- glog
|
|
213
|
+
- React-Core/RCTBlobHeaders (0.83.2):
|
|
179
214
|
- hermes-engine
|
|
180
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
181
215
|
- RCTDeprecation
|
|
216
|
+
- React-Core-prebuilt
|
|
182
217
|
- React-Core/Default
|
|
183
218
|
- React-cxxreact
|
|
184
219
|
- React-featureflags
|
|
@@ -186,16 +221,18 @@ PODS:
|
|
|
186
221
|
- React-jsi
|
|
187
222
|
- React-jsiexecutor
|
|
188
223
|
- React-jsinspector
|
|
224
|
+
- React-jsinspectorcdp
|
|
225
|
+
- React-jsitooling
|
|
189
226
|
- React-perflogger
|
|
227
|
+
- React-runtimeexecutor
|
|
190
228
|
- React-runtimescheduler
|
|
191
229
|
- React-utils
|
|
192
|
-
-
|
|
230
|
+
- ReactNativeDependencies
|
|
193
231
|
- Yoga
|
|
194
|
-
- React-Core/RCTImageHeaders (0.
|
|
195
|
-
- glog
|
|
232
|
+
- React-Core/RCTImageHeaders (0.83.2):
|
|
196
233
|
- hermes-engine
|
|
197
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
198
234
|
- RCTDeprecation
|
|
235
|
+
- React-Core-prebuilt
|
|
199
236
|
- React-Core/Default
|
|
200
237
|
- React-cxxreact
|
|
201
238
|
- React-featureflags
|
|
@@ -203,16 +240,18 @@ PODS:
|
|
|
203
240
|
- React-jsi
|
|
204
241
|
- React-jsiexecutor
|
|
205
242
|
- React-jsinspector
|
|
243
|
+
- React-jsinspectorcdp
|
|
244
|
+
- React-jsitooling
|
|
206
245
|
- React-perflogger
|
|
246
|
+
- React-runtimeexecutor
|
|
207
247
|
- React-runtimescheduler
|
|
208
248
|
- React-utils
|
|
209
|
-
-
|
|
249
|
+
- ReactNativeDependencies
|
|
210
250
|
- Yoga
|
|
211
|
-
- React-Core/RCTLinkingHeaders (0.
|
|
212
|
-
- glog
|
|
251
|
+
- React-Core/RCTLinkingHeaders (0.83.2):
|
|
213
252
|
- hermes-engine
|
|
214
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
215
253
|
- RCTDeprecation
|
|
254
|
+
- React-Core-prebuilt
|
|
216
255
|
- React-Core/Default
|
|
217
256
|
- React-cxxreact
|
|
218
257
|
- React-featureflags
|
|
@@ -220,16 +259,18 @@ PODS:
|
|
|
220
259
|
- React-jsi
|
|
221
260
|
- React-jsiexecutor
|
|
222
261
|
- React-jsinspector
|
|
262
|
+
- React-jsinspectorcdp
|
|
263
|
+
- React-jsitooling
|
|
223
264
|
- React-perflogger
|
|
265
|
+
- React-runtimeexecutor
|
|
224
266
|
- React-runtimescheduler
|
|
225
267
|
- React-utils
|
|
226
|
-
-
|
|
268
|
+
- ReactNativeDependencies
|
|
227
269
|
- Yoga
|
|
228
|
-
- React-Core/RCTNetworkHeaders (0.
|
|
229
|
-
- glog
|
|
270
|
+
- React-Core/RCTNetworkHeaders (0.83.2):
|
|
230
271
|
- hermes-engine
|
|
231
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
232
272
|
- RCTDeprecation
|
|
273
|
+
- React-Core-prebuilt
|
|
233
274
|
- React-Core/Default
|
|
234
275
|
- React-cxxreact
|
|
235
276
|
- React-featureflags
|
|
@@ -237,16 +278,18 @@ PODS:
|
|
|
237
278
|
- React-jsi
|
|
238
279
|
- React-jsiexecutor
|
|
239
280
|
- React-jsinspector
|
|
281
|
+
- React-jsinspectorcdp
|
|
282
|
+
- React-jsitooling
|
|
240
283
|
- React-perflogger
|
|
284
|
+
- React-runtimeexecutor
|
|
241
285
|
- React-runtimescheduler
|
|
242
286
|
- React-utils
|
|
243
|
-
-
|
|
287
|
+
- ReactNativeDependencies
|
|
244
288
|
- Yoga
|
|
245
|
-
- React-Core/RCTSettingsHeaders (0.
|
|
246
|
-
- glog
|
|
289
|
+
- React-Core/RCTSettingsHeaders (0.83.2):
|
|
247
290
|
- hermes-engine
|
|
248
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
249
291
|
- RCTDeprecation
|
|
292
|
+
- React-Core-prebuilt
|
|
250
293
|
- React-Core/Default
|
|
251
294
|
- React-cxxreact
|
|
252
295
|
- React-featureflags
|
|
@@ -254,16 +297,18 @@ PODS:
|
|
|
254
297
|
- React-jsi
|
|
255
298
|
- React-jsiexecutor
|
|
256
299
|
- React-jsinspector
|
|
300
|
+
- React-jsinspectorcdp
|
|
301
|
+
- React-jsitooling
|
|
257
302
|
- React-perflogger
|
|
303
|
+
- React-runtimeexecutor
|
|
258
304
|
- React-runtimescheduler
|
|
259
305
|
- React-utils
|
|
260
|
-
-
|
|
306
|
+
- ReactNativeDependencies
|
|
261
307
|
- Yoga
|
|
262
|
-
- React-Core/RCTTextHeaders (0.
|
|
263
|
-
- glog
|
|
308
|
+
- React-Core/RCTTextHeaders (0.83.2):
|
|
264
309
|
- hermes-engine
|
|
265
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
266
310
|
- RCTDeprecation
|
|
311
|
+
- React-Core-prebuilt
|
|
267
312
|
- React-Core/Default
|
|
268
313
|
- React-cxxreact
|
|
269
314
|
- React-featureflags
|
|
@@ -271,16 +316,18 @@ PODS:
|
|
|
271
316
|
- React-jsi
|
|
272
317
|
- React-jsiexecutor
|
|
273
318
|
- React-jsinspector
|
|
319
|
+
- React-jsinspectorcdp
|
|
320
|
+
- React-jsitooling
|
|
274
321
|
- React-perflogger
|
|
322
|
+
- React-runtimeexecutor
|
|
275
323
|
- React-runtimescheduler
|
|
276
324
|
- React-utils
|
|
277
|
-
-
|
|
325
|
+
- ReactNativeDependencies
|
|
278
326
|
- Yoga
|
|
279
|
-
- React-Core/RCTVibrationHeaders (0.
|
|
280
|
-
- glog
|
|
327
|
+
- React-Core/RCTVibrationHeaders (0.83.2):
|
|
281
328
|
- hermes-engine
|
|
282
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
283
329
|
- RCTDeprecation
|
|
330
|
+
- React-Core-prebuilt
|
|
284
331
|
- React-Core/Default
|
|
285
332
|
- React-cxxreact
|
|
286
333
|
- React-featureflags
|
|
@@ -288,149 +335,177 @@ PODS:
|
|
|
288
335
|
- React-jsi
|
|
289
336
|
- React-jsiexecutor
|
|
290
337
|
- React-jsinspector
|
|
338
|
+
- React-jsinspectorcdp
|
|
339
|
+
- React-jsitooling
|
|
291
340
|
- React-perflogger
|
|
341
|
+
- React-runtimeexecutor
|
|
292
342
|
- React-runtimescheduler
|
|
293
343
|
- React-utils
|
|
294
|
-
-
|
|
344
|
+
- ReactNativeDependencies
|
|
295
345
|
- Yoga
|
|
296
|
-
- React-Core/RCTWebSocket (0.
|
|
297
|
-
- glog
|
|
346
|
+
- React-Core/RCTWebSocket (0.83.2):
|
|
298
347
|
- hermes-engine
|
|
299
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
300
348
|
- RCTDeprecation
|
|
301
|
-
- React-Core
|
|
349
|
+
- React-Core-prebuilt
|
|
350
|
+
- React-Core/Default (= 0.83.2)
|
|
302
351
|
- React-cxxreact
|
|
303
352
|
- React-featureflags
|
|
304
353
|
- React-hermes
|
|
305
354
|
- React-jsi
|
|
306
355
|
- React-jsiexecutor
|
|
307
356
|
- React-jsinspector
|
|
357
|
+
- React-jsinspectorcdp
|
|
358
|
+
- React-jsitooling
|
|
308
359
|
- React-perflogger
|
|
360
|
+
- React-runtimeexecutor
|
|
309
361
|
- React-runtimescheduler
|
|
310
362
|
- React-utils
|
|
311
|
-
-
|
|
363
|
+
- ReactNativeDependencies
|
|
312
364
|
- Yoga
|
|
313
|
-
- React-CoreModules (0.
|
|
314
|
-
-
|
|
315
|
-
-
|
|
316
|
-
-
|
|
317
|
-
-
|
|
318
|
-
- React-
|
|
319
|
-
- React-jsi (= 0.76.5)
|
|
365
|
+
- React-CoreModules (0.83.2):
|
|
366
|
+
- RCTTypeSafety (= 0.83.2)
|
|
367
|
+
- React-Core-prebuilt
|
|
368
|
+
- React-Core/CoreModulesHeaders (= 0.83.2)
|
|
369
|
+
- React-debug
|
|
370
|
+
- React-jsi (= 0.83.2)
|
|
320
371
|
- React-jsinspector
|
|
372
|
+
- React-jsinspectorcdp
|
|
373
|
+
- React-jsinspectortracing
|
|
321
374
|
- React-NativeModulesApple
|
|
322
375
|
- React-RCTBlob
|
|
323
|
-
- React-
|
|
324
|
-
-
|
|
376
|
+
- React-RCTFBReactNativeSpec
|
|
377
|
+
- React-RCTImage (= 0.83.2)
|
|
378
|
+
- React-runtimeexecutor
|
|
379
|
+
- React-utils
|
|
325
380
|
- ReactCommon
|
|
326
|
-
-
|
|
327
|
-
- React-cxxreact (0.
|
|
328
|
-
-
|
|
329
|
-
-
|
|
330
|
-
-
|
|
331
|
-
-
|
|
332
|
-
-
|
|
333
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
334
|
-
- React-callinvoker (= 0.76.5)
|
|
335
|
-
- React-debug (= 0.76.5)
|
|
336
|
-
- React-jsi (= 0.76.5)
|
|
381
|
+
- ReactNativeDependencies
|
|
382
|
+
- React-cxxreact (0.83.2):
|
|
383
|
+
- hermes-engine
|
|
384
|
+
- React-callinvoker (= 0.83.2)
|
|
385
|
+
- React-Core-prebuilt
|
|
386
|
+
- React-debug (= 0.83.2)
|
|
387
|
+
- React-jsi (= 0.83.2)
|
|
337
388
|
- React-jsinspector
|
|
338
|
-
- React-
|
|
339
|
-
- React-
|
|
340
|
-
- React-
|
|
341
|
-
- React-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
-
|
|
345
|
-
-
|
|
346
|
-
|
|
347
|
-
|
|
389
|
+
- React-jsinspectorcdp
|
|
390
|
+
- React-jsinspectortracing
|
|
391
|
+
- React-logger (= 0.83.2)
|
|
392
|
+
- React-perflogger (= 0.83.2)
|
|
393
|
+
- React-runtimeexecutor
|
|
394
|
+
- React-timing (= 0.83.2)
|
|
395
|
+
- React-utils
|
|
396
|
+
- ReactNativeDependencies
|
|
397
|
+
- React-debug (0.83.2)
|
|
398
|
+
- React-defaultsnativemodule (0.83.2):
|
|
399
|
+
- hermes-engine
|
|
400
|
+
- React-Core-prebuilt
|
|
401
|
+
- React-domnativemodule
|
|
402
|
+
- React-featureflags
|
|
403
|
+
- React-featureflagsnativemodule
|
|
404
|
+
- React-idlecallbacksnativemodule
|
|
405
|
+
- React-intersectionobservernativemodule
|
|
406
|
+
- React-jsi
|
|
407
|
+
- React-jsiexecutor
|
|
408
|
+
- React-microtasksnativemodule
|
|
409
|
+
- React-RCTFBReactNativeSpec
|
|
410
|
+
- React-webperformancenativemodule
|
|
411
|
+
- ReactNativeDependencies
|
|
412
|
+
- Yoga
|
|
413
|
+
- React-domnativemodule (0.83.2):
|
|
414
|
+
- hermes-engine
|
|
415
|
+
- React-Core-prebuilt
|
|
416
|
+
- React-Fabric
|
|
417
|
+
- React-Fabric/bridging
|
|
418
|
+
- React-FabricComponents
|
|
419
|
+
- React-graphics
|
|
420
|
+
- React-jsi
|
|
421
|
+
- React-jsiexecutor
|
|
422
|
+
- React-RCTFBReactNativeSpec
|
|
423
|
+
- React-runtimeexecutor
|
|
424
|
+
- ReactCommon/turbomodule/core
|
|
425
|
+
- ReactNativeDependencies
|
|
426
|
+
- Yoga
|
|
427
|
+
- React-Fabric (0.83.2):
|
|
428
|
+
- hermes-engine
|
|
348
429
|
- RCTRequired
|
|
349
430
|
- RCTTypeSafety
|
|
350
431
|
- React-Core
|
|
432
|
+
- React-Core-prebuilt
|
|
433
|
+
- React-cxxreact
|
|
351
434
|
- React-debug
|
|
352
|
-
- React-
|
|
353
|
-
- React-Fabric
|
|
435
|
+
- React-Fabric/animated (= 0.83.2)
|
|
436
|
+
- React-Fabric/animationbackend (= 0.83.2)
|
|
437
|
+
- React-Fabric/animations (= 0.83.2)
|
|
438
|
+
- React-Fabric/attributedstring (= 0.83.2)
|
|
439
|
+
- React-Fabric/bridging (= 0.83.2)
|
|
440
|
+
- React-Fabric/componentregistry (= 0.83.2)
|
|
441
|
+
- React-Fabric/componentregistrynative (= 0.83.2)
|
|
442
|
+
- React-Fabric/components (= 0.83.2)
|
|
443
|
+
- React-Fabric/consistency (= 0.83.2)
|
|
444
|
+
- React-Fabric/core (= 0.83.2)
|
|
445
|
+
- React-Fabric/dom (= 0.83.2)
|
|
446
|
+
- React-Fabric/imagemanager (= 0.83.2)
|
|
447
|
+
- React-Fabric/leakchecker (= 0.83.2)
|
|
448
|
+
- React-Fabric/mounting (= 0.83.2)
|
|
449
|
+
- React-Fabric/observers (= 0.83.2)
|
|
450
|
+
- React-Fabric/scheduler (= 0.83.2)
|
|
451
|
+
- React-Fabric/telemetry (= 0.83.2)
|
|
452
|
+
- React-Fabric/templateprocessor (= 0.83.2)
|
|
453
|
+
- React-Fabric/uimanager (= 0.83.2)
|
|
354
454
|
- React-featureflags
|
|
355
|
-
- React-featureflagsnativemodule
|
|
356
455
|
- React-graphics
|
|
357
|
-
- React-
|
|
358
|
-
- React-
|
|
359
|
-
- React-
|
|
360
|
-
- React-NativeModulesApple
|
|
361
|
-
- React-RCTFabric
|
|
456
|
+
- React-jsi
|
|
457
|
+
- React-jsiexecutor
|
|
458
|
+
- React-logger
|
|
362
459
|
- React-rendererdebug
|
|
460
|
+
- React-runtimeexecutor
|
|
461
|
+
- React-runtimescheduler
|
|
363
462
|
- React-utils
|
|
364
|
-
- ReactCodegen
|
|
365
|
-
- ReactCommon/turbomodule/bridging
|
|
366
463
|
- ReactCommon/turbomodule/core
|
|
367
|
-
-
|
|
368
|
-
- React-
|
|
369
|
-
- DoubleConversion
|
|
370
|
-
- glog
|
|
464
|
+
- ReactNativeDependencies
|
|
465
|
+
- React-Fabric/animated (0.83.2):
|
|
371
466
|
- hermes-engine
|
|
372
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
373
467
|
- RCTRequired
|
|
374
468
|
- RCTTypeSafety
|
|
375
469
|
- React-Core
|
|
470
|
+
- React-Core-prebuilt
|
|
471
|
+
- React-cxxreact
|
|
376
472
|
- React-debug
|
|
377
|
-
- React-Fabric
|
|
378
|
-
- React-FabricComponents
|
|
379
473
|
- React-featureflags
|
|
380
474
|
- React-graphics
|
|
381
|
-
- React-
|
|
382
|
-
- React-
|
|
383
|
-
- React-
|
|
475
|
+
- React-jsi
|
|
476
|
+
- React-jsiexecutor
|
|
477
|
+
- React-logger
|
|
384
478
|
- React-rendererdebug
|
|
479
|
+
- React-runtimeexecutor
|
|
480
|
+
- React-runtimescheduler
|
|
385
481
|
- React-utils
|
|
386
|
-
- ReactCodegen
|
|
387
|
-
- ReactCommon/turbomodule/bridging
|
|
388
482
|
- ReactCommon/turbomodule/core
|
|
389
|
-
-
|
|
390
|
-
- React-Fabric (0.
|
|
391
|
-
- DoubleConversion
|
|
392
|
-
- fmt (= 9.1.0)
|
|
393
|
-
- glog
|
|
483
|
+
- ReactNativeDependencies
|
|
484
|
+
- React-Fabric/animationbackend (0.83.2):
|
|
394
485
|
- hermes-engine
|
|
395
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
396
486
|
- RCTRequired
|
|
397
487
|
- RCTTypeSafety
|
|
398
488
|
- React-Core
|
|
489
|
+
- React-Core-prebuilt
|
|
399
490
|
- React-cxxreact
|
|
400
491
|
- React-debug
|
|
401
|
-
- React-Fabric/animations (= 0.76.5)
|
|
402
|
-
- React-Fabric/attributedstring (= 0.76.5)
|
|
403
|
-
- React-Fabric/componentregistry (= 0.76.5)
|
|
404
|
-
- React-Fabric/componentregistrynative (= 0.76.5)
|
|
405
|
-
- React-Fabric/components (= 0.76.5)
|
|
406
|
-
- React-Fabric/core (= 0.76.5)
|
|
407
|
-
- React-Fabric/dom (= 0.76.5)
|
|
408
|
-
- React-Fabric/imagemanager (= 0.76.5)
|
|
409
|
-
- React-Fabric/leakchecker (= 0.76.5)
|
|
410
|
-
- React-Fabric/mounting (= 0.76.5)
|
|
411
|
-
- React-Fabric/observers (= 0.76.5)
|
|
412
|
-
- React-Fabric/scheduler (= 0.76.5)
|
|
413
|
-
- React-Fabric/telemetry (= 0.76.5)
|
|
414
|
-
- React-Fabric/templateprocessor (= 0.76.5)
|
|
415
|
-
- React-Fabric/uimanager (= 0.76.5)
|
|
416
492
|
- React-featureflags
|
|
417
493
|
- React-graphics
|
|
418
494
|
- React-jsi
|
|
419
495
|
- React-jsiexecutor
|
|
420
496
|
- React-logger
|
|
421
497
|
- React-rendererdebug
|
|
498
|
+
- React-runtimeexecutor
|
|
422
499
|
- React-runtimescheduler
|
|
423
500
|
- React-utils
|
|
424
501
|
- ReactCommon/turbomodule/core
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
- fmt (= 9.1.0)
|
|
428
|
-
- glog
|
|
502
|
+
- ReactNativeDependencies
|
|
503
|
+
- React-Fabric/animations (0.83.2):
|
|
429
504
|
- hermes-engine
|
|
430
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
431
505
|
- RCTRequired
|
|
432
506
|
- RCTTypeSafety
|
|
433
507
|
- React-Core
|
|
508
|
+
- React-Core-prebuilt
|
|
434
509
|
- React-cxxreact
|
|
435
510
|
- React-debug
|
|
436
511
|
- React-featureflags
|
|
@@ -439,18 +514,17 @@ PODS:
|
|
|
439
514
|
- React-jsiexecutor
|
|
440
515
|
- React-logger
|
|
441
516
|
- React-rendererdebug
|
|
517
|
+
- React-runtimeexecutor
|
|
442
518
|
- React-runtimescheduler
|
|
443
519
|
- React-utils
|
|
444
520
|
- ReactCommon/turbomodule/core
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
- fmt (= 9.1.0)
|
|
448
|
-
- glog
|
|
521
|
+
- ReactNativeDependencies
|
|
522
|
+
- React-Fabric/attributedstring (0.83.2):
|
|
449
523
|
- hermes-engine
|
|
450
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
451
524
|
- RCTRequired
|
|
452
525
|
- RCTTypeSafety
|
|
453
526
|
- React-Core
|
|
527
|
+
- React-Core-prebuilt
|
|
454
528
|
- React-cxxreact
|
|
455
529
|
- React-debug
|
|
456
530
|
- React-featureflags
|
|
@@ -459,18 +533,17 @@ PODS:
|
|
|
459
533
|
- React-jsiexecutor
|
|
460
534
|
- React-logger
|
|
461
535
|
- React-rendererdebug
|
|
536
|
+
- React-runtimeexecutor
|
|
462
537
|
- React-runtimescheduler
|
|
463
538
|
- React-utils
|
|
464
539
|
- ReactCommon/turbomodule/core
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
- fmt (= 9.1.0)
|
|
468
|
-
- glog
|
|
540
|
+
- ReactNativeDependencies
|
|
541
|
+
- React-Fabric/bridging (0.83.2):
|
|
469
542
|
- hermes-engine
|
|
470
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
471
543
|
- RCTRequired
|
|
472
544
|
- RCTTypeSafety
|
|
473
545
|
- React-Core
|
|
546
|
+
- React-Core-prebuilt
|
|
474
547
|
- React-cxxreact
|
|
475
548
|
- React-debug
|
|
476
549
|
- React-featureflags
|
|
@@ -479,18 +552,17 @@ PODS:
|
|
|
479
552
|
- React-jsiexecutor
|
|
480
553
|
- React-logger
|
|
481
554
|
- React-rendererdebug
|
|
555
|
+
- React-runtimeexecutor
|
|
482
556
|
- React-runtimescheduler
|
|
483
557
|
- React-utils
|
|
484
558
|
- ReactCommon/turbomodule/core
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
- fmt (= 9.1.0)
|
|
488
|
-
- glog
|
|
559
|
+
- ReactNativeDependencies
|
|
560
|
+
- React-Fabric/componentregistry (0.83.2):
|
|
489
561
|
- hermes-engine
|
|
490
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
491
562
|
- RCTRequired
|
|
492
563
|
- RCTTypeSafety
|
|
493
564
|
- React-Core
|
|
565
|
+
- React-Core-prebuilt
|
|
494
566
|
- React-cxxreact
|
|
495
567
|
- React-debug
|
|
496
568
|
- React-featureflags
|
|
@@ -499,61 +571,59 @@ PODS:
|
|
|
499
571
|
- React-jsiexecutor
|
|
500
572
|
- React-logger
|
|
501
573
|
- React-rendererdebug
|
|
574
|
+
- React-runtimeexecutor
|
|
502
575
|
- React-runtimescheduler
|
|
503
576
|
- React-utils
|
|
504
577
|
- ReactCommon/turbomodule/core
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
- fmt (= 9.1.0)
|
|
508
|
-
- glog
|
|
578
|
+
- ReactNativeDependencies
|
|
579
|
+
- React-Fabric/componentregistrynative (0.83.2):
|
|
509
580
|
- hermes-engine
|
|
510
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
511
581
|
- RCTRequired
|
|
512
582
|
- RCTTypeSafety
|
|
513
583
|
- React-Core
|
|
584
|
+
- React-Core-prebuilt
|
|
514
585
|
- React-cxxreact
|
|
515
586
|
- React-debug
|
|
516
|
-
- React-Fabric/components/legacyviewmanagerinterop (= 0.76.5)
|
|
517
|
-
- React-Fabric/components/root (= 0.76.5)
|
|
518
|
-
- React-Fabric/components/view (= 0.76.5)
|
|
519
587
|
- React-featureflags
|
|
520
588
|
- React-graphics
|
|
521
589
|
- React-jsi
|
|
522
590
|
- React-jsiexecutor
|
|
523
591
|
- React-logger
|
|
524
592
|
- React-rendererdebug
|
|
593
|
+
- React-runtimeexecutor
|
|
525
594
|
- React-runtimescheduler
|
|
526
595
|
- React-utils
|
|
527
596
|
- ReactCommon/turbomodule/core
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
- fmt (= 9.1.0)
|
|
531
|
-
- glog
|
|
597
|
+
- ReactNativeDependencies
|
|
598
|
+
- React-Fabric/components (0.83.2):
|
|
532
599
|
- hermes-engine
|
|
533
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
534
600
|
- RCTRequired
|
|
535
601
|
- RCTTypeSafety
|
|
536
602
|
- React-Core
|
|
603
|
+
- React-Core-prebuilt
|
|
537
604
|
- React-cxxreact
|
|
538
605
|
- React-debug
|
|
606
|
+
- React-Fabric/components/legacyviewmanagerinterop (= 0.83.2)
|
|
607
|
+
- React-Fabric/components/root (= 0.83.2)
|
|
608
|
+
- React-Fabric/components/scrollview (= 0.83.2)
|
|
609
|
+
- React-Fabric/components/view (= 0.83.2)
|
|
539
610
|
- React-featureflags
|
|
540
611
|
- React-graphics
|
|
541
612
|
- React-jsi
|
|
542
613
|
- React-jsiexecutor
|
|
543
614
|
- React-logger
|
|
544
615
|
- React-rendererdebug
|
|
616
|
+
- React-runtimeexecutor
|
|
545
617
|
- React-runtimescheduler
|
|
546
618
|
- React-utils
|
|
547
619
|
- ReactCommon/turbomodule/core
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
- fmt (= 9.1.0)
|
|
551
|
-
- glog
|
|
620
|
+
- ReactNativeDependencies
|
|
621
|
+
- React-Fabric/components/legacyviewmanagerinterop (0.83.2):
|
|
552
622
|
- hermes-engine
|
|
553
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
554
623
|
- RCTRequired
|
|
555
624
|
- RCTTypeSafety
|
|
556
625
|
- React-Core
|
|
626
|
+
- React-Core-prebuilt
|
|
557
627
|
- React-cxxreact
|
|
558
628
|
- React-debug
|
|
559
629
|
- React-featureflags
|
|
@@ -562,18 +632,17 @@ PODS:
|
|
|
562
632
|
- React-jsiexecutor
|
|
563
633
|
- React-logger
|
|
564
634
|
- React-rendererdebug
|
|
635
|
+
- React-runtimeexecutor
|
|
565
636
|
- React-runtimescheduler
|
|
566
637
|
- React-utils
|
|
567
638
|
- ReactCommon/turbomodule/core
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
- fmt (= 9.1.0)
|
|
571
|
-
- glog
|
|
639
|
+
- ReactNativeDependencies
|
|
640
|
+
- React-Fabric/components/root (0.83.2):
|
|
572
641
|
- hermes-engine
|
|
573
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
574
642
|
- RCTRequired
|
|
575
643
|
- RCTTypeSafety
|
|
576
644
|
- React-Core
|
|
645
|
+
- React-Core-prebuilt
|
|
577
646
|
- React-cxxreact
|
|
578
647
|
- React-debug
|
|
579
648
|
- React-featureflags
|
|
@@ -582,19 +651,76 @@ PODS:
|
|
|
582
651
|
- React-jsiexecutor
|
|
583
652
|
- React-logger
|
|
584
653
|
- React-rendererdebug
|
|
654
|
+
- React-runtimeexecutor
|
|
585
655
|
- React-runtimescheduler
|
|
586
656
|
- React-utils
|
|
587
657
|
- ReactCommon/turbomodule/core
|
|
658
|
+
- ReactNativeDependencies
|
|
659
|
+
- React-Fabric/components/scrollview (0.83.2):
|
|
660
|
+
- hermes-engine
|
|
661
|
+
- RCTRequired
|
|
662
|
+
- RCTTypeSafety
|
|
663
|
+
- React-Core
|
|
664
|
+
- React-Core-prebuilt
|
|
665
|
+
- React-cxxreact
|
|
666
|
+
- React-debug
|
|
667
|
+
- React-featureflags
|
|
668
|
+
- React-graphics
|
|
669
|
+
- React-jsi
|
|
670
|
+
- React-jsiexecutor
|
|
671
|
+
- React-logger
|
|
672
|
+
- React-rendererdebug
|
|
673
|
+
- React-runtimeexecutor
|
|
674
|
+
- React-runtimescheduler
|
|
675
|
+
- React-utils
|
|
676
|
+
- ReactCommon/turbomodule/core
|
|
677
|
+
- ReactNativeDependencies
|
|
678
|
+
- React-Fabric/components/view (0.83.2):
|
|
679
|
+
- hermes-engine
|
|
680
|
+
- RCTRequired
|
|
681
|
+
- RCTTypeSafety
|
|
682
|
+
- React-Core
|
|
683
|
+
- React-Core-prebuilt
|
|
684
|
+
- React-cxxreact
|
|
685
|
+
- React-debug
|
|
686
|
+
- React-featureflags
|
|
687
|
+
- React-graphics
|
|
688
|
+
- React-jsi
|
|
689
|
+
- React-jsiexecutor
|
|
690
|
+
- React-logger
|
|
691
|
+
- React-renderercss
|
|
692
|
+
- React-rendererdebug
|
|
693
|
+
- React-runtimeexecutor
|
|
694
|
+
- React-runtimescheduler
|
|
695
|
+
- React-utils
|
|
696
|
+
- ReactCommon/turbomodule/core
|
|
697
|
+
- ReactNativeDependencies
|
|
588
698
|
- Yoga
|
|
589
|
-
- React-Fabric/
|
|
590
|
-
-
|
|
591
|
-
-
|
|
592
|
-
-
|
|
699
|
+
- React-Fabric/consistency (0.83.2):
|
|
700
|
+
- hermes-engine
|
|
701
|
+
- RCTRequired
|
|
702
|
+
- RCTTypeSafety
|
|
703
|
+
- React-Core
|
|
704
|
+
- React-Core-prebuilt
|
|
705
|
+
- React-cxxreact
|
|
706
|
+
- React-debug
|
|
707
|
+
- React-featureflags
|
|
708
|
+
- React-graphics
|
|
709
|
+
- React-jsi
|
|
710
|
+
- React-jsiexecutor
|
|
711
|
+
- React-logger
|
|
712
|
+
- React-rendererdebug
|
|
713
|
+
- React-runtimeexecutor
|
|
714
|
+
- React-runtimescheduler
|
|
715
|
+
- React-utils
|
|
716
|
+
- ReactCommon/turbomodule/core
|
|
717
|
+
- ReactNativeDependencies
|
|
718
|
+
- React-Fabric/core (0.83.2):
|
|
593
719
|
- hermes-engine
|
|
594
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
595
720
|
- RCTRequired
|
|
596
721
|
- RCTTypeSafety
|
|
597
722
|
- React-Core
|
|
723
|
+
- React-Core-prebuilt
|
|
598
724
|
- React-cxxreact
|
|
599
725
|
- React-debug
|
|
600
726
|
- React-featureflags
|
|
@@ -603,18 +729,17 @@ PODS:
|
|
|
603
729
|
- React-jsiexecutor
|
|
604
730
|
- React-logger
|
|
605
731
|
- React-rendererdebug
|
|
732
|
+
- React-runtimeexecutor
|
|
606
733
|
- React-runtimescheduler
|
|
607
734
|
- React-utils
|
|
608
735
|
- ReactCommon/turbomodule/core
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
- fmt (= 9.1.0)
|
|
612
|
-
- glog
|
|
736
|
+
- ReactNativeDependencies
|
|
737
|
+
- React-Fabric/dom (0.83.2):
|
|
613
738
|
- hermes-engine
|
|
614
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
615
739
|
- RCTRequired
|
|
616
740
|
- RCTTypeSafety
|
|
617
741
|
- React-Core
|
|
742
|
+
- React-Core-prebuilt
|
|
618
743
|
- React-cxxreact
|
|
619
744
|
- React-debug
|
|
620
745
|
- React-featureflags
|
|
@@ -623,18 +748,17 @@ PODS:
|
|
|
623
748
|
- React-jsiexecutor
|
|
624
749
|
- React-logger
|
|
625
750
|
- React-rendererdebug
|
|
751
|
+
- React-runtimeexecutor
|
|
626
752
|
- React-runtimescheduler
|
|
627
753
|
- React-utils
|
|
628
754
|
- ReactCommon/turbomodule/core
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
- fmt (= 9.1.0)
|
|
632
|
-
- glog
|
|
755
|
+
- ReactNativeDependencies
|
|
756
|
+
- React-Fabric/imagemanager (0.83.2):
|
|
633
757
|
- hermes-engine
|
|
634
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
635
758
|
- RCTRequired
|
|
636
759
|
- RCTTypeSafety
|
|
637
760
|
- React-Core
|
|
761
|
+
- React-Core-prebuilt
|
|
638
762
|
- React-cxxreact
|
|
639
763
|
- React-debug
|
|
640
764
|
- React-featureflags
|
|
@@ -643,18 +767,17 @@ PODS:
|
|
|
643
767
|
- React-jsiexecutor
|
|
644
768
|
- React-logger
|
|
645
769
|
- React-rendererdebug
|
|
770
|
+
- React-runtimeexecutor
|
|
646
771
|
- React-runtimescheduler
|
|
647
772
|
- React-utils
|
|
648
773
|
- ReactCommon/turbomodule/core
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
- fmt (= 9.1.0)
|
|
652
|
-
- glog
|
|
774
|
+
- ReactNativeDependencies
|
|
775
|
+
- React-Fabric/leakchecker (0.83.2):
|
|
653
776
|
- hermes-engine
|
|
654
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
655
777
|
- RCTRequired
|
|
656
778
|
- RCTTypeSafety
|
|
657
779
|
- React-Core
|
|
780
|
+
- React-Core-prebuilt
|
|
658
781
|
- React-cxxreact
|
|
659
782
|
- React-debug
|
|
660
783
|
- React-featureflags
|
|
@@ -663,18 +786,17 @@ PODS:
|
|
|
663
786
|
- React-jsiexecutor
|
|
664
787
|
- React-logger
|
|
665
788
|
- React-rendererdebug
|
|
789
|
+
- React-runtimeexecutor
|
|
666
790
|
- React-runtimescheduler
|
|
667
791
|
- React-utils
|
|
668
792
|
- ReactCommon/turbomodule/core
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
- fmt (= 9.1.0)
|
|
672
|
-
- glog
|
|
793
|
+
- ReactNativeDependencies
|
|
794
|
+
- React-Fabric/mounting (0.83.2):
|
|
673
795
|
- hermes-engine
|
|
674
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
675
796
|
- RCTRequired
|
|
676
797
|
- RCTTypeSafety
|
|
677
798
|
- React-Core
|
|
799
|
+
- React-Core-prebuilt
|
|
678
800
|
- React-cxxreact
|
|
679
801
|
- React-debug
|
|
680
802
|
- React-featureflags
|
|
@@ -683,39 +805,38 @@ PODS:
|
|
|
683
805
|
- React-jsiexecutor
|
|
684
806
|
- React-logger
|
|
685
807
|
- React-rendererdebug
|
|
808
|
+
- React-runtimeexecutor
|
|
686
809
|
- React-runtimescheduler
|
|
687
810
|
- React-utils
|
|
688
811
|
- ReactCommon/turbomodule/core
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
- fmt (= 9.1.0)
|
|
692
|
-
- glog
|
|
812
|
+
- ReactNativeDependencies
|
|
813
|
+
- React-Fabric/observers (0.83.2):
|
|
693
814
|
- hermes-engine
|
|
694
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
695
815
|
- RCTRequired
|
|
696
816
|
- RCTTypeSafety
|
|
697
817
|
- React-Core
|
|
818
|
+
- React-Core-prebuilt
|
|
698
819
|
- React-cxxreact
|
|
699
820
|
- React-debug
|
|
700
|
-
- React-Fabric/observers/events (= 0.
|
|
821
|
+
- React-Fabric/observers/events (= 0.83.2)
|
|
822
|
+
- React-Fabric/observers/intersection (= 0.83.2)
|
|
701
823
|
- React-featureflags
|
|
702
824
|
- React-graphics
|
|
703
825
|
- React-jsi
|
|
704
826
|
- React-jsiexecutor
|
|
705
827
|
- React-logger
|
|
706
828
|
- React-rendererdebug
|
|
829
|
+
- React-runtimeexecutor
|
|
707
830
|
- React-runtimescheduler
|
|
708
831
|
- React-utils
|
|
709
832
|
- ReactCommon/turbomodule/core
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
- fmt (= 9.1.0)
|
|
713
|
-
- glog
|
|
833
|
+
- ReactNativeDependencies
|
|
834
|
+
- React-Fabric/observers/events (0.83.2):
|
|
714
835
|
- hermes-engine
|
|
715
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
716
836
|
- RCTRequired
|
|
717
837
|
- RCTTypeSafety
|
|
718
838
|
- React-Core
|
|
839
|
+
- React-Core-prebuilt
|
|
719
840
|
- React-cxxreact
|
|
720
841
|
- React-debug
|
|
721
842
|
- React-featureflags
|
|
@@ -724,18 +845,36 @@ PODS:
|
|
|
724
845
|
- React-jsiexecutor
|
|
725
846
|
- React-logger
|
|
726
847
|
- React-rendererdebug
|
|
848
|
+
- React-runtimeexecutor
|
|
727
849
|
- React-runtimescheduler
|
|
728
850
|
- React-utils
|
|
729
851
|
- ReactCommon/turbomodule/core
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
- fmt (= 9.1.0)
|
|
733
|
-
- glog
|
|
852
|
+
- ReactNativeDependencies
|
|
853
|
+
- React-Fabric/observers/intersection (0.83.2):
|
|
734
854
|
- hermes-engine
|
|
735
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
736
855
|
- RCTRequired
|
|
737
856
|
- RCTTypeSafety
|
|
738
857
|
- React-Core
|
|
858
|
+
- React-Core-prebuilt
|
|
859
|
+
- React-cxxreact
|
|
860
|
+
- React-debug
|
|
861
|
+
- React-featureflags
|
|
862
|
+
- React-graphics
|
|
863
|
+
- React-jsi
|
|
864
|
+
- React-jsiexecutor
|
|
865
|
+
- React-logger
|
|
866
|
+
- React-rendererdebug
|
|
867
|
+
- React-runtimeexecutor
|
|
868
|
+
- React-runtimescheduler
|
|
869
|
+
- React-utils
|
|
870
|
+
- ReactCommon/turbomodule/core
|
|
871
|
+
- ReactNativeDependencies
|
|
872
|
+
- React-Fabric/scheduler (0.83.2):
|
|
873
|
+
- hermes-engine
|
|
874
|
+
- RCTRequired
|
|
875
|
+
- RCTTypeSafety
|
|
876
|
+
- React-Core
|
|
877
|
+
- React-Core-prebuilt
|
|
739
878
|
- React-cxxreact
|
|
740
879
|
- React-debug
|
|
741
880
|
- React-Fabric/observers/events
|
|
@@ -744,20 +883,20 @@ PODS:
|
|
|
744
883
|
- React-jsi
|
|
745
884
|
- React-jsiexecutor
|
|
746
885
|
- React-logger
|
|
886
|
+
- React-performancecdpmetrics
|
|
747
887
|
- React-performancetimeline
|
|
748
888
|
- React-rendererdebug
|
|
889
|
+
- React-runtimeexecutor
|
|
749
890
|
- React-runtimescheduler
|
|
750
891
|
- React-utils
|
|
751
892
|
- ReactCommon/turbomodule/core
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
- fmt (= 9.1.0)
|
|
755
|
-
- glog
|
|
893
|
+
- ReactNativeDependencies
|
|
894
|
+
- React-Fabric/telemetry (0.83.2):
|
|
756
895
|
- hermes-engine
|
|
757
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
758
896
|
- RCTRequired
|
|
759
897
|
- RCTTypeSafety
|
|
760
898
|
- React-Core
|
|
899
|
+
- React-Core-prebuilt
|
|
761
900
|
- React-cxxreact
|
|
762
901
|
- React-debug
|
|
763
902
|
- React-featureflags
|
|
@@ -766,18 +905,17 @@ PODS:
|
|
|
766
905
|
- React-jsiexecutor
|
|
767
906
|
- React-logger
|
|
768
907
|
- React-rendererdebug
|
|
908
|
+
- React-runtimeexecutor
|
|
769
909
|
- React-runtimescheduler
|
|
770
910
|
- React-utils
|
|
771
911
|
- ReactCommon/turbomodule/core
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
- fmt (= 9.1.0)
|
|
775
|
-
- glog
|
|
912
|
+
- ReactNativeDependencies
|
|
913
|
+
- React-Fabric/templateprocessor (0.83.2):
|
|
776
914
|
- hermes-engine
|
|
777
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
778
915
|
- RCTRequired
|
|
779
916
|
- RCTTypeSafety
|
|
780
917
|
- React-Core
|
|
918
|
+
- React-Core-prebuilt
|
|
781
919
|
- React-cxxreact
|
|
782
920
|
- React-debug
|
|
783
921
|
- React-featureflags
|
|
@@ -786,21 +924,20 @@ PODS:
|
|
|
786
924
|
- React-jsiexecutor
|
|
787
925
|
- React-logger
|
|
788
926
|
- React-rendererdebug
|
|
927
|
+
- React-runtimeexecutor
|
|
789
928
|
- React-runtimescheduler
|
|
790
929
|
- React-utils
|
|
791
930
|
- ReactCommon/turbomodule/core
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
- fmt (= 9.1.0)
|
|
795
|
-
- glog
|
|
931
|
+
- ReactNativeDependencies
|
|
932
|
+
- React-Fabric/uimanager (0.83.2):
|
|
796
933
|
- hermes-engine
|
|
797
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
798
934
|
- RCTRequired
|
|
799
935
|
- RCTTypeSafety
|
|
800
936
|
- React-Core
|
|
937
|
+
- React-Core-prebuilt
|
|
801
938
|
- React-cxxreact
|
|
802
939
|
- React-debug
|
|
803
|
-
- React-Fabric/uimanager/consistency (= 0.
|
|
940
|
+
- React-Fabric/uimanager/consistency (= 0.83.2)
|
|
804
941
|
- React-featureflags
|
|
805
942
|
- React-graphics
|
|
806
943
|
- React-jsi
|
|
@@ -808,18 +945,17 @@ PODS:
|
|
|
808
945
|
- React-logger
|
|
809
946
|
- React-rendererconsistency
|
|
810
947
|
- React-rendererdebug
|
|
948
|
+
- React-runtimeexecutor
|
|
811
949
|
- React-runtimescheduler
|
|
812
950
|
- React-utils
|
|
813
951
|
- ReactCommon/turbomodule/core
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
- fmt (= 9.1.0)
|
|
817
|
-
- glog
|
|
952
|
+
- ReactNativeDependencies
|
|
953
|
+
- React-Fabric/uimanager/consistency (0.83.2):
|
|
818
954
|
- hermes-engine
|
|
819
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
820
955
|
- RCTRequired
|
|
821
956
|
- RCTTypeSafety
|
|
822
957
|
- React-Core
|
|
958
|
+
- React-Core-prebuilt
|
|
823
959
|
- React-cxxreact
|
|
824
960
|
- React-debug
|
|
825
961
|
- React-featureflags
|
|
@@ -829,75 +965,73 @@ PODS:
|
|
|
829
965
|
- React-logger
|
|
830
966
|
- React-rendererconsistency
|
|
831
967
|
- React-rendererdebug
|
|
968
|
+
- React-runtimeexecutor
|
|
832
969
|
- React-runtimescheduler
|
|
833
970
|
- React-utils
|
|
834
971
|
- ReactCommon/turbomodule/core
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
- fmt (= 9.1.0)
|
|
838
|
-
- glog
|
|
972
|
+
- ReactNativeDependencies
|
|
973
|
+
- React-FabricComponents (0.83.2):
|
|
839
974
|
- hermes-engine
|
|
840
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
841
975
|
- RCTRequired
|
|
842
976
|
- RCTTypeSafety
|
|
843
977
|
- React-Core
|
|
978
|
+
- React-Core-prebuilt
|
|
844
979
|
- React-cxxreact
|
|
845
980
|
- React-debug
|
|
846
981
|
- React-Fabric
|
|
847
|
-
- React-FabricComponents/components (= 0.
|
|
848
|
-
- React-FabricComponents/textlayoutmanager (= 0.
|
|
982
|
+
- React-FabricComponents/components (= 0.83.2)
|
|
983
|
+
- React-FabricComponents/textlayoutmanager (= 0.83.2)
|
|
849
984
|
- React-featureflags
|
|
850
985
|
- React-graphics
|
|
851
986
|
- React-jsi
|
|
852
987
|
- React-jsiexecutor
|
|
853
988
|
- React-logger
|
|
989
|
+
- React-RCTFBReactNativeSpec
|
|
854
990
|
- React-rendererdebug
|
|
855
991
|
- React-runtimescheduler
|
|
856
992
|
- React-utils
|
|
857
|
-
- ReactCodegen
|
|
858
993
|
- ReactCommon/turbomodule/core
|
|
994
|
+
- ReactNativeDependencies
|
|
859
995
|
- Yoga
|
|
860
|
-
- React-FabricComponents/components (0.
|
|
861
|
-
- DoubleConversion
|
|
862
|
-
- fmt (= 9.1.0)
|
|
863
|
-
- glog
|
|
996
|
+
- React-FabricComponents/components (0.83.2):
|
|
864
997
|
- hermes-engine
|
|
865
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
866
998
|
- RCTRequired
|
|
867
999
|
- RCTTypeSafety
|
|
868
1000
|
- React-Core
|
|
1001
|
+
- React-Core-prebuilt
|
|
869
1002
|
- React-cxxreact
|
|
870
1003
|
- React-debug
|
|
871
1004
|
- React-Fabric
|
|
872
|
-
- React-FabricComponents/components/inputaccessory (= 0.
|
|
873
|
-
- React-FabricComponents/components/iostextinput (= 0.
|
|
874
|
-
- React-FabricComponents/components/modal (= 0.
|
|
875
|
-
- React-FabricComponents/components/rncore (= 0.
|
|
876
|
-
- React-FabricComponents/components/safeareaview (= 0.
|
|
877
|
-
- React-FabricComponents/components/scrollview (= 0.
|
|
878
|
-
- React-FabricComponents/components/
|
|
879
|
-
- React-FabricComponents/components/
|
|
880
|
-
- React-FabricComponents/components/
|
|
1005
|
+
- React-FabricComponents/components/inputaccessory (= 0.83.2)
|
|
1006
|
+
- React-FabricComponents/components/iostextinput (= 0.83.2)
|
|
1007
|
+
- React-FabricComponents/components/modal (= 0.83.2)
|
|
1008
|
+
- React-FabricComponents/components/rncore (= 0.83.2)
|
|
1009
|
+
- React-FabricComponents/components/safeareaview (= 0.83.2)
|
|
1010
|
+
- React-FabricComponents/components/scrollview (= 0.83.2)
|
|
1011
|
+
- React-FabricComponents/components/switch (= 0.83.2)
|
|
1012
|
+
- React-FabricComponents/components/text (= 0.83.2)
|
|
1013
|
+
- React-FabricComponents/components/textinput (= 0.83.2)
|
|
1014
|
+
- React-FabricComponents/components/unimplementedview (= 0.83.2)
|
|
1015
|
+
- React-FabricComponents/components/virtualview (= 0.83.2)
|
|
1016
|
+
- React-FabricComponents/components/virtualviewexperimental (= 0.83.2)
|
|
881
1017
|
- React-featureflags
|
|
882
1018
|
- React-graphics
|
|
883
1019
|
- React-jsi
|
|
884
1020
|
- React-jsiexecutor
|
|
885
1021
|
- React-logger
|
|
1022
|
+
- React-RCTFBReactNativeSpec
|
|
886
1023
|
- React-rendererdebug
|
|
887
1024
|
- React-runtimescheduler
|
|
888
1025
|
- React-utils
|
|
889
|
-
- ReactCodegen
|
|
890
1026
|
- ReactCommon/turbomodule/core
|
|
1027
|
+
- ReactNativeDependencies
|
|
891
1028
|
- Yoga
|
|
892
|
-
- React-FabricComponents/components/inputaccessory (0.
|
|
893
|
-
- DoubleConversion
|
|
894
|
-
- fmt (= 9.1.0)
|
|
895
|
-
- glog
|
|
1029
|
+
- React-FabricComponents/components/inputaccessory (0.83.2):
|
|
896
1030
|
- hermes-engine
|
|
897
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
898
1031
|
- RCTRequired
|
|
899
1032
|
- RCTTypeSafety
|
|
900
1033
|
- React-Core
|
|
1034
|
+
- React-Core-prebuilt
|
|
901
1035
|
- React-cxxreact
|
|
902
1036
|
- React-debug
|
|
903
1037
|
- React-Fabric
|
|
@@ -906,21 +1040,19 @@ PODS:
|
|
|
906
1040
|
- React-jsi
|
|
907
1041
|
- React-jsiexecutor
|
|
908
1042
|
- React-logger
|
|
1043
|
+
- React-RCTFBReactNativeSpec
|
|
909
1044
|
- React-rendererdebug
|
|
910
1045
|
- React-runtimescheduler
|
|
911
1046
|
- React-utils
|
|
912
|
-
- ReactCodegen
|
|
913
1047
|
- ReactCommon/turbomodule/core
|
|
1048
|
+
- ReactNativeDependencies
|
|
914
1049
|
- Yoga
|
|
915
|
-
- React-FabricComponents/components/iostextinput (0.
|
|
916
|
-
- DoubleConversion
|
|
917
|
-
- fmt (= 9.1.0)
|
|
918
|
-
- glog
|
|
1050
|
+
- React-FabricComponents/components/iostextinput (0.83.2):
|
|
919
1051
|
- hermes-engine
|
|
920
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
921
1052
|
- RCTRequired
|
|
922
1053
|
- RCTTypeSafety
|
|
923
1054
|
- React-Core
|
|
1055
|
+
- React-Core-prebuilt
|
|
924
1056
|
- React-cxxreact
|
|
925
1057
|
- React-debug
|
|
926
1058
|
- React-Fabric
|
|
@@ -929,21 +1061,19 @@ PODS:
|
|
|
929
1061
|
- React-jsi
|
|
930
1062
|
- React-jsiexecutor
|
|
931
1063
|
- React-logger
|
|
1064
|
+
- React-RCTFBReactNativeSpec
|
|
932
1065
|
- React-rendererdebug
|
|
933
1066
|
- React-runtimescheduler
|
|
934
1067
|
- React-utils
|
|
935
|
-
- ReactCodegen
|
|
936
1068
|
- ReactCommon/turbomodule/core
|
|
1069
|
+
- ReactNativeDependencies
|
|
937
1070
|
- Yoga
|
|
938
|
-
- React-FabricComponents/components/modal (0.
|
|
939
|
-
- DoubleConversion
|
|
940
|
-
- fmt (= 9.1.0)
|
|
941
|
-
- glog
|
|
1071
|
+
- React-FabricComponents/components/modal (0.83.2):
|
|
942
1072
|
- hermes-engine
|
|
943
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
944
1073
|
- RCTRequired
|
|
945
1074
|
- RCTTypeSafety
|
|
946
1075
|
- React-Core
|
|
1076
|
+
- React-Core-prebuilt
|
|
947
1077
|
- React-cxxreact
|
|
948
1078
|
- React-debug
|
|
949
1079
|
- React-Fabric
|
|
@@ -952,21 +1082,19 @@ PODS:
|
|
|
952
1082
|
- React-jsi
|
|
953
1083
|
- React-jsiexecutor
|
|
954
1084
|
- React-logger
|
|
1085
|
+
- React-RCTFBReactNativeSpec
|
|
955
1086
|
- React-rendererdebug
|
|
956
1087
|
- React-runtimescheduler
|
|
957
1088
|
- React-utils
|
|
958
|
-
- ReactCodegen
|
|
959
1089
|
- ReactCommon/turbomodule/core
|
|
1090
|
+
- ReactNativeDependencies
|
|
960
1091
|
- Yoga
|
|
961
|
-
- React-FabricComponents/components/rncore (0.
|
|
962
|
-
- DoubleConversion
|
|
963
|
-
- fmt (= 9.1.0)
|
|
964
|
-
- glog
|
|
1092
|
+
- React-FabricComponents/components/rncore (0.83.2):
|
|
965
1093
|
- hermes-engine
|
|
966
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
967
1094
|
- RCTRequired
|
|
968
1095
|
- RCTTypeSafety
|
|
969
1096
|
- React-Core
|
|
1097
|
+
- React-Core-prebuilt
|
|
970
1098
|
- React-cxxreact
|
|
971
1099
|
- React-debug
|
|
972
1100
|
- React-Fabric
|
|
@@ -975,21 +1103,19 @@ PODS:
|
|
|
975
1103
|
- React-jsi
|
|
976
1104
|
- React-jsiexecutor
|
|
977
1105
|
- React-logger
|
|
1106
|
+
- React-RCTFBReactNativeSpec
|
|
978
1107
|
- React-rendererdebug
|
|
979
1108
|
- React-runtimescheduler
|
|
980
1109
|
- React-utils
|
|
981
|
-
- ReactCodegen
|
|
982
1110
|
- ReactCommon/turbomodule/core
|
|
1111
|
+
- ReactNativeDependencies
|
|
983
1112
|
- Yoga
|
|
984
|
-
- React-FabricComponents/components/safeareaview (0.
|
|
985
|
-
- DoubleConversion
|
|
986
|
-
- fmt (= 9.1.0)
|
|
987
|
-
- glog
|
|
1113
|
+
- React-FabricComponents/components/safeareaview (0.83.2):
|
|
988
1114
|
- hermes-engine
|
|
989
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
990
1115
|
- RCTRequired
|
|
991
1116
|
- RCTTypeSafety
|
|
992
1117
|
- React-Core
|
|
1118
|
+
- React-Core-prebuilt
|
|
993
1119
|
- React-cxxreact
|
|
994
1120
|
- React-debug
|
|
995
1121
|
- React-Fabric
|
|
@@ -998,21 +1124,19 @@ PODS:
|
|
|
998
1124
|
- React-jsi
|
|
999
1125
|
- React-jsiexecutor
|
|
1000
1126
|
- React-logger
|
|
1127
|
+
- React-RCTFBReactNativeSpec
|
|
1001
1128
|
- React-rendererdebug
|
|
1002
1129
|
- React-runtimescheduler
|
|
1003
1130
|
- React-utils
|
|
1004
|
-
- ReactCodegen
|
|
1005
1131
|
- ReactCommon/turbomodule/core
|
|
1132
|
+
- ReactNativeDependencies
|
|
1006
1133
|
- Yoga
|
|
1007
|
-
- React-FabricComponents/components/scrollview (0.
|
|
1008
|
-
- DoubleConversion
|
|
1009
|
-
- fmt (= 9.1.0)
|
|
1010
|
-
- glog
|
|
1134
|
+
- React-FabricComponents/components/scrollview (0.83.2):
|
|
1011
1135
|
- hermes-engine
|
|
1012
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1013
1136
|
- RCTRequired
|
|
1014
1137
|
- RCTTypeSafety
|
|
1015
1138
|
- React-Core
|
|
1139
|
+
- React-Core-prebuilt
|
|
1016
1140
|
- React-cxxreact
|
|
1017
1141
|
- React-debug
|
|
1018
1142
|
- React-Fabric
|
|
@@ -1021,21 +1145,19 @@ PODS:
|
|
|
1021
1145
|
- React-jsi
|
|
1022
1146
|
- React-jsiexecutor
|
|
1023
1147
|
- React-logger
|
|
1148
|
+
- React-RCTFBReactNativeSpec
|
|
1024
1149
|
- React-rendererdebug
|
|
1025
1150
|
- React-runtimescheduler
|
|
1026
1151
|
- React-utils
|
|
1027
|
-
- ReactCodegen
|
|
1028
1152
|
- ReactCommon/turbomodule/core
|
|
1153
|
+
- ReactNativeDependencies
|
|
1029
1154
|
- Yoga
|
|
1030
|
-
- React-FabricComponents/components/
|
|
1031
|
-
- DoubleConversion
|
|
1032
|
-
- fmt (= 9.1.0)
|
|
1033
|
-
- glog
|
|
1155
|
+
- React-FabricComponents/components/switch (0.83.2):
|
|
1034
1156
|
- hermes-engine
|
|
1035
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1036
1157
|
- RCTRequired
|
|
1037
1158
|
- RCTTypeSafety
|
|
1038
1159
|
- React-Core
|
|
1160
|
+
- React-Core-prebuilt
|
|
1039
1161
|
- React-cxxreact
|
|
1040
1162
|
- React-debug
|
|
1041
1163
|
- React-Fabric
|
|
@@ -1044,21 +1166,19 @@ PODS:
|
|
|
1044
1166
|
- React-jsi
|
|
1045
1167
|
- React-jsiexecutor
|
|
1046
1168
|
- React-logger
|
|
1169
|
+
- React-RCTFBReactNativeSpec
|
|
1047
1170
|
- React-rendererdebug
|
|
1048
1171
|
- React-runtimescheduler
|
|
1049
1172
|
- React-utils
|
|
1050
|
-
- ReactCodegen
|
|
1051
1173
|
- ReactCommon/turbomodule/core
|
|
1174
|
+
- ReactNativeDependencies
|
|
1052
1175
|
- Yoga
|
|
1053
|
-
- React-FabricComponents/components/
|
|
1054
|
-
- DoubleConversion
|
|
1055
|
-
- fmt (= 9.1.0)
|
|
1056
|
-
- glog
|
|
1176
|
+
- React-FabricComponents/components/text (0.83.2):
|
|
1057
1177
|
- hermes-engine
|
|
1058
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1059
1178
|
- RCTRequired
|
|
1060
1179
|
- RCTTypeSafety
|
|
1061
1180
|
- React-Core
|
|
1181
|
+
- React-Core-prebuilt
|
|
1062
1182
|
- React-cxxreact
|
|
1063
1183
|
- React-debug
|
|
1064
1184
|
- React-Fabric
|
|
@@ -1067,21 +1187,19 @@ PODS:
|
|
|
1067
1187
|
- React-jsi
|
|
1068
1188
|
- React-jsiexecutor
|
|
1069
1189
|
- React-logger
|
|
1190
|
+
- React-RCTFBReactNativeSpec
|
|
1070
1191
|
- React-rendererdebug
|
|
1071
1192
|
- React-runtimescheduler
|
|
1072
1193
|
- React-utils
|
|
1073
|
-
- ReactCodegen
|
|
1074
1194
|
- ReactCommon/turbomodule/core
|
|
1195
|
+
- ReactNativeDependencies
|
|
1075
1196
|
- Yoga
|
|
1076
|
-
- React-FabricComponents/components/
|
|
1077
|
-
- DoubleConversion
|
|
1078
|
-
- fmt (= 9.1.0)
|
|
1079
|
-
- glog
|
|
1197
|
+
- React-FabricComponents/components/textinput (0.83.2):
|
|
1080
1198
|
- hermes-engine
|
|
1081
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1082
1199
|
- RCTRequired
|
|
1083
1200
|
- RCTTypeSafety
|
|
1084
1201
|
- React-Core
|
|
1202
|
+
- React-Core-prebuilt
|
|
1085
1203
|
- React-cxxreact
|
|
1086
1204
|
- React-debug
|
|
1087
1205
|
- React-Fabric
|
|
@@ -1090,21 +1208,19 @@ PODS:
|
|
|
1090
1208
|
- React-jsi
|
|
1091
1209
|
- React-jsiexecutor
|
|
1092
1210
|
- React-logger
|
|
1211
|
+
- React-RCTFBReactNativeSpec
|
|
1093
1212
|
- React-rendererdebug
|
|
1094
1213
|
- React-runtimescheduler
|
|
1095
1214
|
- React-utils
|
|
1096
|
-
- ReactCodegen
|
|
1097
1215
|
- ReactCommon/turbomodule/core
|
|
1216
|
+
- ReactNativeDependencies
|
|
1098
1217
|
- Yoga
|
|
1099
|
-
- React-FabricComponents/
|
|
1100
|
-
- DoubleConversion
|
|
1101
|
-
- fmt (= 9.1.0)
|
|
1102
|
-
- glog
|
|
1218
|
+
- React-FabricComponents/components/unimplementedview (0.83.2):
|
|
1103
1219
|
- hermes-engine
|
|
1104
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1105
1220
|
- RCTRequired
|
|
1106
1221
|
- RCTTypeSafety
|
|
1107
1222
|
- React-Core
|
|
1223
|
+
- React-Core-prebuilt
|
|
1108
1224
|
- React-cxxreact
|
|
1109
1225
|
- React-debug
|
|
1110
1226
|
- React-Fabric
|
|
@@ -1113,198 +1229,301 @@ PODS:
|
|
|
1113
1229
|
- React-jsi
|
|
1114
1230
|
- React-jsiexecutor
|
|
1115
1231
|
- React-logger
|
|
1232
|
+
- React-RCTFBReactNativeSpec
|
|
1116
1233
|
- React-rendererdebug
|
|
1117
1234
|
- React-runtimescheduler
|
|
1118
1235
|
- React-utils
|
|
1119
|
-
- ReactCodegen
|
|
1120
1236
|
- ReactCommon/turbomodule/core
|
|
1237
|
+
- ReactNativeDependencies
|
|
1121
1238
|
- Yoga
|
|
1122
|
-
- React-
|
|
1123
|
-
-
|
|
1124
|
-
-
|
|
1125
|
-
-
|
|
1126
|
-
-
|
|
1127
|
-
-
|
|
1128
|
-
-
|
|
1129
|
-
-
|
|
1239
|
+
- React-FabricComponents/components/virtualview (0.83.2):
|
|
1240
|
+
- hermes-engine
|
|
1241
|
+
- RCTRequired
|
|
1242
|
+
- RCTTypeSafety
|
|
1243
|
+
- React-Core
|
|
1244
|
+
- React-Core-prebuilt
|
|
1245
|
+
- React-cxxreact
|
|
1246
|
+
- React-debug
|
|
1130
1247
|
- React-Fabric
|
|
1248
|
+
- React-featureflags
|
|
1131
1249
|
- React-graphics
|
|
1132
|
-
- React-ImageManager
|
|
1133
1250
|
- React-jsi
|
|
1134
|
-
- React-jsiexecutor
|
|
1251
|
+
- React-jsiexecutor
|
|
1135
1252
|
- React-logger
|
|
1253
|
+
- React-RCTFBReactNativeSpec
|
|
1136
1254
|
- React-rendererdebug
|
|
1255
|
+
- React-runtimescheduler
|
|
1137
1256
|
- React-utils
|
|
1138
|
-
- ReactCommon
|
|
1257
|
+
- ReactCommon/turbomodule/core
|
|
1258
|
+
- ReactNativeDependencies
|
|
1139
1259
|
- Yoga
|
|
1140
|
-
- React-
|
|
1141
|
-
- React-featureflagsnativemodule (0.76.5):
|
|
1142
|
-
- DoubleConversion
|
|
1143
|
-
- glog
|
|
1260
|
+
- React-FabricComponents/components/virtualviewexperimental (0.83.2):
|
|
1144
1261
|
- hermes-engine
|
|
1145
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1146
1262
|
- RCTRequired
|
|
1147
1263
|
- RCTTypeSafety
|
|
1148
1264
|
- React-Core
|
|
1265
|
+
- React-Core-prebuilt
|
|
1266
|
+
- React-cxxreact
|
|
1149
1267
|
- React-debug
|
|
1150
1268
|
- React-Fabric
|
|
1151
1269
|
- React-featureflags
|
|
1152
1270
|
- React-graphics
|
|
1153
|
-
- React-
|
|
1154
|
-
- React-
|
|
1155
|
-
- React-
|
|
1271
|
+
- React-jsi
|
|
1272
|
+
- React-jsiexecutor
|
|
1273
|
+
- React-logger
|
|
1274
|
+
- React-RCTFBReactNativeSpec
|
|
1156
1275
|
- React-rendererdebug
|
|
1276
|
+
- React-runtimescheduler
|
|
1157
1277
|
- React-utils
|
|
1158
|
-
- ReactCodegen
|
|
1159
|
-
- ReactCommon/turbomodule/bridging
|
|
1160
1278
|
- ReactCommon/turbomodule/core
|
|
1279
|
+
- ReactNativeDependencies
|
|
1161
1280
|
- Yoga
|
|
1162
|
-
- React-
|
|
1163
|
-
- DoubleConversion
|
|
1164
|
-
- fmt (= 9.1.0)
|
|
1165
|
-
- glog
|
|
1166
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1167
|
-
- React-jsi
|
|
1168
|
-
- React-jsiexecutor
|
|
1169
|
-
- React-utils
|
|
1170
|
-
- React-hermes (0.76.5):
|
|
1171
|
-
- DoubleConversion
|
|
1172
|
-
- fmt (= 9.1.0)
|
|
1173
|
-
- glog
|
|
1281
|
+
- React-FabricComponents/textlayoutmanager (0.83.2):
|
|
1174
1282
|
- hermes-engine
|
|
1175
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1176
|
-
- React-cxxreact (= 0.76.5)
|
|
1177
|
-
- React-jsi
|
|
1178
|
-
- React-jsiexecutor (= 0.76.5)
|
|
1179
|
-
- React-jsinspector
|
|
1180
|
-
- React-perflogger (= 0.76.5)
|
|
1181
|
-
- React-runtimeexecutor
|
|
1182
|
-
- React-idlecallbacksnativemodule (0.76.5):
|
|
1183
|
-
- DoubleConversion
|
|
1184
|
-
- glog
|
|
1185
|
-
- hermes-engine
|
|
1186
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1187
1283
|
- RCTRequired
|
|
1188
1284
|
- RCTTypeSafety
|
|
1189
1285
|
- React-Core
|
|
1286
|
+
- React-Core-prebuilt
|
|
1287
|
+
- React-cxxreact
|
|
1190
1288
|
- React-debug
|
|
1191
1289
|
- React-Fabric
|
|
1192
1290
|
- React-featureflags
|
|
1193
1291
|
- React-graphics
|
|
1194
|
-
- React-
|
|
1195
|
-
- React-
|
|
1196
|
-
- React-
|
|
1292
|
+
- React-jsi
|
|
1293
|
+
- React-jsiexecutor
|
|
1294
|
+
- React-logger
|
|
1295
|
+
- React-RCTFBReactNativeSpec
|
|
1197
1296
|
- React-rendererdebug
|
|
1198
1297
|
- React-runtimescheduler
|
|
1199
1298
|
- React-utils
|
|
1200
|
-
- ReactCodegen
|
|
1201
|
-
- ReactCommon/turbomodule/bridging
|
|
1202
1299
|
- ReactCommon/turbomodule/core
|
|
1300
|
+
- ReactNativeDependencies
|
|
1203
1301
|
- Yoga
|
|
1204
|
-
- React-
|
|
1205
|
-
-
|
|
1206
|
-
-
|
|
1207
|
-
-
|
|
1208
|
-
- React-
|
|
1302
|
+
- React-FabricImage (0.83.2):
|
|
1303
|
+
- hermes-engine
|
|
1304
|
+
- RCTRequired (= 0.83.2)
|
|
1305
|
+
- RCTTypeSafety (= 0.83.2)
|
|
1306
|
+
- React-Core-prebuilt
|
|
1209
1307
|
- React-Fabric
|
|
1308
|
+
- React-featureflags
|
|
1210
1309
|
- React-graphics
|
|
1310
|
+
- React-ImageManager
|
|
1311
|
+
- React-jsi
|
|
1312
|
+
- React-jsiexecutor (= 0.83.2)
|
|
1313
|
+
- React-logger
|
|
1211
1314
|
- React-rendererdebug
|
|
1212
1315
|
- React-utils
|
|
1213
|
-
|
|
1214
|
-
-
|
|
1316
|
+
- ReactCommon
|
|
1317
|
+
- ReactNativeDependencies
|
|
1318
|
+
- Yoga
|
|
1319
|
+
- React-featureflags (0.83.2):
|
|
1320
|
+
- React-Core-prebuilt
|
|
1321
|
+
- ReactNativeDependencies
|
|
1322
|
+
- React-featureflagsnativemodule (0.83.2):
|
|
1215
1323
|
- hermes-engine
|
|
1216
|
-
-
|
|
1217
|
-
- React-
|
|
1218
|
-
- React-debug
|
|
1324
|
+
- React-Core-prebuilt
|
|
1325
|
+
- React-featureflags
|
|
1219
1326
|
- React-jsi
|
|
1220
|
-
|
|
1221
|
-
-
|
|
1222
|
-
-
|
|
1223
|
-
-
|
|
1224
|
-
|
|
1225
|
-
- hermes-engine
|
|
1226
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1227
|
-
- React-jsiexecutor (0.76.5):
|
|
1228
|
-
- DoubleConversion
|
|
1229
|
-
- fmt (= 9.1.0)
|
|
1230
|
-
- glog
|
|
1231
|
-
- hermes-engine
|
|
1232
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1233
|
-
- React-cxxreact (= 0.76.5)
|
|
1234
|
-
- React-jsi (= 0.76.5)
|
|
1235
|
-
- React-jsinspector
|
|
1236
|
-
- React-perflogger (= 0.76.5)
|
|
1237
|
-
- React-jsinspector (0.76.5):
|
|
1238
|
-
- DoubleConversion
|
|
1239
|
-
- glog
|
|
1327
|
+
- React-jsiexecutor
|
|
1328
|
+
- React-RCTFBReactNativeSpec
|
|
1329
|
+
- ReactCommon/turbomodule/core
|
|
1330
|
+
- ReactNativeDependencies
|
|
1331
|
+
- React-graphics (0.83.2):
|
|
1240
1332
|
- hermes-engine
|
|
1241
|
-
-
|
|
1242
|
-
- React-featureflags
|
|
1333
|
+
- React-Core-prebuilt
|
|
1243
1334
|
- React-jsi
|
|
1244
|
-
- React-
|
|
1245
|
-
- React-
|
|
1246
|
-
|
|
1335
|
+
- React-jsiexecutor
|
|
1336
|
+
- React-utils
|
|
1337
|
+
- ReactNativeDependencies
|
|
1338
|
+
- React-hermes (0.83.2):
|
|
1339
|
+
- hermes-engine
|
|
1340
|
+
- React-Core-prebuilt
|
|
1341
|
+
- React-cxxreact (= 0.83.2)
|
|
1247
1342
|
- React-jsi
|
|
1248
|
-
|
|
1249
|
-
-
|
|
1250
|
-
|
|
1251
|
-
-
|
|
1252
|
-
- React-
|
|
1253
|
-
|
|
1254
|
-
-
|
|
1255
|
-
-
|
|
1343
|
+
- React-jsiexecutor (= 0.83.2)
|
|
1344
|
+
- React-jsinspector
|
|
1345
|
+
- React-jsinspectorcdp
|
|
1346
|
+
- React-jsinspectortracing
|
|
1347
|
+
- React-oscompat
|
|
1348
|
+
- React-perflogger (= 0.83.2)
|
|
1349
|
+
- React-runtimeexecutor
|
|
1350
|
+
- ReactNativeDependencies
|
|
1351
|
+
- React-idlecallbacksnativemodule (0.83.2):
|
|
1256
1352
|
- hermes-engine
|
|
1257
|
-
-
|
|
1258
|
-
-
|
|
1259
|
-
-
|
|
1260
|
-
- React-
|
|
1353
|
+
- React-Core-prebuilt
|
|
1354
|
+
- React-jsi
|
|
1355
|
+
- React-jsiexecutor
|
|
1356
|
+
- React-RCTFBReactNativeSpec
|
|
1357
|
+
- React-runtimeexecutor
|
|
1358
|
+
- React-runtimescheduler
|
|
1359
|
+
- ReactCommon/turbomodule/core
|
|
1360
|
+
- ReactNativeDependencies
|
|
1361
|
+
- React-ImageManager (0.83.2):
|
|
1362
|
+
- React-Core-prebuilt
|
|
1363
|
+
- React-Core/Default
|
|
1261
1364
|
- React-debug
|
|
1262
1365
|
- React-Fabric
|
|
1263
|
-
- React-featureflags
|
|
1264
1366
|
- React-graphics
|
|
1265
|
-
- React-ImageManager
|
|
1266
|
-
- React-NativeModulesApple
|
|
1267
|
-
- React-RCTFabric
|
|
1268
1367
|
- React-rendererdebug
|
|
1269
1368
|
- React-utils
|
|
1270
|
-
-
|
|
1271
|
-
|
|
1369
|
+
- ReactNativeDependencies
|
|
1370
|
+
- React-intersectionobservernativemodule (0.83.2):
|
|
1371
|
+
- hermes-engine
|
|
1372
|
+
- React-Core-prebuilt
|
|
1373
|
+
- React-cxxreact
|
|
1374
|
+
- React-Fabric
|
|
1375
|
+
- React-Fabric/bridging
|
|
1376
|
+
- React-graphics
|
|
1377
|
+
- React-jsi
|
|
1378
|
+
- React-jsiexecutor
|
|
1379
|
+
- React-RCTFBReactNativeSpec
|
|
1380
|
+
- React-runtimeexecutor
|
|
1381
|
+
- React-runtimescheduler
|
|
1272
1382
|
- ReactCommon/turbomodule/core
|
|
1383
|
+
- ReactNativeDependencies
|
|
1273
1384
|
- Yoga
|
|
1274
|
-
- React-
|
|
1275
|
-
|
|
1276
|
-
-
|
|
1385
|
+
- React-jserrorhandler (0.83.2):
|
|
1386
|
+
- hermes-engine
|
|
1387
|
+
- React-Core-prebuilt
|
|
1388
|
+
- React-cxxreact
|
|
1389
|
+
- React-debug
|
|
1390
|
+
- React-featureflags
|
|
1391
|
+
- React-jsi
|
|
1392
|
+
- ReactCommon/turbomodule/bridging
|
|
1393
|
+
- ReactNativeDependencies
|
|
1394
|
+
- React-jsi (0.83.2):
|
|
1395
|
+
- hermes-engine
|
|
1396
|
+
- React-Core-prebuilt
|
|
1397
|
+
- ReactNativeDependencies
|
|
1398
|
+
- React-jsiexecutor (0.83.2):
|
|
1399
|
+
- hermes-engine
|
|
1400
|
+
- React-Core-prebuilt
|
|
1401
|
+
- React-cxxreact
|
|
1402
|
+
- React-debug
|
|
1403
|
+
- React-jsi
|
|
1404
|
+
- React-jsinspector
|
|
1405
|
+
- React-jsinspectorcdp
|
|
1406
|
+
- React-jsinspectortracing
|
|
1407
|
+
- React-perflogger
|
|
1408
|
+
- React-runtimeexecutor
|
|
1409
|
+
- React-utils
|
|
1410
|
+
- ReactNativeDependencies
|
|
1411
|
+
- React-jsinspector (0.83.2):
|
|
1412
|
+
- hermes-engine
|
|
1413
|
+
- React-Core-prebuilt
|
|
1414
|
+
- React-featureflags
|
|
1415
|
+
- React-jsi
|
|
1416
|
+
- React-jsinspectorcdp
|
|
1417
|
+
- React-jsinspectornetwork
|
|
1418
|
+
- React-jsinspectortracing
|
|
1419
|
+
- React-oscompat
|
|
1420
|
+
- React-perflogger (= 0.83.2)
|
|
1421
|
+
- React-runtimeexecutor
|
|
1422
|
+
- React-utils
|
|
1423
|
+
- ReactNativeDependencies
|
|
1424
|
+
- React-jsinspectorcdp (0.83.2):
|
|
1425
|
+
- React-Core-prebuilt
|
|
1426
|
+
- ReactNativeDependencies
|
|
1427
|
+
- React-jsinspectornetwork (0.83.2):
|
|
1428
|
+
- React-Core-prebuilt
|
|
1429
|
+
- React-jsinspectorcdp
|
|
1430
|
+
- ReactNativeDependencies
|
|
1431
|
+
- React-jsinspectortracing (0.83.2):
|
|
1432
|
+
- hermes-engine
|
|
1433
|
+
- React-Core-prebuilt
|
|
1434
|
+
- React-jsi
|
|
1435
|
+
- React-jsinspectornetwork
|
|
1436
|
+
- React-oscompat
|
|
1437
|
+
- React-timing
|
|
1438
|
+
- ReactNativeDependencies
|
|
1439
|
+
- React-jsitooling (0.83.2):
|
|
1440
|
+
- React-Core-prebuilt
|
|
1441
|
+
- React-cxxreact (= 0.83.2)
|
|
1442
|
+
- React-debug
|
|
1443
|
+
- React-jsi (= 0.83.2)
|
|
1444
|
+
- React-jsinspector
|
|
1445
|
+
- React-jsinspectorcdp
|
|
1446
|
+
- React-jsinspectortracing
|
|
1447
|
+
- React-runtimeexecutor
|
|
1448
|
+
- React-utils
|
|
1449
|
+
- ReactNativeDependencies
|
|
1450
|
+
- React-jsitracing (0.83.2):
|
|
1451
|
+
- React-jsi
|
|
1452
|
+
- React-logger (0.83.2):
|
|
1453
|
+
- React-Core-prebuilt
|
|
1454
|
+
- ReactNativeDependencies
|
|
1455
|
+
- React-Mapbuffer (0.83.2):
|
|
1456
|
+
- React-Core-prebuilt
|
|
1457
|
+
- React-debug
|
|
1458
|
+
- ReactNativeDependencies
|
|
1459
|
+
- React-microtasksnativemodule (0.83.2):
|
|
1460
|
+
- hermes-engine
|
|
1461
|
+
- React-Core-prebuilt
|
|
1462
|
+
- React-jsi
|
|
1463
|
+
- React-jsiexecutor
|
|
1464
|
+
- React-RCTFBReactNativeSpec
|
|
1465
|
+
- ReactCommon/turbomodule/core
|
|
1466
|
+
- ReactNativeDependencies
|
|
1467
|
+
- React-NativeModulesApple (0.83.2):
|
|
1277
1468
|
- hermes-engine
|
|
1278
1469
|
- React-callinvoker
|
|
1279
1470
|
- React-Core
|
|
1471
|
+
- React-Core-prebuilt
|
|
1280
1472
|
- React-cxxreact
|
|
1473
|
+
- React-debug
|
|
1474
|
+
- React-featureflags
|
|
1281
1475
|
- React-jsi
|
|
1282
1476
|
- React-jsinspector
|
|
1477
|
+
- React-jsinspectorcdp
|
|
1283
1478
|
- React-runtimeexecutor
|
|
1284
1479
|
- ReactCommon/turbomodule/bridging
|
|
1285
1480
|
- ReactCommon/turbomodule/core
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
-
|
|
1289
|
-
|
|
1290
|
-
-
|
|
1291
|
-
- React-
|
|
1481
|
+
- ReactNativeDependencies
|
|
1482
|
+
- React-networking (0.83.2):
|
|
1483
|
+
- React-Core-prebuilt
|
|
1484
|
+
- React-featureflags
|
|
1485
|
+
- React-jsinspectornetwork
|
|
1486
|
+
- React-jsinspectortracing
|
|
1487
|
+
- React-performancetimeline
|
|
1292
1488
|
- React-timing
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
- React-
|
|
1296
|
-
-
|
|
1489
|
+
- ReactNativeDependencies
|
|
1490
|
+
- React-oscompat (0.83.2)
|
|
1491
|
+
- React-perflogger (0.83.2):
|
|
1492
|
+
- React-Core-prebuilt
|
|
1493
|
+
- ReactNativeDependencies
|
|
1494
|
+
- React-performancecdpmetrics (0.83.2):
|
|
1495
|
+
- hermes-engine
|
|
1496
|
+
- React-Core-prebuilt
|
|
1497
|
+
- React-jsi
|
|
1498
|
+
- React-performancetimeline
|
|
1499
|
+
- React-runtimeexecutor
|
|
1500
|
+
- React-timing
|
|
1501
|
+
- ReactNativeDependencies
|
|
1502
|
+
- React-performancetimeline (0.83.2):
|
|
1503
|
+
- React-Core-prebuilt
|
|
1504
|
+
- React-featureflags
|
|
1505
|
+
- React-jsinspectortracing
|
|
1506
|
+
- React-perflogger
|
|
1507
|
+
- React-timing
|
|
1508
|
+
- ReactNativeDependencies
|
|
1509
|
+
- React-RCTActionSheet (0.83.2):
|
|
1510
|
+
- React-Core/RCTActionSheetHeaders (= 0.83.2)
|
|
1511
|
+
- React-RCTAnimation (0.83.2):
|
|
1297
1512
|
- RCTTypeSafety
|
|
1513
|
+
- React-Core-prebuilt
|
|
1298
1514
|
- React-Core/RCTAnimationHeaders
|
|
1515
|
+
- React-featureflags
|
|
1299
1516
|
- React-jsi
|
|
1300
1517
|
- React-NativeModulesApple
|
|
1301
|
-
-
|
|
1518
|
+
- React-RCTFBReactNativeSpec
|
|
1302
1519
|
- ReactCommon
|
|
1303
|
-
|
|
1304
|
-
|
|
1520
|
+
- ReactNativeDependencies
|
|
1521
|
+
- React-RCTAppDelegate (0.83.2):
|
|
1522
|
+
- hermes-engine
|
|
1305
1523
|
- RCTRequired
|
|
1306
1524
|
- RCTTypeSafety
|
|
1307
1525
|
- React-Core
|
|
1526
|
+
- React-Core-prebuilt
|
|
1308
1527
|
- React-CoreModules
|
|
1309
1528
|
- React-debug
|
|
1310
1529
|
- React-defaultsnativemodule
|
|
@@ -1312,37 +1531,39 @@ PODS:
|
|
|
1312
1531
|
- React-featureflags
|
|
1313
1532
|
- React-graphics
|
|
1314
1533
|
- React-hermes
|
|
1315
|
-
- React-
|
|
1534
|
+
- React-jsitooling
|
|
1316
1535
|
- React-NativeModulesApple
|
|
1317
1536
|
- React-RCTFabric
|
|
1537
|
+
- React-RCTFBReactNativeSpec
|
|
1318
1538
|
- React-RCTImage
|
|
1319
1539
|
- React-RCTNetwork
|
|
1540
|
+
- React-RCTRuntime
|
|
1320
1541
|
- React-rendererdebug
|
|
1321
1542
|
- React-RuntimeApple
|
|
1322
1543
|
- React-RuntimeCore
|
|
1323
|
-
- React-
|
|
1544
|
+
- React-runtimeexecutor
|
|
1324
1545
|
- React-runtimescheduler
|
|
1325
1546
|
- React-utils
|
|
1326
|
-
- ReactCodegen
|
|
1327
1547
|
- ReactCommon
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
- fmt (= 9.1.0)
|
|
1548
|
+
- ReactNativeDependencies
|
|
1549
|
+
- React-RCTBlob (0.83.2):
|
|
1331
1550
|
- hermes-engine
|
|
1332
|
-
-
|
|
1551
|
+
- React-Core-prebuilt
|
|
1333
1552
|
- React-Core/RCTBlobHeaders
|
|
1334
1553
|
- React-Core/RCTWebSocket
|
|
1335
1554
|
- React-jsi
|
|
1336
1555
|
- React-jsinspector
|
|
1556
|
+
- React-jsinspectorcdp
|
|
1337
1557
|
- React-NativeModulesApple
|
|
1558
|
+
- React-RCTFBReactNativeSpec
|
|
1338
1559
|
- React-RCTNetwork
|
|
1339
|
-
- ReactCodegen
|
|
1340
1560
|
- ReactCommon
|
|
1341
|
-
|
|
1342
|
-
|
|
1561
|
+
- ReactNativeDependencies
|
|
1562
|
+
- React-RCTFabric (0.83.2):
|
|
1343
1563
|
- hermes-engine
|
|
1344
|
-
-
|
|
1564
|
+
- RCTSwiftUIWrapper
|
|
1345
1565
|
- React-Core
|
|
1566
|
+
- React-Core-prebuilt
|
|
1346
1567
|
- React-debug
|
|
1347
1568
|
- React-Fabric
|
|
1348
1569
|
- React-FabricComponents
|
|
@@ -1352,140 +1573,230 @@ PODS:
|
|
|
1352
1573
|
- React-ImageManager
|
|
1353
1574
|
- React-jsi
|
|
1354
1575
|
- React-jsinspector
|
|
1355
|
-
- React-
|
|
1576
|
+
- React-jsinspectorcdp
|
|
1577
|
+
- React-jsinspectortracing
|
|
1578
|
+
- React-networking
|
|
1579
|
+
- React-performancecdpmetrics
|
|
1356
1580
|
- React-performancetimeline
|
|
1581
|
+
- React-RCTAnimation
|
|
1582
|
+
- React-RCTFBReactNativeSpec
|
|
1357
1583
|
- React-RCTImage
|
|
1358
1584
|
- React-RCTText
|
|
1359
1585
|
- React-rendererconsistency
|
|
1586
|
+
- React-renderercss
|
|
1360
1587
|
- React-rendererdebug
|
|
1588
|
+
- React-runtimeexecutor
|
|
1361
1589
|
- React-runtimescheduler
|
|
1362
1590
|
- React-utils
|
|
1591
|
+
- ReactNativeDependencies
|
|
1592
|
+
- Yoga
|
|
1593
|
+
- React-RCTFBReactNativeSpec (0.83.2):
|
|
1594
|
+
- hermes-engine
|
|
1595
|
+
- RCTRequired
|
|
1596
|
+
- RCTTypeSafety
|
|
1597
|
+
- React-Core
|
|
1598
|
+
- React-Core-prebuilt
|
|
1599
|
+
- React-jsi
|
|
1600
|
+
- React-NativeModulesApple
|
|
1601
|
+
- React-RCTFBReactNativeSpec/components (= 0.83.2)
|
|
1602
|
+
- ReactCommon
|
|
1603
|
+
- ReactNativeDependencies
|
|
1604
|
+
- React-RCTFBReactNativeSpec/components (0.83.2):
|
|
1605
|
+
- hermes-engine
|
|
1606
|
+
- RCTRequired
|
|
1607
|
+
- RCTTypeSafety
|
|
1608
|
+
- React-Core
|
|
1609
|
+
- React-Core-prebuilt
|
|
1610
|
+
- React-debug
|
|
1611
|
+
- React-Fabric
|
|
1612
|
+
- React-featureflags
|
|
1613
|
+
- React-graphics
|
|
1614
|
+
- React-jsi
|
|
1615
|
+
- React-NativeModulesApple
|
|
1616
|
+
- React-rendererdebug
|
|
1617
|
+
- React-utils
|
|
1618
|
+
- ReactCommon
|
|
1619
|
+
- ReactNativeDependencies
|
|
1363
1620
|
- Yoga
|
|
1364
|
-
- React-RCTImage (0.
|
|
1365
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1621
|
+
- React-RCTImage (0.83.2):
|
|
1366
1622
|
- RCTTypeSafety
|
|
1623
|
+
- React-Core-prebuilt
|
|
1367
1624
|
- React-Core/RCTImageHeaders
|
|
1368
1625
|
- React-jsi
|
|
1369
1626
|
- React-NativeModulesApple
|
|
1627
|
+
- React-RCTFBReactNativeSpec
|
|
1370
1628
|
- React-RCTNetwork
|
|
1371
|
-
- ReactCodegen
|
|
1372
1629
|
- ReactCommon
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
- React-
|
|
1630
|
+
- ReactNativeDependencies
|
|
1631
|
+
- React-RCTLinking (0.83.2):
|
|
1632
|
+
- React-Core/RCTLinkingHeaders (= 0.83.2)
|
|
1633
|
+
- React-jsi (= 0.83.2)
|
|
1376
1634
|
- React-NativeModulesApple
|
|
1377
|
-
-
|
|
1635
|
+
- React-RCTFBReactNativeSpec
|
|
1378
1636
|
- ReactCommon
|
|
1379
|
-
- ReactCommon/turbomodule/core (= 0.
|
|
1380
|
-
- React-RCTNetwork (0.
|
|
1381
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1637
|
+
- ReactCommon/turbomodule/core (= 0.83.2)
|
|
1638
|
+
- React-RCTNetwork (0.83.2):
|
|
1382
1639
|
- RCTTypeSafety
|
|
1640
|
+
- React-Core-prebuilt
|
|
1383
1641
|
- React-Core/RCTNetworkHeaders
|
|
1642
|
+
- React-debug
|
|
1643
|
+
- React-featureflags
|
|
1384
1644
|
- React-jsi
|
|
1645
|
+
- React-jsinspectorcdp
|
|
1646
|
+
- React-jsinspectornetwork
|
|
1385
1647
|
- React-NativeModulesApple
|
|
1386
|
-
-
|
|
1648
|
+
- React-networking
|
|
1649
|
+
- React-RCTFBReactNativeSpec
|
|
1387
1650
|
- ReactCommon
|
|
1388
|
-
|
|
1389
|
-
|
|
1651
|
+
- ReactNativeDependencies
|
|
1652
|
+
- React-RCTRuntime (0.83.2):
|
|
1653
|
+
- hermes-engine
|
|
1654
|
+
- React-Core
|
|
1655
|
+
- React-Core-prebuilt
|
|
1656
|
+
- React-debug
|
|
1657
|
+
- React-jsi
|
|
1658
|
+
- React-jsinspector
|
|
1659
|
+
- React-jsinspectorcdp
|
|
1660
|
+
- React-jsinspectortracing
|
|
1661
|
+
- React-jsitooling
|
|
1662
|
+
- React-RuntimeApple
|
|
1663
|
+
- React-RuntimeCore
|
|
1664
|
+
- React-runtimeexecutor
|
|
1665
|
+
- React-RuntimeHermes
|
|
1666
|
+
- React-utils
|
|
1667
|
+
- ReactNativeDependencies
|
|
1668
|
+
- React-RCTSettings (0.83.2):
|
|
1390
1669
|
- RCTTypeSafety
|
|
1670
|
+
- React-Core-prebuilt
|
|
1391
1671
|
- React-Core/RCTSettingsHeaders
|
|
1392
1672
|
- React-jsi
|
|
1393
1673
|
- React-NativeModulesApple
|
|
1394
|
-
-
|
|
1674
|
+
- React-RCTFBReactNativeSpec
|
|
1395
1675
|
- ReactCommon
|
|
1396
|
-
|
|
1397
|
-
|
|
1676
|
+
- ReactNativeDependencies
|
|
1677
|
+
- React-RCTText (0.83.2):
|
|
1678
|
+
- React-Core/RCTTextHeaders (= 0.83.2)
|
|
1398
1679
|
- Yoga
|
|
1399
|
-
- React-RCTVibration (0.
|
|
1400
|
-
-
|
|
1680
|
+
- React-RCTVibration (0.83.2):
|
|
1681
|
+
- React-Core-prebuilt
|
|
1401
1682
|
- React-Core/RCTVibrationHeaders
|
|
1402
1683
|
- React-jsi
|
|
1403
1684
|
- React-NativeModulesApple
|
|
1404
|
-
-
|
|
1685
|
+
- React-RCTFBReactNativeSpec
|
|
1405
1686
|
- ReactCommon
|
|
1406
|
-
|
|
1407
|
-
- React-
|
|
1408
|
-
|
|
1409
|
-
-
|
|
1410
|
-
-
|
|
1687
|
+
- ReactNativeDependencies
|
|
1688
|
+
- React-rendererconsistency (0.83.2)
|
|
1689
|
+
- React-renderercss (0.83.2):
|
|
1690
|
+
- React-debug
|
|
1691
|
+
- React-utils
|
|
1692
|
+
- React-rendererdebug (0.83.2):
|
|
1693
|
+
- React-Core-prebuilt
|
|
1411
1694
|
- React-debug
|
|
1412
|
-
|
|
1413
|
-
- React-RuntimeApple (0.
|
|
1695
|
+
- ReactNativeDependencies
|
|
1696
|
+
- React-RuntimeApple (0.83.2):
|
|
1414
1697
|
- hermes-engine
|
|
1415
|
-
- RCT-Folly/Fabric (= 2024.01.01.00)
|
|
1416
1698
|
- React-callinvoker
|
|
1699
|
+
- React-Core-prebuilt
|
|
1417
1700
|
- React-Core/Default
|
|
1418
1701
|
- React-CoreModules
|
|
1419
1702
|
- React-cxxreact
|
|
1703
|
+
- React-featureflags
|
|
1420
1704
|
- React-jserrorhandler
|
|
1421
1705
|
- React-jsi
|
|
1422
1706
|
- React-jsiexecutor
|
|
1423
1707
|
- React-jsinspector
|
|
1708
|
+
- React-jsitooling
|
|
1424
1709
|
- React-Mapbuffer
|
|
1425
1710
|
- React-NativeModulesApple
|
|
1426
1711
|
- React-RCTFabric
|
|
1712
|
+
- React-RCTFBReactNativeSpec
|
|
1427
1713
|
- React-RuntimeCore
|
|
1428
1714
|
- React-runtimeexecutor
|
|
1429
1715
|
- React-RuntimeHermes
|
|
1430
1716
|
- React-runtimescheduler
|
|
1431
1717
|
- React-utils
|
|
1432
|
-
|
|
1433
|
-
|
|
1718
|
+
- ReactNativeDependencies
|
|
1719
|
+
- React-RuntimeCore (0.83.2):
|
|
1434
1720
|
- hermes-engine
|
|
1435
|
-
-
|
|
1721
|
+
- React-Core-prebuilt
|
|
1436
1722
|
- React-cxxreact
|
|
1723
|
+
- React-Fabric
|
|
1437
1724
|
- React-featureflags
|
|
1438
1725
|
- React-jserrorhandler
|
|
1439
1726
|
- React-jsi
|
|
1440
1727
|
- React-jsiexecutor
|
|
1441
1728
|
- React-jsinspector
|
|
1729
|
+
- React-jsitooling
|
|
1442
1730
|
- React-performancetimeline
|
|
1443
1731
|
- React-runtimeexecutor
|
|
1444
1732
|
- React-runtimescheduler
|
|
1445
1733
|
- React-utils
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1734
|
+
- ReactNativeDependencies
|
|
1735
|
+
- React-runtimeexecutor (0.83.2):
|
|
1736
|
+
- React-Core-prebuilt
|
|
1737
|
+
- React-debug
|
|
1738
|
+
- React-featureflags
|
|
1739
|
+
- React-jsi (= 0.83.2)
|
|
1740
|
+
- React-utils
|
|
1741
|
+
- ReactNativeDependencies
|
|
1742
|
+
- React-RuntimeHermes (0.83.2):
|
|
1449
1743
|
- hermes-engine
|
|
1450
|
-
-
|
|
1744
|
+
- React-Core-prebuilt
|
|
1451
1745
|
- React-featureflags
|
|
1452
1746
|
- React-hermes
|
|
1453
1747
|
- React-jsi
|
|
1454
1748
|
- React-jsinspector
|
|
1749
|
+
- React-jsinspectorcdp
|
|
1750
|
+
- React-jsinspectortracing
|
|
1751
|
+
- React-jsitooling
|
|
1455
1752
|
- React-jsitracing
|
|
1456
|
-
- React-nativeconfig
|
|
1457
1753
|
- React-RuntimeCore
|
|
1754
|
+
- React-runtimeexecutor
|
|
1458
1755
|
- React-utils
|
|
1459
|
-
|
|
1460
|
-
|
|
1756
|
+
- ReactNativeDependencies
|
|
1757
|
+
- React-runtimescheduler (0.83.2):
|
|
1461
1758
|
- hermes-engine
|
|
1462
|
-
- RCT-Folly (= 2024.01.01.00)
|
|
1463
1759
|
- React-callinvoker
|
|
1760
|
+
- React-Core-prebuilt
|
|
1464
1761
|
- React-cxxreact
|
|
1465
1762
|
- React-debug
|
|
1466
1763
|
- React-featureflags
|
|
1467
1764
|
- React-jsi
|
|
1765
|
+
- React-jsinspectortracing
|
|
1468
1766
|
- React-performancetimeline
|
|
1469
1767
|
- React-rendererconsistency
|
|
1470
1768
|
- React-rendererdebug
|
|
1471
1769
|
- React-runtimeexecutor
|
|
1472
1770
|
- React-timing
|
|
1473
1771
|
- React-utils
|
|
1474
|
-
|
|
1475
|
-
- React-
|
|
1476
|
-
-
|
|
1772
|
+
- ReactNativeDependencies
|
|
1773
|
+
- React-timing (0.83.2):
|
|
1774
|
+
- React-debug
|
|
1775
|
+
- React-utils (0.83.2):
|
|
1477
1776
|
- hermes-engine
|
|
1478
|
-
-
|
|
1777
|
+
- React-Core-prebuilt
|
|
1479
1778
|
- React-debug
|
|
1480
|
-
- React-jsi (= 0.
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
-
|
|
1779
|
+
- React-jsi (= 0.83.2)
|
|
1780
|
+
- ReactNativeDependencies
|
|
1781
|
+
- React-webperformancenativemodule (0.83.2):
|
|
1782
|
+
- hermes-engine
|
|
1783
|
+
- React-Core-prebuilt
|
|
1784
|
+
- React-cxxreact
|
|
1785
|
+
- React-jsi
|
|
1786
|
+
- React-jsiexecutor
|
|
1787
|
+
- React-performancetimeline
|
|
1788
|
+
- React-RCTFBReactNativeSpec
|
|
1789
|
+
- React-runtimeexecutor
|
|
1790
|
+
- ReactCommon/turbomodule/core
|
|
1791
|
+
- ReactNativeDependencies
|
|
1792
|
+
- ReactAppDependencyProvider (0.83.2):
|
|
1793
|
+
- ReactCodegen
|
|
1794
|
+
- ReactCodegen (0.83.2):
|
|
1484
1795
|
- hermes-engine
|
|
1485
|
-
- RCT-Folly
|
|
1486
1796
|
- RCTRequired
|
|
1487
1797
|
- RCTTypeSafety
|
|
1488
1798
|
- React-Core
|
|
1799
|
+
- React-Core-prebuilt
|
|
1489
1800
|
- React-debug
|
|
1490
1801
|
- React-Fabric
|
|
1491
1802
|
- React-FabricImage
|
|
@@ -1494,72 +1805,73 @@ PODS:
|
|
|
1494
1805
|
- React-jsi
|
|
1495
1806
|
- React-jsiexecutor
|
|
1496
1807
|
- React-NativeModulesApple
|
|
1808
|
+
- React-RCTAppDelegate
|
|
1497
1809
|
- React-rendererdebug
|
|
1498
1810
|
- React-utils
|
|
1499
1811
|
- ReactCommon/turbomodule/bridging
|
|
1500
1812
|
- ReactCommon/turbomodule/core
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
-
|
|
1505
|
-
-
|
|
1506
|
-
|
|
1507
|
-
- hermes-engine
|
|
1508
|
-
-
|
|
1509
|
-
- React-
|
|
1510
|
-
- React-cxxreact (= 0.
|
|
1511
|
-
- React-jsi (= 0.
|
|
1512
|
-
- React-logger (= 0.
|
|
1513
|
-
- React-perflogger (= 0.
|
|
1514
|
-
- ReactCommon/turbomodule/bridging (= 0.
|
|
1515
|
-
- ReactCommon/turbomodule/core (= 0.
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
-
|
|
1519
|
-
-
|
|
1520
|
-
-
|
|
1521
|
-
-
|
|
1522
|
-
- React-
|
|
1523
|
-
- React-
|
|
1524
|
-
- React-
|
|
1525
|
-
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
-
|
|
1529
|
-
-
|
|
1530
|
-
-
|
|
1531
|
-
-
|
|
1532
|
-
-
|
|
1533
|
-
- React-
|
|
1534
|
-
- React-
|
|
1535
|
-
- React-
|
|
1536
|
-
- React-
|
|
1537
|
-
-
|
|
1538
|
-
|
|
1539
|
-
- React-perflogger (= 0.76.5)
|
|
1540
|
-
- React-utils (= 0.76.5)
|
|
1541
|
-
- SocketRocket (0.7.1)
|
|
1813
|
+
- ReactNativeDependencies
|
|
1814
|
+
- ReactCommon (0.83.2):
|
|
1815
|
+
- React-Core-prebuilt
|
|
1816
|
+
- ReactCommon/turbomodule (= 0.83.2)
|
|
1817
|
+
- ReactNativeDependencies
|
|
1818
|
+
- ReactCommon/turbomodule (0.83.2):
|
|
1819
|
+
- hermes-engine
|
|
1820
|
+
- React-callinvoker (= 0.83.2)
|
|
1821
|
+
- React-Core-prebuilt
|
|
1822
|
+
- React-cxxreact (= 0.83.2)
|
|
1823
|
+
- React-jsi (= 0.83.2)
|
|
1824
|
+
- React-logger (= 0.83.2)
|
|
1825
|
+
- React-perflogger (= 0.83.2)
|
|
1826
|
+
- ReactCommon/turbomodule/bridging (= 0.83.2)
|
|
1827
|
+
- ReactCommon/turbomodule/core (= 0.83.2)
|
|
1828
|
+
- ReactNativeDependencies
|
|
1829
|
+
- ReactCommon/turbomodule/bridging (0.83.2):
|
|
1830
|
+
- hermes-engine
|
|
1831
|
+
- React-callinvoker (= 0.83.2)
|
|
1832
|
+
- React-Core-prebuilt
|
|
1833
|
+
- React-cxxreact (= 0.83.2)
|
|
1834
|
+
- React-jsi (= 0.83.2)
|
|
1835
|
+
- React-logger (= 0.83.2)
|
|
1836
|
+
- React-perflogger (= 0.83.2)
|
|
1837
|
+
- ReactNativeDependencies
|
|
1838
|
+
- ReactCommon/turbomodule/core (0.83.2):
|
|
1839
|
+
- hermes-engine
|
|
1840
|
+
- React-callinvoker (= 0.83.2)
|
|
1841
|
+
- React-Core-prebuilt
|
|
1842
|
+
- React-cxxreact (= 0.83.2)
|
|
1843
|
+
- React-debug (= 0.83.2)
|
|
1844
|
+
- React-featureflags (= 0.83.2)
|
|
1845
|
+
- React-jsi (= 0.83.2)
|
|
1846
|
+
- React-logger (= 0.83.2)
|
|
1847
|
+
- React-perflogger (= 0.83.2)
|
|
1848
|
+
- React-utils (= 0.83.2)
|
|
1849
|
+
- ReactNativeDependencies
|
|
1850
|
+
- ReactNativeDependencies (0.83.2)
|
|
1542
1851
|
- Yoga (0.0.0)
|
|
1543
1852
|
|
|
1544
1853
|
DEPENDENCIES:
|
|
1545
|
-
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
|
1546
|
-
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
1547
1854
|
- EXConstants (from `../node_modules/expo-constants/ios`)
|
|
1548
1855
|
- Expo (from `../node_modules/expo`)
|
|
1549
1856
|
- ExpoAsset (from `../node_modules/expo-asset/ios`)
|
|
1857
|
+
- "ExpoDomWebView (from `../node_modules/expo/node_modules/@expo/log-box/node_modules/@expo/dom-webview/ios`)"
|
|
1858
|
+
- ExpoFileSystem (from `../node_modules/expo/node_modules/expo-file-system/ios`)
|
|
1859
|
+
- ExpoFont (from `../node_modules/expo/node_modules/expo-font/ios`)
|
|
1860
|
+
- ExpoKeepAwake (from `../node_modules/expo/node_modules/expo-keep-awake/ios`)
|
|
1861
|
+
- "ExpoLogBox (from `../node_modules/expo/node_modules/@expo/log-box`)"
|
|
1550
1862
|
- ExpoModulesCore (from `../node_modules/expo-modules-core`)
|
|
1863
|
+
- ExpoModulesJSI (from `../node_modules/expo-modules-core`)
|
|
1551
1864
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
1552
|
-
- fmt (from `../node_modules/react-native/third-party-podspecs/fmt.podspec`)
|
|
1553
|
-
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
1554
1865
|
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
|
1555
|
-
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
1556
|
-
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
1557
1866
|
- RCTDeprecation (from `../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation`)
|
|
1558
1867
|
- RCTRequired (from `../node_modules/react-native/Libraries/Required`)
|
|
1868
|
+
- RCTSwiftUI (from `../node_modules/react-native/ReactApple/RCTSwiftUI`)
|
|
1869
|
+
- RCTSwiftUIWrapper (from `../node_modules/react-native/ReactApple/RCTSwiftUIWrapper`)
|
|
1559
1870
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
1560
1871
|
- React (from `../node_modules/react-native/`)
|
|
1561
1872
|
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
1562
1873
|
- React-Core (from `../node_modules/react-native/`)
|
|
1874
|
+
- React-Core-prebuilt (from `../node_modules/react-native/React-Core-prebuilt.podspec`)
|
|
1563
1875
|
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
1564
1876
|
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
|
1565
1877
|
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
|
@@ -1575,32 +1887,41 @@ DEPENDENCIES:
|
|
|
1575
1887
|
- React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
|
|
1576
1888
|
- React-idlecallbacksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks`)
|
|
1577
1889
|
- React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
|
|
1890
|
+
- React-intersectionobservernativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/intersectionobserver`)
|
|
1578
1891
|
- React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
|
|
1579
1892
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
1580
1893
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
1581
1894
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
|
|
1895
|
+
- React-jsinspectorcdp (from `../node_modules/react-native/ReactCommon/jsinspector-modern/cdp`)
|
|
1896
|
+
- React-jsinspectornetwork (from `../node_modules/react-native/ReactCommon/jsinspector-modern/network`)
|
|
1897
|
+
- React-jsinspectortracing (from `../node_modules/react-native/ReactCommon/jsinspector-modern/tracing`)
|
|
1898
|
+
- React-jsitooling (from `../node_modules/react-native/ReactCommon/jsitooling`)
|
|
1582
1899
|
- React-jsitracing (from `../node_modules/react-native/ReactCommon/hermes/executor/`)
|
|
1583
1900
|
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
|
1584
1901
|
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
|
|
1585
1902
|
- React-microtasksnativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/microtasks`)
|
|
1586
|
-
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
|
|
1587
1903
|
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
|
|
1904
|
+
- React-networking (from `../node_modules/react-native/ReactCommon/react/networking`)
|
|
1905
|
+
- React-oscompat (from `../node_modules/react-native/ReactCommon/oscompat`)
|
|
1588
1906
|
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
|
1907
|
+
- React-performancecdpmetrics (from `../node_modules/react-native/ReactCommon/react/performance/cdpmetrics`)
|
|
1589
1908
|
- React-performancetimeline (from `../node_modules/react-native/ReactCommon/react/performance/timeline`)
|
|
1590
1909
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
1591
1910
|
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
1592
1911
|
- React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
|
|
1593
1912
|
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
1594
1913
|
- React-RCTFabric (from `../node_modules/react-native/React`)
|
|
1914
|
+
- React-RCTFBReactNativeSpec (from `../node_modules/react-native/React`)
|
|
1595
1915
|
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
|
1596
1916
|
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
|
1597
1917
|
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
|
|
1918
|
+
- React-RCTRuntime (from `../node_modules/react-native/React/Runtime`)
|
|
1598
1919
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
1599
1920
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
1600
1921
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
1601
1922
|
- React-rendererconsistency (from `../node_modules/react-native/ReactCommon/react/renderer/consistency`)
|
|
1923
|
+
- React-renderercss (from `../node_modules/react-native/ReactCommon/react/renderer/css`)
|
|
1602
1924
|
- React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
|
|
1603
|
-
- React-rncore (from `../node_modules/react-native/ReactCommon`)
|
|
1604
1925
|
- React-RuntimeApple (from `../node_modules/react-native/ReactCommon/react/runtime/platform/ios`)
|
|
1605
1926
|
- React-RuntimeCore (from `../node_modules/react-native/ReactCommon/react/runtime`)
|
|
1606
1927
|
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
|
@@ -1608,42 +1929,47 @@ DEPENDENCIES:
|
|
|
1608
1929
|
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
|
|
1609
1930
|
- React-timing (from `../node_modules/react-native/ReactCommon/react/timing`)
|
|
1610
1931
|
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
|
|
1611
|
-
-
|
|
1932
|
+
- React-webperformancenativemodule (from `../node_modules/react-native/ReactCommon/react/nativemodule/webperformance`)
|
|
1933
|
+
- ReactAppDependencyProvider (from `build/generated/ios/ReactAppDependencyProvider`)
|
|
1934
|
+
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
|
|
1612
1935
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
1936
|
+
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
|
|
1613
1937
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
1614
1938
|
|
|
1615
|
-
SPEC REPOS:
|
|
1616
|
-
trunk:
|
|
1617
|
-
- SocketRocket
|
|
1618
|
-
|
|
1619
1939
|
EXTERNAL SOURCES:
|
|
1620
|
-
boost:
|
|
1621
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
|
1622
|
-
DoubleConversion:
|
|
1623
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
|
1624
1940
|
EXConstants:
|
|
1625
1941
|
:path: "../node_modules/expo-constants/ios"
|
|
1626
1942
|
Expo:
|
|
1627
1943
|
:path: "../node_modules/expo"
|
|
1628
1944
|
ExpoAsset:
|
|
1629
1945
|
:path: "../node_modules/expo-asset/ios"
|
|
1946
|
+
ExpoDomWebView:
|
|
1947
|
+
:path: "../node_modules/expo/node_modules/@expo/log-box/node_modules/@expo/dom-webview/ios"
|
|
1948
|
+
ExpoFileSystem:
|
|
1949
|
+
:path: "../node_modules/expo/node_modules/expo-file-system/ios"
|
|
1950
|
+
ExpoFont:
|
|
1951
|
+
:path: "../node_modules/expo/node_modules/expo-font/ios"
|
|
1952
|
+
ExpoKeepAwake:
|
|
1953
|
+
:path: "../node_modules/expo/node_modules/expo-keep-awake/ios"
|
|
1954
|
+
ExpoLogBox:
|
|
1955
|
+
:path: "../node_modules/expo/node_modules/@expo/log-box"
|
|
1630
1956
|
ExpoModulesCore:
|
|
1631
1957
|
:path: "../node_modules/expo-modules-core"
|
|
1958
|
+
ExpoModulesJSI:
|
|
1959
|
+
:path: "../node_modules/expo-modules-core"
|
|
1632
1960
|
FBLazyVector:
|
|
1633
1961
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
1634
|
-
fmt:
|
|
1635
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/fmt.podspec"
|
|
1636
|
-
glog:
|
|
1637
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
1638
1962
|
hermes-engine:
|
|
1639
1963
|
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
|
1640
|
-
:tag: hermes-
|
|
1641
|
-
RCT-Folly:
|
|
1642
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
1964
|
+
:tag: hermes-v0.14.1
|
|
1643
1965
|
RCTDeprecation:
|
|
1644
1966
|
:path: "../node_modules/react-native/ReactApple/Libraries/RCTFoundation/RCTDeprecation"
|
|
1645
1967
|
RCTRequired:
|
|
1646
1968
|
:path: "../node_modules/react-native/Libraries/Required"
|
|
1969
|
+
RCTSwiftUI:
|
|
1970
|
+
:path: "../node_modules/react-native/ReactApple/RCTSwiftUI"
|
|
1971
|
+
RCTSwiftUIWrapper:
|
|
1972
|
+
:path: "../node_modules/react-native/ReactApple/RCTSwiftUIWrapper"
|
|
1647
1973
|
RCTTypeSafety:
|
|
1648
1974
|
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
|
1649
1975
|
React:
|
|
@@ -1652,6 +1978,8 @@ EXTERNAL SOURCES:
|
|
|
1652
1978
|
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
1653
1979
|
React-Core:
|
|
1654
1980
|
:path: "../node_modules/react-native/"
|
|
1981
|
+
React-Core-prebuilt:
|
|
1982
|
+
:podspec: "../node_modules/react-native/React-Core-prebuilt.podspec"
|
|
1655
1983
|
React-CoreModules:
|
|
1656
1984
|
:path: "../node_modules/react-native/React/CoreModules"
|
|
1657
1985
|
React-cxxreact:
|
|
@@ -1680,6 +2008,8 @@ EXTERNAL SOURCES:
|
|
|
1680
2008
|
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/idlecallbacks"
|
|
1681
2009
|
React-ImageManager:
|
|
1682
2010
|
:path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
|
|
2011
|
+
React-intersectionobservernativemodule:
|
|
2012
|
+
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/intersectionobserver"
|
|
1683
2013
|
React-jserrorhandler:
|
|
1684
2014
|
:path: "../node_modules/react-native/ReactCommon/jserrorhandler"
|
|
1685
2015
|
React-jsi:
|
|
@@ -1688,6 +2018,14 @@ EXTERNAL SOURCES:
|
|
|
1688
2018
|
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
1689
2019
|
React-jsinspector:
|
|
1690
2020
|
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
|
|
2021
|
+
React-jsinspectorcdp:
|
|
2022
|
+
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern/cdp"
|
|
2023
|
+
React-jsinspectornetwork:
|
|
2024
|
+
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern/network"
|
|
2025
|
+
React-jsinspectortracing:
|
|
2026
|
+
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern/tracing"
|
|
2027
|
+
React-jsitooling:
|
|
2028
|
+
:path: "../node_modules/react-native/ReactCommon/jsitooling"
|
|
1691
2029
|
React-jsitracing:
|
|
1692
2030
|
:path: "../node_modules/react-native/ReactCommon/hermes/executor/"
|
|
1693
2031
|
React-logger:
|
|
@@ -1696,12 +2034,16 @@ EXTERNAL SOURCES:
|
|
|
1696
2034
|
:path: "../node_modules/react-native/ReactCommon"
|
|
1697
2035
|
React-microtasksnativemodule:
|
|
1698
2036
|
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/microtasks"
|
|
1699
|
-
React-nativeconfig:
|
|
1700
|
-
:path: "../node_modules/react-native/ReactCommon"
|
|
1701
2037
|
React-NativeModulesApple:
|
|
1702
2038
|
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
|
|
2039
|
+
React-networking:
|
|
2040
|
+
:path: "../node_modules/react-native/ReactCommon/react/networking"
|
|
2041
|
+
React-oscompat:
|
|
2042
|
+
:path: "../node_modules/react-native/ReactCommon/oscompat"
|
|
1703
2043
|
React-perflogger:
|
|
1704
2044
|
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
|
2045
|
+
React-performancecdpmetrics:
|
|
2046
|
+
:path: "../node_modules/react-native/ReactCommon/react/performance/cdpmetrics"
|
|
1705
2047
|
React-performancetimeline:
|
|
1706
2048
|
:path: "../node_modules/react-native/ReactCommon/react/performance/timeline"
|
|
1707
2049
|
React-RCTActionSheet:
|
|
@@ -1714,12 +2056,16 @@ EXTERNAL SOURCES:
|
|
|
1714
2056
|
:path: "../node_modules/react-native/Libraries/Blob"
|
|
1715
2057
|
React-RCTFabric:
|
|
1716
2058
|
:path: "../node_modules/react-native/React"
|
|
2059
|
+
React-RCTFBReactNativeSpec:
|
|
2060
|
+
:path: "../node_modules/react-native/React"
|
|
1717
2061
|
React-RCTImage:
|
|
1718
2062
|
:path: "../node_modules/react-native/Libraries/Image"
|
|
1719
2063
|
React-RCTLinking:
|
|
1720
2064
|
:path: "../node_modules/react-native/Libraries/LinkingIOS"
|
|
1721
2065
|
React-RCTNetwork:
|
|
1722
2066
|
:path: "../node_modules/react-native/Libraries/Network"
|
|
2067
|
+
React-RCTRuntime:
|
|
2068
|
+
:path: "../node_modules/react-native/React/Runtime"
|
|
1723
2069
|
React-RCTSettings:
|
|
1724
2070
|
:path: "../node_modules/react-native/Libraries/Settings"
|
|
1725
2071
|
React-RCTText:
|
|
@@ -1728,10 +2074,10 @@ EXTERNAL SOURCES:
|
|
|
1728
2074
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
1729
2075
|
React-rendererconsistency:
|
|
1730
2076
|
:path: "../node_modules/react-native/ReactCommon/react/renderer/consistency"
|
|
2077
|
+
React-renderercss:
|
|
2078
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/css"
|
|
1731
2079
|
React-rendererdebug:
|
|
1732
2080
|
:path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
|
|
1733
|
-
React-rncore:
|
|
1734
|
-
:path: "../node_modules/react-native/ReactCommon"
|
|
1735
2081
|
React-RuntimeApple:
|
|
1736
2082
|
:path: "../node_modules/react-native/ReactCommon/react/runtime/platform/ios"
|
|
1737
2083
|
React-RuntimeCore:
|
|
@@ -1746,83 +2092,104 @@ EXTERNAL SOURCES:
|
|
|
1746
2092
|
:path: "../node_modules/react-native/ReactCommon/react/timing"
|
|
1747
2093
|
React-utils:
|
|
1748
2094
|
:path: "../node_modules/react-native/ReactCommon/react/utils"
|
|
2095
|
+
React-webperformancenativemodule:
|
|
2096
|
+
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/webperformance"
|
|
2097
|
+
ReactAppDependencyProvider:
|
|
2098
|
+
:path: build/generated/ios/ReactAppDependencyProvider
|
|
1749
2099
|
ReactCodegen:
|
|
1750
|
-
:path: build/generated/ios
|
|
2100
|
+
:path: build/generated/ios/ReactCodegen
|
|
1751
2101
|
ReactCommon:
|
|
1752
2102
|
:path: "../node_modules/react-native/ReactCommon"
|
|
2103
|
+
ReactNativeDependencies:
|
|
2104
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
|
|
1753
2105
|
Yoga:
|
|
1754
2106
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
1755
2107
|
|
|
1756
2108
|
SPEC CHECKSUMS:
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
React
|
|
1775
|
-
React-
|
|
1776
|
-
React-
|
|
1777
|
-
React-
|
|
1778
|
-
React-
|
|
1779
|
-
React-
|
|
1780
|
-
React-
|
|
1781
|
-
React-
|
|
1782
|
-
React-
|
|
1783
|
-
React-
|
|
1784
|
-
React-
|
|
1785
|
-
React-
|
|
1786
|
-
React-
|
|
1787
|
-
React-
|
|
1788
|
-
React-
|
|
1789
|
-
React-
|
|
1790
|
-
React-
|
|
1791
|
-
React-
|
|
1792
|
-
React-
|
|
1793
|
-
React-
|
|
1794
|
-
React-
|
|
1795
|
-
React-
|
|
1796
|
-
React-
|
|
1797
|
-
React-
|
|
1798
|
-
React-
|
|
1799
|
-
React-
|
|
1800
|
-
React-
|
|
1801
|
-
React-
|
|
1802
|
-
React-
|
|
1803
|
-
React-
|
|
1804
|
-
React-
|
|
1805
|
-
React-
|
|
1806
|
-
React-
|
|
1807
|
-
React-
|
|
1808
|
-
React-
|
|
1809
|
-
React-
|
|
1810
|
-
React-
|
|
1811
|
-
React-
|
|
1812
|
-
React-
|
|
1813
|
-
React-
|
|
1814
|
-
React-
|
|
1815
|
-
React-
|
|
1816
|
-
React-
|
|
1817
|
-
React-
|
|
1818
|
-
React-
|
|
1819
|
-
React-
|
|
1820
|
-
React-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
2109
|
+
EXConstants: b3c63be5f8648e4ab8e6ff5099b62f629247f969
|
|
2110
|
+
Expo: d592aa311ef87e4176c61f851b127c4f2e38308e
|
|
2111
|
+
ExpoAsset: bdc7bc21fe25d197c3aa7547e14c12c42087d9c9
|
|
2112
|
+
ExpoDomWebView: f101fb3db4b6eec4163fca51f7507189b7e48661
|
|
2113
|
+
ExpoFileSystem: e1a42d7f69f7faae33f4d7d01708f7861f7bd757
|
|
2114
|
+
ExpoFont: 1aa465cf9f8ac6b670405becba8b15473581b2dd
|
|
2115
|
+
ExpoKeepAwake: 7f3b28c361c37389b18841bb52a58003b39fcb33
|
|
2116
|
+
ExpoLogBox: 89b634d5a8a64c4a6a7caad8f9985a28463c7002
|
|
2117
|
+
ExpoModulesCore: f1dc204fffe783c4ea2d6c37503b6b97a1df44bc
|
|
2118
|
+
ExpoModulesJSI: 59a126dc51164e603242ee9a38c19339c5c79da0
|
|
2119
|
+
FBLazyVector: 32e9ed0301d0fcbc1b2b341dd7fcbf291f51eb83
|
|
2120
|
+
hermes-engine: 3112f816d43a9e63aa9f4f1c3228d29549a5598d
|
|
2121
|
+
RCTDeprecation: a522c536d2c7be8f518dd834883cf6dce1d4f545
|
|
2122
|
+
RCTRequired: 44337def23abb244c025e9e7ab58f9cd3d63ec7d
|
|
2123
|
+
RCTSwiftUI: b2f0c2f2761631b8cd605767536cbb1cbf8d020f
|
|
2124
|
+
RCTSwiftUIWrapper: 02581172ec5db9b67bce917579130c0f1b564b6f
|
|
2125
|
+
RCTTypeSafety: 8e2d7c3de09142686e773aabf98733ac733ae36b
|
|
2126
|
+
React: f4edc7518ccb0b54a6f580d89dd91471844b4990
|
|
2127
|
+
React-callinvoker: 79ef4e3f1c021571f6d2dafbe45ca432b2f3a146
|
|
2128
|
+
React-Core: c19ad4660fd48bc8abc060d979f8ee37f1fc4a5a
|
|
2129
|
+
React-Core-prebuilt: eb2363cc08a0a8dcf1e28e8113642a04e91bf907
|
|
2130
|
+
React-CoreModules: f94ec3ee2bac588d033ad15a2377af746284f8c8
|
|
2131
|
+
React-cxxreact: de66364f2d5fb77d3da3cfa927b2fd960892c711
|
|
2132
|
+
React-debug: 4f6739c820d7da9c20f48caa985573b6a847e5f5
|
|
2133
|
+
React-defaultsnativemodule: 331ff498331cf9bd93f6add195c6864873bd3c82
|
|
2134
|
+
React-domnativemodule: 8860ef957adc0f0637bbb7d51f76b3ab368720a0
|
|
2135
|
+
React-Fabric: 052e38e1dc92bd60815e5f07b05abb2ab2d52ee0
|
|
2136
|
+
React-FabricComponents: 48aa1d267c9d704fdea41094450c144a867f31cb
|
|
2137
|
+
React-FabricImage: e3e6a5d1ac5edf1c33b06fffa5573f1748169374
|
|
2138
|
+
React-featureflags: 4db447994c36121c013d670d4eb1c6b4d739b1a5
|
|
2139
|
+
React-featureflagsnativemodule: 866a38b3e49c54452ac34176bf614835b846af3a
|
|
2140
|
+
React-graphics: deb070e5745d7913aad56c7d9d790ed6046f2344
|
|
2141
|
+
React-hermes: 10ce149307c1825aa4dde7981afb9fdfbd88c21d
|
|
2142
|
+
React-idlecallbacksnativemodule: 4cc78f47dd6488b71138313fb62d15b06974addf
|
|
2143
|
+
React-ImageManager: 703963a49915a0893631dc9fe10ca707d6a6b8b0
|
|
2144
|
+
React-intersectionobservernativemodule: 2788446004e3a779deb0ff78c812d0ffef481725
|
|
2145
|
+
React-jserrorhandler: 23046be59c7678567db719d4890e67cc9a7cd05b
|
|
2146
|
+
React-jsi: 2b0fce5e788c3cbfddf10bfc70084aca2a82bd79
|
|
2147
|
+
React-jsiexecutor: 2810824cd65560e47d751560836ef1c5a5e45e4b
|
|
2148
|
+
React-jsinspector: b2c3e00c0e122a33d3a90ec9f8e530e1e0f51848
|
|
2149
|
+
React-jsinspectorcdp: 29e34bcca5b2ed2e43b64eb5d1e848ea5b171b1f
|
|
2150
|
+
React-jsinspectornetwork: 2ad8784d751c1e983282975f6da1c75d45c41527
|
|
2151
|
+
React-jsinspectortracing: 585195329c9fac9b777cb71badaa6d53b986a414
|
|
2152
|
+
React-jsitooling: f605384b63ccf2816c90885c57e14c1d07161118
|
|
2153
|
+
React-jsitracing: 491e85cd6a47d5d6494bf670136f96a730e8de4a
|
|
2154
|
+
React-logger: 69811317123fe08dc34ed5837dc1d269c468cc8d
|
|
2155
|
+
React-Mapbuffer: 8f8cbeb5bedb521cce0897a71274e3a72b5236a1
|
|
2156
|
+
React-microtasksnativemodule: bef4a47c7efd42421de52201e6d76a73cf6c816e
|
|
2157
|
+
React-NativeModulesApple: f9fa097fc24cec967b77bfc05f72d2ea7db05b87
|
|
2158
|
+
React-networking: 29a9ae1a2e6ce8bb19174cc47110b36ae7ffcbcd
|
|
2159
|
+
React-oscompat: 856e980339052dc5a35980a498e24dd8480acf29
|
|
2160
|
+
React-perflogger: 9bc8be0a575776c09af1731de3aa469c3aab322b
|
|
2161
|
+
React-performancecdpmetrics: d8cf7557eb80d594a268f3215df925d3a5ddedf6
|
|
2162
|
+
React-performancetimeline: ab28b8575ef5dd94da9ac3db9b7693c0a2265f11
|
|
2163
|
+
React-RCTActionSheet: 832a3c674944347d5bb431ff1af831460579485b
|
|
2164
|
+
React-RCTAnimation: f2246e91d358d0159b3e9796a3ec3605d7cf905a
|
|
2165
|
+
React-RCTAppDelegate: 09f4de36c104fba77036c8adfe2ce2da98f34f35
|
|
2166
|
+
React-RCTBlob: 72bc0e5ab91340fc68f65f487d4b15fb0c78f103
|
|
2167
|
+
React-RCTFabric: 9c3b1e37689acf750c2609ba758019e29053e80b
|
|
2168
|
+
React-RCTFBReactNativeSpec: f9e94240428b1f28c24774e7e830a9bedaddef26
|
|
2169
|
+
React-RCTImage: b42bcb8251cf5f4dbd38bb06dbbb7573b317fff1
|
|
2170
|
+
React-RCTLinking: 43bcb5c9260bf87587c3556a156e7842d5ecdbb7
|
|
2171
|
+
React-RCTNetwork: 8bb137f12690823bcb85e9decb183cb1557f2dfc
|
|
2172
|
+
React-RCTRuntime: aa0bc6737e7e5faa51971c95ddc8d301b341f9bc
|
|
2173
|
+
React-RCTSettings: 7e86e7749698f8fba012d513d7a8ed6353110029
|
|
2174
|
+
React-RCTText: 496485c3f117b7aea97875df5eccedca9afd2754
|
|
2175
|
+
React-RCTVibration: 7bd136f9caffdf59e806bc6a7b78c6dccc07d2f6
|
|
2176
|
+
React-rendererconsistency: c57e8f7982ff098a504f59dde1f2cd02d5e89fa5
|
|
2177
|
+
React-renderercss: 750b83dbb38d2dea3472b757d5cfe1925f43501a
|
|
2178
|
+
React-rendererdebug: 5b945c9984752ea71f9f260a5f9c10d63c1a9204
|
|
2179
|
+
React-RuntimeApple: 106c9626d28de6ee322f55f0982325a1262d7f96
|
|
2180
|
+
React-RuntimeCore: 277d6e8b468e72b682ae06f5ccadd8722a63efac
|
|
2181
|
+
React-runtimeexecutor: c8dc369b1413a0cf7a1ce9704fb94c0434856354
|
|
2182
|
+
React-RuntimeHermes: 748241078a52013839337873cc5aa1588f90983c
|
|
2183
|
+
React-runtimescheduler: c1b5d850135067e6bff5307d34d31433f6eefb1c
|
|
2184
|
+
React-timing: d331f1b7d8f206911c6d06d668c850b7065409ba
|
|
2185
|
+
React-utils: d1e321807f43b6f69695842e3731d099e58e89de
|
|
2186
|
+
React-webperformancenativemodule: 52be7b8ca3f0d6ba3f7314f526442554f37d5cb9
|
|
2187
|
+
ReactAppDependencyProvider: d69159b417e8c9d82b8fe4d0a27def4c3e8f767f
|
|
2188
|
+
ReactCodegen: e67cb698a2107da1da9efa55174861d724666a3e
|
|
2189
|
+
ReactCommon: 8868269b67561136a7970be188b40738135af077
|
|
2190
|
+
ReactNativeDependencies: 277f7ea141f6161e6788d6b18eac3efa7c93973c
|
|
2191
|
+
Yoga: dd994d8c85dca5cc9b10f5df8c01f9ef1d0da191
|
|
1825
2192
|
|
|
1826
|
-
PODFILE CHECKSUM:
|
|
2193
|
+
PODFILE CHECKSUM: 32e0af57f1f2ce80a58c61121116c9a5d29574ec
|
|
1827
2194
|
|
|
1828
2195
|
COCOAPODS: 1.16.2
|