@snowplow/react-native-tracker 2.1.0 → 2.1.2
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/.github/workflows/e2e-android.yml +2 -2
- package/.github/workflows/e2e-ios.yml +2 -2
- package/CHANGELOG +8 -0
- package/README.md +1 -1
- package/android/src/main/java/com/snowplow/reactnativetracker/util/TrackerVersion.kt +1 -1
- package/example/ios/Podfile.lock +192 -192
- package/example/ios/ReactNativeTrackerExample/PrivacyInfo.xcprivacy +37 -0
- package/example/ios/ReactNativeTrackerExample.xcodeproj/project.pbxproj +17 -0
- package/example/package.json +13 -13
- package/example/yarn.lock +1599 -1275
- package/ios/ReactNativeTracker.mm +0 -4
- package/ios/Util/TrackerVersion.swift +1 -1
- package/lib/commonjs/jsCore.js +1 -1
- package/lib/module/jsCore.js +1 -1
- package/package.json +22 -22
- package/src/jsCore.ts +1 -1
- package/yarn.lock +1600 -1535
|
@@ -5,7 +5,7 @@ on:
|
|
|
5
5
|
|
|
6
6
|
jobs:
|
|
7
7
|
e2e:
|
|
8
|
-
runs-on: macos-
|
|
8
|
+
runs-on: macos-12
|
|
9
9
|
timeout-minutes: 60
|
|
10
10
|
env:
|
|
11
11
|
TURBO_CACHE_DIR: .turbo/android-e2e
|
|
@@ -111,7 +111,7 @@ jobs:
|
|
|
111
111
|
|
|
112
112
|
- name: Upload events artifact if Detox-Jest failed
|
|
113
113
|
if: ${{ failure() && steps.dj.outcome == 'failure' && steps.eventlog.outcome == 'success' }}
|
|
114
|
-
uses: actions/upload-artifact@
|
|
114
|
+
uses: actions/upload-artifact@v4
|
|
115
115
|
with:
|
|
116
116
|
name: android-events-artifact
|
|
117
117
|
path: android-events-micro.json
|
|
@@ -5,7 +5,7 @@ on:
|
|
|
5
5
|
|
|
6
6
|
jobs:
|
|
7
7
|
e2e:
|
|
8
|
-
runs-on: macos-
|
|
8
|
+
runs-on: macos-12
|
|
9
9
|
timeout-minutes: 60
|
|
10
10
|
env:
|
|
11
11
|
TURBO_CACHE_DIR: .turbo/ios-e2e
|
|
@@ -89,7 +89,7 @@ jobs:
|
|
|
89
89
|
|
|
90
90
|
- name: Upload events artifact if Detox-Jest failed
|
|
91
91
|
if: ${{ failure() && steps.dj.outcome == 'failure' && steps.eventlog.outcome == 'success' }}
|
|
92
|
-
uses: actions/upload-artifact@
|
|
92
|
+
uses: actions/upload-artifact@v4
|
|
93
93
|
with:
|
|
94
94
|
name: ios-events-artifact
|
|
95
95
|
path: ios-events-micro.json
|
package/CHANGELOG
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
Version 2.1.2 (2024-10-31)
|
|
2
|
+
--------------------------
|
|
3
|
+
Fix crash on iOS on React Native new architecture (#212)
|
|
4
|
+
|
|
5
|
+
Version 2.1.1 (2024-07-03)
|
|
6
|
+
--------------------------
|
|
7
|
+
Update tracker and example app dependencies
|
|
8
|
+
|
|
1
9
|
Version 2.1.0 (2024-02-21)
|
|
2
10
|
--------------------------
|
|
3
11
|
Upgrade to mobile trackers version 6 and add screen engagement tracking (close #90)
|
package/README.md
CHANGED
|
@@ -48,7 +48,7 @@ tracker.trackScreenViewEvent({ name: 'myScreenName' });
|
|
|
48
48
|
|
|
49
49
|
The Snowplow React Native Tracker also provides first-class support for TypeScript, as it is fully typed.
|
|
50
50
|
|
|
51
|
-
See also our [DemoApp]
|
|
51
|
+
See also our [DemoApp](example) for an example implementation.
|
|
52
52
|
|
|
53
53
|
## Find out more
|
|
54
54
|
|
package/example/ios/Podfile.lock
CHANGED
|
@@ -2,14 +2,14 @@ PODS:
|
|
|
2
2
|
- boost (1.76.0)
|
|
3
3
|
- CocoaAsyncSocket (7.6.5)
|
|
4
4
|
- DoubleConversion (1.1.6)
|
|
5
|
-
- FBLazyVector (0.72.
|
|
6
|
-
- FBReactNativeSpec (0.72.
|
|
7
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
8
|
-
- RCTRequired (= 0.72.
|
|
9
|
-
- RCTTypeSafety (= 0.72.
|
|
10
|
-
- React-Core (= 0.72.
|
|
11
|
-
- React-jsi (= 0.72.
|
|
12
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
5
|
+
- FBLazyVector (0.72.15)
|
|
6
|
+
- FBReactNativeSpec (0.72.15):
|
|
7
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
8
|
+
- RCTRequired (= 0.72.15)
|
|
9
|
+
- RCTTypeSafety (= 0.72.15)
|
|
10
|
+
- React-Core (= 0.72.15)
|
|
11
|
+
- React-jsi (= 0.72.15)
|
|
12
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
13
13
|
- Flipper (0.182.0):
|
|
14
14
|
- Flipper-Folly (~> 2.6)
|
|
15
15
|
- Flipper-Boost-iOSX (1.76.0.1.11)
|
|
@@ -70,9 +70,9 @@ PODS:
|
|
|
70
70
|
- FlipperKit/FlipperKitNetworkPlugin
|
|
71
71
|
- fmt (6.2.1)
|
|
72
72
|
- glog (0.3.5)
|
|
73
|
-
- hermes-engine (0.72.
|
|
74
|
-
- hermes-engine/Pre-built (= 0.72.
|
|
75
|
-
- hermes-engine/Pre-built (0.72.
|
|
73
|
+
- hermes-engine (0.72.15):
|
|
74
|
+
- hermes-engine/Pre-built (= 0.72.15)
|
|
75
|
+
- hermes-engine/Pre-built (0.72.15)
|
|
76
76
|
- libevent (2.1.12)
|
|
77
77
|
- OpenSSL-Universal (1.1.1100)
|
|
78
78
|
- RCT-Folly (2021.07.22.00):
|
|
@@ -92,26 +92,26 @@ PODS:
|
|
|
92
92
|
- fmt (~> 6.2.1)
|
|
93
93
|
- glog
|
|
94
94
|
- libevent
|
|
95
|
-
- RCTRequired (0.72.
|
|
96
|
-
- RCTTypeSafety (0.72.
|
|
97
|
-
- FBLazyVector (= 0.72.
|
|
98
|
-
- RCTRequired (= 0.72.
|
|
99
|
-
- React-Core (= 0.72.
|
|
100
|
-
- React (0.72.
|
|
101
|
-
- React-Core (= 0.72.
|
|
102
|
-
- React-Core/DevSupport (= 0.72.
|
|
103
|
-
- React-Core/RCTWebSocket (= 0.72.
|
|
104
|
-
- React-RCTActionSheet (= 0.72.
|
|
105
|
-
- React-RCTAnimation (= 0.72.
|
|
106
|
-
- React-RCTBlob (= 0.72.
|
|
107
|
-
- React-RCTImage (= 0.72.
|
|
108
|
-
- React-RCTLinking (= 0.72.
|
|
109
|
-
- React-RCTNetwork (= 0.72.
|
|
110
|
-
- React-RCTSettings (= 0.72.
|
|
111
|
-
- React-RCTText (= 0.72.
|
|
112
|
-
- React-RCTVibration (= 0.72.
|
|
113
|
-
- React-callinvoker (0.72.
|
|
114
|
-
- React-Codegen (0.72.
|
|
95
|
+
- RCTRequired (0.72.15)
|
|
96
|
+
- RCTTypeSafety (0.72.15):
|
|
97
|
+
- FBLazyVector (= 0.72.15)
|
|
98
|
+
- RCTRequired (= 0.72.15)
|
|
99
|
+
- React-Core (= 0.72.15)
|
|
100
|
+
- React (0.72.15):
|
|
101
|
+
- React-Core (= 0.72.15)
|
|
102
|
+
- React-Core/DevSupport (= 0.72.15)
|
|
103
|
+
- React-Core/RCTWebSocket (= 0.72.15)
|
|
104
|
+
- React-RCTActionSheet (= 0.72.15)
|
|
105
|
+
- React-RCTAnimation (= 0.72.15)
|
|
106
|
+
- React-RCTBlob (= 0.72.15)
|
|
107
|
+
- React-RCTImage (= 0.72.15)
|
|
108
|
+
- React-RCTLinking (= 0.72.15)
|
|
109
|
+
- React-RCTNetwork (= 0.72.15)
|
|
110
|
+
- React-RCTSettings (= 0.72.15)
|
|
111
|
+
- React-RCTText (= 0.72.15)
|
|
112
|
+
- React-RCTVibration (= 0.72.15)
|
|
113
|
+
- React-callinvoker (0.72.15)
|
|
114
|
+
- React-Codegen (0.72.15):
|
|
115
115
|
- DoubleConversion
|
|
116
116
|
- FBReactNativeSpec
|
|
117
117
|
- glog
|
|
@@ -126,11 +126,11 @@ PODS:
|
|
|
126
126
|
- React-rncore
|
|
127
127
|
- ReactCommon/turbomodule/bridging
|
|
128
128
|
- ReactCommon/turbomodule/core
|
|
129
|
-
- React-Core (0.72.
|
|
129
|
+
- React-Core (0.72.15):
|
|
130
130
|
- glog
|
|
131
131
|
- hermes-engine
|
|
132
132
|
- RCT-Folly (= 2021.07.22.00)
|
|
133
|
-
- React-Core/Default (= 0.72.
|
|
133
|
+
- React-Core/Default (= 0.72.15)
|
|
134
134
|
- React-cxxreact
|
|
135
135
|
- React-hermes
|
|
136
136
|
- React-jsi
|
|
@@ -140,7 +140,7 @@ PODS:
|
|
|
140
140
|
- React-utils
|
|
141
141
|
- SocketRocket (= 0.6.1)
|
|
142
142
|
- Yoga
|
|
143
|
-
- React-Core/CoreModulesHeaders (0.72.
|
|
143
|
+
- React-Core/CoreModulesHeaders (0.72.15):
|
|
144
144
|
- glog
|
|
145
145
|
- hermes-engine
|
|
146
146
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -154,7 +154,7 @@ PODS:
|
|
|
154
154
|
- React-utils
|
|
155
155
|
- SocketRocket (= 0.6.1)
|
|
156
156
|
- Yoga
|
|
157
|
-
- React-Core/Default (0.72.
|
|
157
|
+
- React-Core/Default (0.72.15):
|
|
158
158
|
- glog
|
|
159
159
|
- hermes-engine
|
|
160
160
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -167,23 +167,23 @@ PODS:
|
|
|
167
167
|
- React-utils
|
|
168
168
|
- SocketRocket (= 0.6.1)
|
|
169
169
|
- Yoga
|
|
170
|
-
- React-Core/DevSupport (0.72.
|
|
170
|
+
- React-Core/DevSupport (0.72.15):
|
|
171
171
|
- glog
|
|
172
172
|
- hermes-engine
|
|
173
173
|
- RCT-Folly (= 2021.07.22.00)
|
|
174
|
-
- React-Core/Default (= 0.72.
|
|
175
|
-
- React-Core/RCTWebSocket (= 0.72.
|
|
174
|
+
- React-Core/Default (= 0.72.15)
|
|
175
|
+
- React-Core/RCTWebSocket (= 0.72.15)
|
|
176
176
|
- React-cxxreact
|
|
177
177
|
- React-hermes
|
|
178
178
|
- React-jsi
|
|
179
179
|
- React-jsiexecutor
|
|
180
|
-
- React-jsinspector (= 0.72.
|
|
180
|
+
- React-jsinspector (= 0.72.15)
|
|
181
181
|
- React-perflogger
|
|
182
182
|
- React-runtimeexecutor
|
|
183
183
|
- React-utils
|
|
184
184
|
- SocketRocket (= 0.6.1)
|
|
185
185
|
- Yoga
|
|
186
|
-
- React-Core/RCTActionSheetHeaders (0.72.
|
|
186
|
+
- React-Core/RCTActionSheetHeaders (0.72.15):
|
|
187
187
|
- glog
|
|
188
188
|
- hermes-engine
|
|
189
189
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -197,7 +197,7 @@ PODS:
|
|
|
197
197
|
- React-utils
|
|
198
198
|
- SocketRocket (= 0.6.1)
|
|
199
199
|
- Yoga
|
|
200
|
-
- React-Core/RCTAnimationHeaders (0.72.
|
|
200
|
+
- React-Core/RCTAnimationHeaders (0.72.15):
|
|
201
201
|
- glog
|
|
202
202
|
- hermes-engine
|
|
203
203
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -211,7 +211,7 @@ PODS:
|
|
|
211
211
|
- React-utils
|
|
212
212
|
- SocketRocket (= 0.6.1)
|
|
213
213
|
- Yoga
|
|
214
|
-
- React-Core/RCTBlobHeaders (0.72.
|
|
214
|
+
- React-Core/RCTBlobHeaders (0.72.15):
|
|
215
215
|
- glog
|
|
216
216
|
- hermes-engine
|
|
217
217
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -225,7 +225,7 @@ PODS:
|
|
|
225
225
|
- React-utils
|
|
226
226
|
- SocketRocket (= 0.6.1)
|
|
227
227
|
- Yoga
|
|
228
|
-
- React-Core/RCTImageHeaders (0.72.
|
|
228
|
+
- React-Core/RCTImageHeaders (0.72.15):
|
|
229
229
|
- glog
|
|
230
230
|
- hermes-engine
|
|
231
231
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -239,7 +239,7 @@ PODS:
|
|
|
239
239
|
- React-utils
|
|
240
240
|
- SocketRocket (= 0.6.1)
|
|
241
241
|
- Yoga
|
|
242
|
-
- React-Core/RCTLinkingHeaders (0.72.
|
|
242
|
+
- React-Core/RCTLinkingHeaders (0.72.15):
|
|
243
243
|
- glog
|
|
244
244
|
- hermes-engine
|
|
245
245
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -253,7 +253,7 @@ PODS:
|
|
|
253
253
|
- React-utils
|
|
254
254
|
- SocketRocket (= 0.6.1)
|
|
255
255
|
- Yoga
|
|
256
|
-
- React-Core/RCTNetworkHeaders (0.72.
|
|
256
|
+
- React-Core/RCTNetworkHeaders (0.72.15):
|
|
257
257
|
- glog
|
|
258
258
|
- hermes-engine
|
|
259
259
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -267,7 +267,7 @@ PODS:
|
|
|
267
267
|
- React-utils
|
|
268
268
|
- SocketRocket (= 0.6.1)
|
|
269
269
|
- Yoga
|
|
270
|
-
- React-Core/RCTSettingsHeaders (0.72.
|
|
270
|
+
- React-Core/RCTSettingsHeaders (0.72.15):
|
|
271
271
|
- glog
|
|
272
272
|
- hermes-engine
|
|
273
273
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -281,7 +281,7 @@ PODS:
|
|
|
281
281
|
- React-utils
|
|
282
282
|
- SocketRocket (= 0.6.1)
|
|
283
283
|
- Yoga
|
|
284
|
-
- React-Core/RCTTextHeaders (0.72.
|
|
284
|
+
- React-Core/RCTTextHeaders (0.72.15):
|
|
285
285
|
- glog
|
|
286
286
|
- hermes-engine
|
|
287
287
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -295,7 +295,7 @@ PODS:
|
|
|
295
295
|
- React-utils
|
|
296
296
|
- SocketRocket (= 0.6.1)
|
|
297
297
|
- Yoga
|
|
298
|
-
- React-Core/RCTVibrationHeaders (0.72.
|
|
298
|
+
- React-Core/RCTVibrationHeaders (0.72.15):
|
|
299
299
|
- glog
|
|
300
300
|
- hermes-engine
|
|
301
301
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -309,11 +309,11 @@ PODS:
|
|
|
309
309
|
- React-utils
|
|
310
310
|
- SocketRocket (= 0.6.1)
|
|
311
311
|
- Yoga
|
|
312
|
-
- React-Core/RCTWebSocket (0.72.
|
|
312
|
+
- React-Core/RCTWebSocket (0.72.15):
|
|
313
313
|
- glog
|
|
314
314
|
- hermes-engine
|
|
315
315
|
- RCT-Folly (= 2021.07.22.00)
|
|
316
|
-
- React-Core/Default (= 0.72.
|
|
316
|
+
- React-Core/Default (= 0.72.15)
|
|
317
317
|
- React-cxxreact
|
|
318
318
|
- React-hermes
|
|
319
319
|
- React-jsi
|
|
@@ -323,61 +323,62 @@ PODS:
|
|
|
323
323
|
- React-utils
|
|
324
324
|
- SocketRocket (= 0.6.1)
|
|
325
325
|
- Yoga
|
|
326
|
-
- React-CoreModules (0.72.
|
|
326
|
+
- React-CoreModules (0.72.15):
|
|
327
327
|
- RCT-Folly (= 2021.07.22.00)
|
|
328
|
-
- RCTTypeSafety (= 0.72.
|
|
329
|
-
- React-Codegen (= 0.72.
|
|
330
|
-
- React-Core/CoreModulesHeaders (= 0.72.
|
|
331
|
-
- React-jsi (= 0.72.
|
|
328
|
+
- RCTTypeSafety (= 0.72.15)
|
|
329
|
+
- React-Codegen (= 0.72.15)
|
|
330
|
+
- React-Core/CoreModulesHeaders (= 0.72.15)
|
|
331
|
+
- React-jsi (= 0.72.15)
|
|
332
332
|
- React-RCTBlob
|
|
333
|
-
- React-RCTImage (= 0.72.
|
|
334
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
333
|
+
- React-RCTImage (= 0.72.15)
|
|
334
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
335
335
|
- SocketRocket (= 0.6.1)
|
|
336
|
-
- React-cxxreact (0.72.
|
|
336
|
+
- React-cxxreact (0.72.15):
|
|
337
337
|
- boost (= 1.76.0)
|
|
338
338
|
- DoubleConversion
|
|
339
339
|
- glog
|
|
340
340
|
- hermes-engine
|
|
341
341
|
- RCT-Folly (= 2021.07.22.00)
|
|
342
|
-
- React-callinvoker (= 0.72.
|
|
343
|
-
- React-debug (= 0.72.
|
|
344
|
-
- React-jsi (= 0.72.
|
|
345
|
-
- React-jsinspector (= 0.72.
|
|
346
|
-
- React-logger (= 0.72.
|
|
347
|
-
- React-perflogger (= 0.72.
|
|
348
|
-
- React-runtimeexecutor (= 0.72.
|
|
349
|
-
- React-debug (0.72.
|
|
350
|
-
- React-hermes (0.72.
|
|
342
|
+
- React-callinvoker (= 0.72.15)
|
|
343
|
+
- React-debug (= 0.72.15)
|
|
344
|
+
- React-jsi (= 0.72.15)
|
|
345
|
+
- React-jsinspector (= 0.72.15)
|
|
346
|
+
- React-logger (= 0.72.15)
|
|
347
|
+
- React-perflogger (= 0.72.15)
|
|
348
|
+
- React-runtimeexecutor (= 0.72.15)
|
|
349
|
+
- React-debug (0.72.15)
|
|
350
|
+
- React-hermes (0.72.15):
|
|
351
351
|
- DoubleConversion
|
|
352
352
|
- glog
|
|
353
353
|
- hermes-engine
|
|
354
354
|
- RCT-Folly (= 2021.07.22.00)
|
|
355
355
|
- RCT-Folly/Futures (= 2021.07.22.00)
|
|
356
|
-
- React-cxxreact (= 0.72.
|
|
356
|
+
- React-cxxreact (= 0.72.15)
|
|
357
357
|
- React-jsi
|
|
358
|
-
- React-jsiexecutor (= 0.72.
|
|
359
|
-
- React-jsinspector (= 0.72.
|
|
360
|
-
- React-perflogger (= 0.72.
|
|
361
|
-
- React-jsi (0.72.
|
|
358
|
+
- React-jsiexecutor (= 0.72.15)
|
|
359
|
+
- React-jsinspector (= 0.72.15)
|
|
360
|
+
- React-perflogger (= 0.72.15)
|
|
361
|
+
- React-jsi (0.72.15):
|
|
362
362
|
- boost (= 1.76.0)
|
|
363
363
|
- DoubleConversion
|
|
364
364
|
- glog
|
|
365
365
|
- hermes-engine
|
|
366
366
|
- RCT-Folly (= 2021.07.22.00)
|
|
367
|
-
- React-jsiexecutor (0.72.
|
|
367
|
+
- React-jsiexecutor (0.72.15):
|
|
368
368
|
- DoubleConversion
|
|
369
369
|
- glog
|
|
370
370
|
- hermes-engine
|
|
371
371
|
- RCT-Folly (= 2021.07.22.00)
|
|
372
|
-
- React-cxxreact (= 0.72.
|
|
373
|
-
- React-jsi (= 0.72.
|
|
374
|
-
- React-perflogger (= 0.72.
|
|
375
|
-
- React-jsinspector (0.72.
|
|
376
|
-
- React-logger (0.72.
|
|
372
|
+
- React-cxxreact (= 0.72.15)
|
|
373
|
+
- React-jsi (= 0.72.15)
|
|
374
|
+
- React-perflogger (= 0.72.15)
|
|
375
|
+
- React-jsinspector (0.72.15)
|
|
376
|
+
- React-logger (0.72.15):
|
|
377
377
|
- glog
|
|
378
|
-
- react-native-webview (13.
|
|
378
|
+
- react-native-webview (13.10.4):
|
|
379
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
379
380
|
- React-Core
|
|
380
|
-
- React-NativeModulesApple (0.72.
|
|
381
|
+
- React-NativeModulesApple (0.72.15):
|
|
381
382
|
- hermes-engine
|
|
382
383
|
- React-callinvoker
|
|
383
384
|
- React-Core
|
|
@@ -386,17 +387,17 @@ PODS:
|
|
|
386
387
|
- React-runtimeexecutor
|
|
387
388
|
- ReactCommon/turbomodule/bridging
|
|
388
389
|
- ReactCommon/turbomodule/core
|
|
389
|
-
- React-perflogger (0.72.
|
|
390
|
-
- React-RCTActionSheet (0.72.
|
|
391
|
-
- React-Core/RCTActionSheetHeaders (= 0.72.
|
|
392
|
-
- React-RCTAnimation (0.72.
|
|
393
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
394
|
-
- RCTTypeSafety (= 0.72.
|
|
395
|
-
- React-Codegen (= 0.72.
|
|
396
|
-
- React-Core/RCTAnimationHeaders (= 0.72.
|
|
397
|
-
- React-jsi (= 0.72.
|
|
398
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
399
|
-
- React-RCTAppDelegate (0.72.
|
|
390
|
+
- React-perflogger (0.72.15)
|
|
391
|
+
- React-RCTActionSheet (0.72.15):
|
|
392
|
+
- React-Core/RCTActionSheetHeaders (= 0.72.15)
|
|
393
|
+
- React-RCTAnimation (0.72.15):
|
|
394
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
395
|
+
- RCTTypeSafety (= 0.72.15)
|
|
396
|
+
- React-Codegen (= 0.72.15)
|
|
397
|
+
- React-Core/RCTAnimationHeaders (= 0.72.15)
|
|
398
|
+
- React-jsi (= 0.72.15)
|
|
399
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
400
|
+
- React-RCTAppDelegate (0.72.15):
|
|
400
401
|
- RCT-Folly
|
|
401
402
|
- RCTRequired
|
|
402
403
|
- RCTTypeSafety
|
|
@@ -408,54 +409,54 @@ PODS:
|
|
|
408
409
|
- React-RCTNetwork
|
|
409
410
|
- React-runtimescheduler
|
|
410
411
|
- ReactCommon/turbomodule/core
|
|
411
|
-
- React-RCTBlob (0.72.
|
|
412
|
+
- React-RCTBlob (0.72.15):
|
|
412
413
|
- hermes-engine
|
|
413
414
|
- RCT-Folly (= 2021.07.22.00)
|
|
414
|
-
- React-Codegen (= 0.72.
|
|
415
|
-
- React-Core/RCTBlobHeaders (= 0.72.
|
|
416
|
-
- React-Core/RCTWebSocket (= 0.72.
|
|
417
|
-
- React-jsi (= 0.72.
|
|
418
|
-
- React-RCTNetwork (= 0.72.
|
|
419
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
420
|
-
- React-RCTImage (0.72.
|
|
421
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
422
|
-
- RCTTypeSafety (= 0.72.
|
|
423
|
-
- React-Codegen (= 0.72.
|
|
424
|
-
- React-Core/RCTImageHeaders (= 0.72.
|
|
425
|
-
- React-jsi (= 0.72.
|
|
426
|
-
- React-RCTNetwork (= 0.72.
|
|
427
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
428
|
-
- React-RCTLinking (0.72.
|
|
429
|
-
- React-Codegen (= 0.72.
|
|
430
|
-
- React-Core/RCTLinkingHeaders (= 0.72.
|
|
431
|
-
- React-jsi (= 0.72.
|
|
432
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
433
|
-
- React-RCTNetwork (0.72.
|
|
434
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
435
|
-
- RCTTypeSafety (= 0.72.
|
|
436
|
-
- React-Codegen (= 0.72.
|
|
437
|
-
- React-Core/RCTNetworkHeaders (= 0.72.
|
|
438
|
-
- React-jsi (= 0.72.
|
|
439
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
440
|
-
- React-RCTSettings (0.72.
|
|
441
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
442
|
-
- RCTTypeSafety (= 0.72.
|
|
443
|
-
- React-Codegen (= 0.72.
|
|
444
|
-
- React-Core/RCTSettingsHeaders (= 0.72.
|
|
445
|
-
- React-jsi (= 0.72.
|
|
446
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
447
|
-
- React-RCTText (0.72.
|
|
448
|
-
- React-Core/RCTTextHeaders (= 0.72.
|
|
449
|
-
- React-RCTVibration (0.72.
|
|
450
|
-
- RCT-Folly (= 2021.07.22.00)
|
|
451
|
-
- React-Codegen (= 0.72.
|
|
452
|
-
- React-Core/RCTVibrationHeaders (= 0.72.
|
|
453
|
-
- React-jsi (= 0.72.
|
|
454
|
-
- ReactCommon/turbomodule/core (= 0.72.
|
|
455
|
-
- React-rncore (0.72.
|
|
456
|
-
- React-runtimeexecutor (0.72.
|
|
457
|
-
- React-jsi (= 0.72.
|
|
458
|
-
- React-runtimescheduler (0.72.
|
|
415
|
+
- React-Codegen (= 0.72.15)
|
|
416
|
+
- React-Core/RCTBlobHeaders (= 0.72.15)
|
|
417
|
+
- React-Core/RCTWebSocket (= 0.72.15)
|
|
418
|
+
- React-jsi (= 0.72.15)
|
|
419
|
+
- React-RCTNetwork (= 0.72.15)
|
|
420
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
421
|
+
- React-RCTImage (0.72.15):
|
|
422
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
423
|
+
- RCTTypeSafety (= 0.72.15)
|
|
424
|
+
- React-Codegen (= 0.72.15)
|
|
425
|
+
- React-Core/RCTImageHeaders (= 0.72.15)
|
|
426
|
+
- React-jsi (= 0.72.15)
|
|
427
|
+
- React-RCTNetwork (= 0.72.15)
|
|
428
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
429
|
+
- React-RCTLinking (0.72.15):
|
|
430
|
+
- React-Codegen (= 0.72.15)
|
|
431
|
+
- React-Core/RCTLinkingHeaders (= 0.72.15)
|
|
432
|
+
- React-jsi (= 0.72.15)
|
|
433
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
434
|
+
- React-RCTNetwork (0.72.15):
|
|
435
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
436
|
+
- RCTTypeSafety (= 0.72.15)
|
|
437
|
+
- React-Codegen (= 0.72.15)
|
|
438
|
+
- React-Core/RCTNetworkHeaders (= 0.72.15)
|
|
439
|
+
- React-jsi (= 0.72.15)
|
|
440
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
441
|
+
- React-RCTSettings (0.72.15):
|
|
442
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
443
|
+
- RCTTypeSafety (= 0.72.15)
|
|
444
|
+
- React-Codegen (= 0.72.15)
|
|
445
|
+
- React-Core/RCTSettingsHeaders (= 0.72.15)
|
|
446
|
+
- React-jsi (= 0.72.15)
|
|
447
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
448
|
+
- React-RCTText (0.72.15):
|
|
449
|
+
- React-Core/RCTTextHeaders (= 0.72.15)
|
|
450
|
+
- React-RCTVibration (0.72.15):
|
|
451
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
452
|
+
- React-Codegen (= 0.72.15)
|
|
453
|
+
- React-Core/RCTVibrationHeaders (= 0.72.15)
|
|
454
|
+
- React-jsi (= 0.72.15)
|
|
455
|
+
- ReactCommon/turbomodule/core (= 0.72.15)
|
|
456
|
+
- React-rncore (0.72.15)
|
|
457
|
+
- React-runtimeexecutor (0.72.15):
|
|
458
|
+
- React-jsi (= 0.72.15)
|
|
459
|
+
- React-runtimescheduler (0.72.15):
|
|
459
460
|
- glog
|
|
460
461
|
- hermes-engine
|
|
461
462
|
- RCT-Folly (= 2021.07.22.00)
|
|
@@ -463,31 +464,31 @@ PODS:
|
|
|
463
464
|
- React-debug
|
|
464
465
|
- React-jsi
|
|
465
466
|
- React-runtimeexecutor
|
|
466
|
-
- React-utils (0.72.
|
|
467
|
+
- React-utils (0.72.15):
|
|
467
468
|
- glog
|
|
468
469
|
- RCT-Folly (= 2021.07.22.00)
|
|
469
470
|
- React-debug
|
|
470
|
-
- ReactCommon/turbomodule/bridging (0.72.
|
|
471
|
+
- ReactCommon/turbomodule/bridging (0.72.15):
|
|
471
472
|
- DoubleConversion
|
|
472
473
|
- glog
|
|
473
474
|
- hermes-engine
|
|
474
475
|
- RCT-Folly (= 2021.07.22.00)
|
|
475
|
-
- React-callinvoker (= 0.72.
|
|
476
|
-
- React-cxxreact (= 0.72.
|
|
477
|
-
- React-jsi (= 0.72.
|
|
478
|
-
- React-logger (= 0.72.
|
|
479
|
-
- React-perflogger (= 0.72.
|
|
480
|
-
- ReactCommon/turbomodule/core (0.72.
|
|
476
|
+
- React-callinvoker (= 0.72.15)
|
|
477
|
+
- React-cxxreact (= 0.72.15)
|
|
478
|
+
- React-jsi (= 0.72.15)
|
|
479
|
+
- React-logger (= 0.72.15)
|
|
480
|
+
- React-perflogger (= 0.72.15)
|
|
481
|
+
- ReactCommon/turbomodule/core (0.72.15):
|
|
481
482
|
- DoubleConversion
|
|
482
483
|
- glog
|
|
483
484
|
- hermes-engine
|
|
484
485
|
- RCT-Folly (= 2021.07.22.00)
|
|
485
|
-
- React-callinvoker (= 0.72.
|
|
486
|
-
- React-cxxreact (= 0.72.
|
|
487
|
-
- React-jsi (= 0.72.
|
|
488
|
-
- React-logger (= 0.72.
|
|
489
|
-
- React-perflogger (= 0.72.
|
|
490
|
-
- snowplow-react-native-tracker (2.1.
|
|
486
|
+
- React-callinvoker (= 0.72.15)
|
|
487
|
+
- React-cxxreact (= 0.72.15)
|
|
488
|
+
- React-jsi (= 0.72.15)
|
|
489
|
+
- React-logger (= 0.72.15)
|
|
490
|
+
- React-perflogger (= 0.72.15)
|
|
491
|
+
- snowplow-react-native-tracker (2.1.2):
|
|
491
492
|
- RCT-Folly (= 2021.07.22.00)
|
|
492
493
|
- React-Core
|
|
493
494
|
- SnowplowTracker (~> 6.0)
|
|
@@ -595,7 +596,6 @@ EXTERNAL SOURCES:
|
|
|
595
596
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
596
597
|
hermes-engine:
|
|
597
598
|
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
|
598
|
-
:tag: hermes-2023-08-07-RNv0.72.4-813b2def12bc9df02654b3e3653ae4a68d0572e0
|
|
599
599
|
RCT-Folly:
|
|
600
600
|
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
601
601
|
RCTRequired:
|
|
@@ -668,11 +668,11 @@ EXTERNAL SOURCES:
|
|
|
668
668
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
669
669
|
|
|
670
670
|
SPEC CHECKSUMS:
|
|
671
|
-
boost:
|
|
671
|
+
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
|
|
672
672
|
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
|
673
|
-
DoubleConversion:
|
|
674
|
-
FBLazyVector:
|
|
675
|
-
FBReactNativeSpec:
|
|
673
|
+
DoubleConversion: f16ae600a246532c4020132d54af21d0ddb2a385
|
|
674
|
+
FBLazyVector: 25cbffbaec517695d376ab4bc428948cd0f08088
|
|
675
|
+
FBReactNativeSpec: e03b22fbf7017a6f76641ea4472e73c915dcdda7
|
|
676
676
|
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
|
|
677
677
|
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
|
678
678
|
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
|
|
@@ -682,47 +682,47 @@ SPEC CHECKSUMS:
|
|
|
682
682
|
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
|
683
683
|
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
|
|
684
684
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
685
|
-
glog:
|
|
686
|
-
hermes-engine:
|
|
685
|
+
glog: 08b301085f15bcbb6ff8632a8ebaf239aae04e6a
|
|
686
|
+
hermes-engine: 5b340c6a5affbf3aba22185be41563bbb2426654
|
|
687
687
|
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
688
688
|
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
|
689
689
|
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
|
|
690
|
-
RCTRequired:
|
|
691
|
-
RCTTypeSafety:
|
|
692
|
-
React:
|
|
693
|
-
React-callinvoker:
|
|
694
|
-
React-Codegen:
|
|
695
|
-
React-Core:
|
|
696
|
-
React-CoreModules:
|
|
697
|
-
React-cxxreact:
|
|
698
|
-
React-debug:
|
|
699
|
-
React-hermes:
|
|
700
|
-
React-jsi:
|
|
701
|
-
React-jsiexecutor:
|
|
702
|
-
React-jsinspector:
|
|
703
|
-
React-logger:
|
|
704
|
-
react-native-webview:
|
|
705
|
-
React-NativeModulesApple:
|
|
706
|
-
React-perflogger:
|
|
707
|
-
React-RCTActionSheet:
|
|
708
|
-
React-RCTAnimation:
|
|
709
|
-
React-RCTAppDelegate:
|
|
710
|
-
React-RCTBlob:
|
|
711
|
-
React-RCTImage:
|
|
712
|
-
React-RCTLinking:
|
|
713
|
-
React-RCTNetwork:
|
|
714
|
-
React-RCTSettings:
|
|
715
|
-
React-RCTText:
|
|
716
|
-
React-RCTVibration:
|
|
717
|
-
React-rncore:
|
|
718
|
-
React-runtimeexecutor:
|
|
719
|
-
React-runtimescheduler:
|
|
720
|
-
React-utils:
|
|
721
|
-
ReactCommon:
|
|
722
|
-
snowplow-react-native-tracker:
|
|
690
|
+
RCTRequired: fb207f74935626041e7308c9e88dcdda680f1073
|
|
691
|
+
RCTTypeSafety: 146fd11361680250b7580dd1f7f601995cfad1b1
|
|
692
|
+
React: f3712351445cc96ba507425675a0cd8d31321d0c
|
|
693
|
+
React-callinvoker: dcc51a66e02d20a70aeca2abbb1388d4d3011bf8
|
|
694
|
+
React-Codegen: d64399cfcc319735a4f61c2f7df64fdfee9f7307
|
|
695
|
+
React-Core: f8ceb3440b6cf30ce4eea884ed77990b7f9bec13
|
|
696
|
+
React-CoreModules: 9d1e6f44bf658431a3b99561c8058b54b5959190
|
|
697
|
+
React-cxxreact: 2150e05cdd30c815c1bf27f41062cd33832ffe31
|
|
698
|
+
React-debug: 4e90d08c78aa207c064a3860e1540ff252695585
|
|
699
|
+
React-hermes: 1ed296db543b7fdb01916a8e56255fcea0758264
|
|
700
|
+
React-jsi: af5a8eaca28d67822fb14c648486d40737d2d2ab
|
|
701
|
+
React-jsiexecutor: d3eef5ddc78eeb9f0d02bed657a7f41d4910b966
|
|
702
|
+
React-jsinspector: b86a8abae760c28d69366bbc1d991561e51341ed
|
|
703
|
+
React-logger: ed7c9e01e58529065e7da6bf8318baf15024283e
|
|
704
|
+
react-native-webview: 50b995b6f59fd84010a1c1b3b2b782744d2d4c1b
|
|
705
|
+
React-NativeModulesApple: ee36a33f5ad8d80487c43e6b4370ea2eaaa81750
|
|
706
|
+
React-perflogger: 6acc671f527e69c0cd93b8e62821d33d3ddf25ca
|
|
707
|
+
React-RCTActionSheet: 569bb9db46d85565d14697e15ecf2166e035eb07
|
|
708
|
+
React-RCTAnimation: 0eea98143c2938a8751a33722623d3e8a38fe1e4
|
|
709
|
+
React-RCTAppDelegate: b4511be9c9c947ef53c9a26c996139cd903bfdc9
|
|
710
|
+
React-RCTBlob: e6fd9d6b975faf765fdc29a959e8e79eb0bb65a0
|
|
711
|
+
React-RCTImage: 0220975422a367e784dfd794adfc6454fab23c1f
|
|
712
|
+
React-RCTLinking: 1abf9834017e080ecbd5b6a28b4fb15eb843a3dd
|
|
713
|
+
React-RCTNetwork: 5ed275bf87d97a7ba5218cf245b1f103e96f82cd
|
|
714
|
+
React-RCTSettings: 1d070387f01b3b01543fb2a4ef867ad0004f6a78
|
|
715
|
+
React-RCTText: 82562208357b11285ffa8d7b33a9d769612a8101
|
|
716
|
+
React-RCTVibration: 372a12b697a170aaee792f8a9999c40e1f2692d0
|
|
717
|
+
React-rncore: d1ccbd5adaf4a67703790838b7c62f140e72d32a
|
|
718
|
+
React-runtimeexecutor: d4f7ff5073fcf87e14dbf89541d434218630246e
|
|
719
|
+
React-runtimescheduler: ae08ede2e0267be2a4d8ba82a54d5908949d5a34
|
|
720
|
+
React-utils: 8eb3c12fd4a4da6df3824f7d9a961d73a6ed6e5d
|
|
721
|
+
ReactCommon: d2de36ed3eebe700d7169b9e80f7d1a4b98e178d
|
|
722
|
+
snowplow-react-native-tracker: 3f0b508aacf6ec7a4aceb2ce269387129641e13a
|
|
723
723
|
SnowplowTracker: 6b19c331d5b765bda8b97b1c70ab52491524da60
|
|
724
724
|
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
|
|
725
|
-
Yoga:
|
|
725
|
+
Yoga: 6f5ab94cd8b1ecd04b6e973d0bc583ede2a598cc
|
|
726
726
|
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
|
727
727
|
|
|
728
728
|
PODFILE CHECKSUM: 3b739a495d6e28fa9459a36ce75470840caf7c79
|