@ionic/portals-react-native 0.5.1 → 0.6.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/ReactNativePortals.podspec +39 -14
- package/android/build.gradle +78 -108
- package/android/gradle.properties +5 -3
- package/android/src/main/java/io/ionic/portals/reactnative/PortalView.kt +11 -8
- package/android/src/main/java/io/ionic/portals/reactnative/ReactNativePortalManager.kt +37 -16
- package/android/src/main/java/io/ionic/portals/reactnative/ReactNativePortalsModule.kt +2 -3
- package/android/src/main/java/io/ionic/portals/reactnative/ReactNativeWebVitalsModule.kt +11 -19
- package/ios/IonicPortals+Codable.swift +77 -0
- package/ios/LiveUpdateManager+Async.swift +16 -46
- package/ios/Podfile +29 -4
- package/ios/Podfile.lock +478 -241
- package/ios/Portal.swift +50 -54
- package/ios/PortalView.swift +26 -8
- package/ios/PortalsConfig.swift +1 -88
- package/ios/PortalsReactNative-Bridging-Header.h +2 -0
- package/ios/PortalsReactNative.swift +41 -36
- package/ios/SyncResult+SyncError+Encodable.swift +55 -0
- package/ios/WebVitals.swift +19 -26
- package/package.json +62 -43
- package/src/{PortalView.android.tsx → BasePortalView.android.tsx} +2 -3
- package/src/{PortalView.tsx → BasePortalView.tsx} +2 -3
- package/src/{index.ts → index.tsx} +77 -39
- package/ios/LiveUpdate+Dict.swift +0 -30
- package/ios/LiveUpdateManagerError+Dict.swift +0 -19
- package/ios/ReactNativePortals.xcodeproj/project.pbxproj +0 -465
- package/ios/ReactNativePortals.xcodeproj/xcshareddata/xcschemes/ReactNativePortals.xcscheme +0 -67
- package/ios/ReactNativePortals.xcworkspace/contents.xcworkspacedata +0 -10
- package/ios/ReactNativePortals.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/ios/SyncResult+Dict.swift +0 -35
- package/lib/commonjs/PortalView.android.js +0 -28
- package/lib/commonjs/PortalView.android.js.map +0 -1
- package/lib/commonjs/PortalView.js +0 -15
- package/lib/commonjs/PortalView.js.map +0 -1
- package/lib/commonjs/index.js +0 -200
- package/lib/commonjs/index.js.map +0 -1
- package/lib/module/PortalView.android.js +0 -20
- package/lib/module/PortalView.android.js.map +0 -1
- package/lib/module/PortalView.js +0 -8
- package/lib/module/PortalView.js.map +0 -1
- package/lib/module/index.js +0 -176
- package/lib/module/index.js.map +0 -1
- package/lib/typescript/PortalView.android.d.ts +0 -4
- package/lib/typescript/PortalView.d.ts +0 -4
- package/lib/typescript/index.d.ts +0 -181
- /package/ios/{PortalManager.m → PortalManager.mm} +0 -0
- /package/ios/{PortalView.m → PortalView.mm} +0 -0
- /package/ios/{PortalWebVitals.m → PortalWebVitals.mm} +0 -0
- /package/ios/{PortalsPubSub.m → PortalsPubSub.mm} +0 -0
package/ios/Podfile.lock
CHANGED
|
@@ -1,281 +1,471 @@
|
|
|
1
1
|
PODS:
|
|
2
|
-
- boost
|
|
3
|
-
- Capacitor (
|
|
2
|
+
- boost (1.76.0)
|
|
3
|
+
- Capacitor (6.0.0):
|
|
4
4
|
- CapacitorCordova
|
|
5
|
-
- CapacitorCordova (
|
|
5
|
+
- CapacitorCordova (6.0.0)
|
|
6
6
|
- DoubleConversion (1.1.6)
|
|
7
|
-
- FBLazyVector (0.
|
|
8
|
-
- FBReactNativeSpec (0.
|
|
9
|
-
- Folly (=
|
|
10
|
-
- RCTRequired (= 0.
|
|
11
|
-
- RCTTypeSafety (= 0.
|
|
12
|
-
- React-Core (= 0.
|
|
13
|
-
- React-jsi (= 0.
|
|
14
|
-
- ReactCommon/turbomodule/core (= 0.
|
|
15
|
-
-
|
|
16
|
-
|
|
7
|
+
- FBLazyVector (0.72.12)
|
|
8
|
+
- FBReactNativeSpec (0.72.12):
|
|
9
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
10
|
+
- RCTRequired (= 0.72.12)
|
|
11
|
+
- RCTTypeSafety (= 0.72.12)
|
|
12
|
+
- React-Core (= 0.72.12)
|
|
13
|
+
- React-jsi (= 0.72.12)
|
|
14
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
15
|
+
- fmt (6.2.1)
|
|
16
|
+
- glog (0.3.5)
|
|
17
|
+
- hermes-engine (0.72.12):
|
|
18
|
+
- hermes-engine/Pre-built (= 0.72.12)
|
|
19
|
+
- hermes-engine/Pre-built (0.72.12)
|
|
20
|
+
- IonicLiveUpdates (0.5.2)
|
|
21
|
+
- IonicPortals (0.11.0):
|
|
22
|
+
- Capacitor (~> 6.0)
|
|
23
|
+
- IonicLiveUpdates (< 0.6.0, >= 0.5.0)
|
|
24
|
+
- libevent (2.1.12)
|
|
25
|
+
- RCT-Folly (2021.07.22.00):
|
|
26
|
+
- boost
|
|
17
27
|
- DoubleConversion
|
|
18
|
-
-
|
|
28
|
+
- fmt (~> 6.2.1)
|
|
19
29
|
- glog
|
|
20
|
-
|
|
21
|
-
|
|
30
|
+
- RCT-Folly/Default (= 2021.07.22.00)
|
|
31
|
+
- RCT-Folly/Default (2021.07.22.00):
|
|
32
|
+
- boost
|
|
22
33
|
- DoubleConversion
|
|
34
|
+
- fmt (~> 6.2.1)
|
|
23
35
|
- glog
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
-
|
|
28
|
-
-
|
|
29
|
-
|
|
30
|
-
-
|
|
31
|
-
|
|
32
|
-
-
|
|
33
|
-
- RCTRequired (= 0.
|
|
34
|
-
- React-Core (= 0.
|
|
35
|
-
- React (0.
|
|
36
|
-
- React-Core (= 0.
|
|
37
|
-
- React-Core/DevSupport (= 0.
|
|
38
|
-
- React-Core/RCTWebSocket (= 0.
|
|
39
|
-
- React-RCTActionSheet (= 0.
|
|
40
|
-
- React-RCTAnimation (= 0.
|
|
41
|
-
- React-RCTBlob (= 0.
|
|
42
|
-
- React-RCTImage (= 0.
|
|
43
|
-
- React-RCTLinking (= 0.
|
|
44
|
-
- React-RCTNetwork (= 0.
|
|
45
|
-
- React-RCTSettings (= 0.
|
|
46
|
-
- React-RCTText (= 0.
|
|
47
|
-
- React-RCTVibration (= 0.
|
|
48
|
-
- React-callinvoker (0.
|
|
49
|
-
- React-
|
|
50
|
-
-
|
|
36
|
+
- RCT-Folly/Futures (2021.07.22.00):
|
|
37
|
+
- boost
|
|
38
|
+
- DoubleConversion
|
|
39
|
+
- fmt (~> 6.2.1)
|
|
40
|
+
- glog
|
|
41
|
+
- libevent
|
|
42
|
+
- RCTRequired (0.72.12)
|
|
43
|
+
- RCTTypeSafety (0.72.12):
|
|
44
|
+
- FBLazyVector (= 0.72.12)
|
|
45
|
+
- RCTRequired (= 0.72.12)
|
|
46
|
+
- React-Core (= 0.72.12)
|
|
47
|
+
- React (0.72.12):
|
|
48
|
+
- React-Core (= 0.72.12)
|
|
49
|
+
- React-Core/DevSupport (= 0.72.12)
|
|
50
|
+
- React-Core/RCTWebSocket (= 0.72.12)
|
|
51
|
+
- React-RCTActionSheet (= 0.72.12)
|
|
52
|
+
- React-RCTAnimation (= 0.72.12)
|
|
53
|
+
- React-RCTBlob (= 0.72.12)
|
|
54
|
+
- React-RCTImage (= 0.72.12)
|
|
55
|
+
- React-RCTLinking (= 0.72.12)
|
|
56
|
+
- React-RCTNetwork (= 0.72.12)
|
|
57
|
+
- React-RCTSettings (= 0.72.12)
|
|
58
|
+
- React-RCTText (= 0.72.12)
|
|
59
|
+
- React-RCTVibration (= 0.72.12)
|
|
60
|
+
- React-callinvoker (0.72.12)
|
|
61
|
+
- React-Codegen (0.72.12):
|
|
62
|
+
- DoubleConversion
|
|
63
|
+
- FBReactNativeSpec
|
|
64
|
+
- glog
|
|
65
|
+
- hermes-engine
|
|
66
|
+
- RCT-Folly
|
|
67
|
+
- RCTRequired
|
|
68
|
+
- RCTTypeSafety
|
|
69
|
+
- React-Core
|
|
70
|
+
- React-jsi
|
|
71
|
+
- React-jsiexecutor
|
|
72
|
+
- React-NativeModulesApple
|
|
73
|
+
- React-rncore
|
|
74
|
+
- ReactCommon/turbomodule/bridging
|
|
75
|
+
- ReactCommon/turbomodule/core
|
|
76
|
+
- React-Core (0.72.12):
|
|
51
77
|
- glog
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
- React-
|
|
55
|
-
- React-
|
|
78
|
+
- hermes-engine
|
|
79
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
80
|
+
- React-Core/Default (= 0.72.12)
|
|
81
|
+
- React-cxxreact
|
|
82
|
+
- React-hermes
|
|
83
|
+
- React-jsi
|
|
84
|
+
- React-jsiexecutor
|
|
85
|
+
- React-perflogger
|
|
86
|
+
- React-runtimeexecutor
|
|
87
|
+
- React-utils
|
|
88
|
+
- SocketRocket (= 0.6.1)
|
|
56
89
|
- Yoga
|
|
57
|
-
- React-Core/CoreModulesHeaders (0.
|
|
58
|
-
- Folly (= 2020.01.13.00)
|
|
90
|
+
- React-Core/CoreModulesHeaders (0.72.12):
|
|
59
91
|
- glog
|
|
92
|
+
- hermes-engine
|
|
93
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
60
94
|
- React-Core/Default
|
|
61
|
-
- React-cxxreact
|
|
62
|
-
- React-
|
|
63
|
-
- React-
|
|
95
|
+
- React-cxxreact
|
|
96
|
+
- React-hermes
|
|
97
|
+
- React-jsi
|
|
98
|
+
- React-jsiexecutor
|
|
99
|
+
- React-perflogger
|
|
100
|
+
- React-runtimeexecutor
|
|
101
|
+
- React-utils
|
|
102
|
+
- SocketRocket (= 0.6.1)
|
|
64
103
|
- Yoga
|
|
65
|
-
- React-Core/Default (0.
|
|
66
|
-
- Folly (= 2020.01.13.00)
|
|
104
|
+
- React-Core/Default (0.72.12):
|
|
67
105
|
- glog
|
|
68
|
-
-
|
|
69
|
-
-
|
|
70
|
-
- React-
|
|
106
|
+
- hermes-engine
|
|
107
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
108
|
+
- React-cxxreact
|
|
109
|
+
- React-hermes
|
|
110
|
+
- React-jsi
|
|
111
|
+
- React-jsiexecutor
|
|
112
|
+
- React-perflogger
|
|
113
|
+
- React-runtimeexecutor
|
|
114
|
+
- React-utils
|
|
115
|
+
- SocketRocket (= 0.6.1)
|
|
71
116
|
- Yoga
|
|
72
|
-
- React-Core/DevSupport (0.
|
|
73
|
-
- Folly (= 2020.01.13.00)
|
|
117
|
+
- React-Core/DevSupport (0.72.12):
|
|
74
118
|
- glog
|
|
75
|
-
-
|
|
76
|
-
-
|
|
77
|
-
- React-
|
|
78
|
-
- React-
|
|
79
|
-
- React-
|
|
80
|
-
- React-
|
|
119
|
+
- hermes-engine
|
|
120
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
121
|
+
- React-Core/Default (= 0.72.12)
|
|
122
|
+
- React-Core/RCTWebSocket (= 0.72.12)
|
|
123
|
+
- React-cxxreact
|
|
124
|
+
- React-hermes
|
|
125
|
+
- React-jsi
|
|
126
|
+
- React-jsiexecutor
|
|
127
|
+
- React-jsinspector (= 0.72.12)
|
|
128
|
+
- React-perflogger
|
|
129
|
+
- React-runtimeexecutor
|
|
130
|
+
- React-utils
|
|
131
|
+
- SocketRocket (= 0.6.1)
|
|
81
132
|
- Yoga
|
|
82
|
-
- React-Core/RCTActionSheetHeaders (0.
|
|
83
|
-
- Folly (= 2020.01.13.00)
|
|
133
|
+
- React-Core/RCTActionSheetHeaders (0.72.12):
|
|
84
134
|
- glog
|
|
135
|
+
- hermes-engine
|
|
136
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
85
137
|
- React-Core/Default
|
|
86
|
-
- React-cxxreact
|
|
87
|
-
- React-
|
|
88
|
-
- React-
|
|
138
|
+
- React-cxxreact
|
|
139
|
+
- React-hermes
|
|
140
|
+
- React-jsi
|
|
141
|
+
- React-jsiexecutor
|
|
142
|
+
- React-perflogger
|
|
143
|
+
- React-runtimeexecutor
|
|
144
|
+
- React-utils
|
|
145
|
+
- SocketRocket (= 0.6.1)
|
|
89
146
|
- Yoga
|
|
90
|
-
- React-Core/RCTAnimationHeaders (0.
|
|
91
|
-
- Folly (= 2020.01.13.00)
|
|
147
|
+
- React-Core/RCTAnimationHeaders (0.72.12):
|
|
92
148
|
- glog
|
|
149
|
+
- hermes-engine
|
|
150
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
93
151
|
- React-Core/Default
|
|
94
|
-
- React-cxxreact
|
|
95
|
-
- React-
|
|
96
|
-
- React-
|
|
152
|
+
- React-cxxreact
|
|
153
|
+
- React-hermes
|
|
154
|
+
- React-jsi
|
|
155
|
+
- React-jsiexecutor
|
|
156
|
+
- React-perflogger
|
|
157
|
+
- React-runtimeexecutor
|
|
158
|
+
- React-utils
|
|
159
|
+
- SocketRocket (= 0.6.1)
|
|
97
160
|
- Yoga
|
|
98
|
-
- React-Core/RCTBlobHeaders (0.
|
|
99
|
-
- Folly (= 2020.01.13.00)
|
|
161
|
+
- React-Core/RCTBlobHeaders (0.72.12):
|
|
100
162
|
- glog
|
|
163
|
+
- hermes-engine
|
|
164
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
101
165
|
- React-Core/Default
|
|
102
|
-
- React-cxxreact
|
|
103
|
-
- React-
|
|
104
|
-
- React-
|
|
166
|
+
- React-cxxreact
|
|
167
|
+
- React-hermes
|
|
168
|
+
- React-jsi
|
|
169
|
+
- React-jsiexecutor
|
|
170
|
+
- React-perflogger
|
|
171
|
+
- React-runtimeexecutor
|
|
172
|
+
- React-utils
|
|
173
|
+
- SocketRocket (= 0.6.1)
|
|
105
174
|
- Yoga
|
|
106
|
-
- React-Core/RCTImageHeaders (0.
|
|
107
|
-
- Folly (= 2020.01.13.00)
|
|
175
|
+
- React-Core/RCTImageHeaders (0.72.12):
|
|
108
176
|
- glog
|
|
177
|
+
- hermes-engine
|
|
178
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
109
179
|
- React-Core/Default
|
|
110
|
-
- React-cxxreact
|
|
111
|
-
- React-
|
|
112
|
-
- React-
|
|
180
|
+
- React-cxxreact
|
|
181
|
+
- React-hermes
|
|
182
|
+
- React-jsi
|
|
183
|
+
- React-jsiexecutor
|
|
184
|
+
- React-perflogger
|
|
185
|
+
- React-runtimeexecutor
|
|
186
|
+
- React-utils
|
|
187
|
+
- SocketRocket (= 0.6.1)
|
|
113
188
|
- Yoga
|
|
114
|
-
- React-Core/RCTLinkingHeaders (0.
|
|
115
|
-
- Folly (= 2020.01.13.00)
|
|
189
|
+
- React-Core/RCTLinkingHeaders (0.72.12):
|
|
116
190
|
- glog
|
|
191
|
+
- hermes-engine
|
|
192
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
117
193
|
- React-Core/Default
|
|
118
|
-
- React-cxxreact
|
|
119
|
-
- React-
|
|
120
|
-
- React-
|
|
194
|
+
- React-cxxreact
|
|
195
|
+
- React-hermes
|
|
196
|
+
- React-jsi
|
|
197
|
+
- React-jsiexecutor
|
|
198
|
+
- React-perflogger
|
|
199
|
+
- React-runtimeexecutor
|
|
200
|
+
- React-utils
|
|
201
|
+
- SocketRocket (= 0.6.1)
|
|
121
202
|
- Yoga
|
|
122
|
-
- React-Core/RCTNetworkHeaders (0.
|
|
123
|
-
- Folly (= 2020.01.13.00)
|
|
203
|
+
- React-Core/RCTNetworkHeaders (0.72.12):
|
|
124
204
|
- glog
|
|
205
|
+
- hermes-engine
|
|
206
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
125
207
|
- React-Core/Default
|
|
126
|
-
- React-cxxreact
|
|
127
|
-
- React-
|
|
128
|
-
- React-
|
|
208
|
+
- React-cxxreact
|
|
209
|
+
- React-hermes
|
|
210
|
+
- React-jsi
|
|
211
|
+
- React-jsiexecutor
|
|
212
|
+
- React-perflogger
|
|
213
|
+
- React-runtimeexecutor
|
|
214
|
+
- React-utils
|
|
215
|
+
- SocketRocket (= 0.6.1)
|
|
129
216
|
- Yoga
|
|
130
|
-
- React-Core/RCTSettingsHeaders (0.
|
|
131
|
-
- Folly (= 2020.01.13.00)
|
|
217
|
+
- React-Core/RCTSettingsHeaders (0.72.12):
|
|
132
218
|
- glog
|
|
219
|
+
- hermes-engine
|
|
220
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
133
221
|
- React-Core/Default
|
|
134
|
-
- React-cxxreact
|
|
135
|
-
- React-
|
|
136
|
-
- React-
|
|
222
|
+
- React-cxxreact
|
|
223
|
+
- React-hermes
|
|
224
|
+
- React-jsi
|
|
225
|
+
- React-jsiexecutor
|
|
226
|
+
- React-perflogger
|
|
227
|
+
- React-runtimeexecutor
|
|
228
|
+
- React-utils
|
|
229
|
+
- SocketRocket (= 0.6.1)
|
|
137
230
|
- Yoga
|
|
138
|
-
- React-Core/RCTTextHeaders (0.
|
|
139
|
-
- Folly (= 2020.01.13.00)
|
|
231
|
+
- React-Core/RCTTextHeaders (0.72.12):
|
|
140
232
|
- glog
|
|
233
|
+
- hermes-engine
|
|
234
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
141
235
|
- React-Core/Default
|
|
142
|
-
- React-cxxreact
|
|
143
|
-
- React-
|
|
144
|
-
- React-
|
|
236
|
+
- React-cxxreact
|
|
237
|
+
- React-hermes
|
|
238
|
+
- React-jsi
|
|
239
|
+
- React-jsiexecutor
|
|
240
|
+
- React-perflogger
|
|
241
|
+
- React-runtimeexecutor
|
|
242
|
+
- React-utils
|
|
243
|
+
- SocketRocket (= 0.6.1)
|
|
145
244
|
- Yoga
|
|
146
|
-
- React-Core/RCTVibrationHeaders (0.
|
|
147
|
-
- Folly (= 2020.01.13.00)
|
|
245
|
+
- React-Core/RCTVibrationHeaders (0.72.12):
|
|
148
246
|
- glog
|
|
247
|
+
- hermes-engine
|
|
248
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
149
249
|
- React-Core/Default
|
|
150
|
-
- React-cxxreact
|
|
151
|
-
- React-
|
|
152
|
-
- React-
|
|
250
|
+
- React-cxxreact
|
|
251
|
+
- React-hermes
|
|
252
|
+
- React-jsi
|
|
253
|
+
- React-jsiexecutor
|
|
254
|
+
- React-perflogger
|
|
255
|
+
- React-runtimeexecutor
|
|
256
|
+
- React-utils
|
|
257
|
+
- SocketRocket (= 0.6.1)
|
|
153
258
|
- Yoga
|
|
154
|
-
- React-Core/RCTWebSocket (0.
|
|
155
|
-
- Folly (= 2020.01.13.00)
|
|
259
|
+
- React-Core/RCTWebSocket (0.72.12):
|
|
156
260
|
- glog
|
|
157
|
-
-
|
|
158
|
-
-
|
|
159
|
-
- React-
|
|
160
|
-
- React-
|
|
261
|
+
- hermes-engine
|
|
262
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
263
|
+
- React-Core/Default (= 0.72.12)
|
|
264
|
+
- React-cxxreact
|
|
265
|
+
- React-hermes
|
|
266
|
+
- React-jsi
|
|
267
|
+
- React-jsiexecutor
|
|
268
|
+
- React-perflogger
|
|
269
|
+
- React-runtimeexecutor
|
|
270
|
+
- React-utils
|
|
271
|
+
- SocketRocket (= 0.6.1)
|
|
161
272
|
- Yoga
|
|
162
|
-
- React-CoreModules (0.
|
|
163
|
-
-
|
|
164
|
-
-
|
|
165
|
-
-
|
|
166
|
-
- React-Core/CoreModulesHeaders (= 0.
|
|
167
|
-
- React-jsi (= 0.
|
|
168
|
-
- React-
|
|
169
|
-
-
|
|
170
|
-
|
|
171
|
-
-
|
|
273
|
+
- React-CoreModules (0.72.12):
|
|
274
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
275
|
+
- RCTTypeSafety (= 0.72.12)
|
|
276
|
+
- React-Codegen (= 0.72.12)
|
|
277
|
+
- React-Core/CoreModulesHeaders (= 0.72.12)
|
|
278
|
+
- React-jsi (= 0.72.12)
|
|
279
|
+
- React-RCTBlob
|
|
280
|
+
- React-RCTImage (= 0.72.12)
|
|
281
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
282
|
+
- SocketRocket (= 0.6.1)
|
|
283
|
+
- React-cxxreact (0.72.12):
|
|
284
|
+
- boost (= 1.76.0)
|
|
172
285
|
- DoubleConversion
|
|
173
|
-
- Folly (= 2020.01.13.00)
|
|
174
286
|
- glog
|
|
175
|
-
-
|
|
176
|
-
-
|
|
177
|
-
|
|
178
|
-
-
|
|
287
|
+
- hermes-engine
|
|
288
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
289
|
+
- React-callinvoker (= 0.72.12)
|
|
290
|
+
- React-debug (= 0.72.12)
|
|
291
|
+
- React-jsi (= 0.72.12)
|
|
292
|
+
- React-jsinspector (= 0.72.12)
|
|
293
|
+
- React-logger (= 0.72.12)
|
|
294
|
+
- React-perflogger (= 0.72.12)
|
|
295
|
+
- React-runtimeexecutor (= 0.72.12)
|
|
296
|
+
- React-debug (0.72.12)
|
|
297
|
+
- React-hermes (0.72.12):
|
|
179
298
|
- DoubleConversion
|
|
180
|
-
- Folly (= 2020.01.13.00)
|
|
181
299
|
- glog
|
|
182
|
-
-
|
|
183
|
-
|
|
184
|
-
-
|
|
300
|
+
- hermes-engine
|
|
301
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
302
|
+
- RCT-Folly/Futures (= 2021.07.22.00)
|
|
303
|
+
- React-cxxreact (= 0.72.12)
|
|
304
|
+
- React-jsi
|
|
305
|
+
- React-jsiexecutor (= 0.72.12)
|
|
306
|
+
- React-jsinspector (= 0.72.12)
|
|
307
|
+
- React-perflogger (= 0.72.12)
|
|
308
|
+
- React-jsi (0.72.12):
|
|
309
|
+
- boost (= 1.76.0)
|
|
185
310
|
- DoubleConversion
|
|
186
|
-
- Folly (= 2020.01.13.00)
|
|
187
311
|
- glog
|
|
188
|
-
|
|
312
|
+
- hermes-engine
|
|
313
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
314
|
+
- React-jsiexecutor (0.72.12):
|
|
189
315
|
- DoubleConversion
|
|
190
|
-
- Folly (= 2020.01.13.00)
|
|
191
316
|
- glog
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
- React-
|
|
197
|
-
- React-
|
|
198
|
-
|
|
199
|
-
-
|
|
200
|
-
|
|
201
|
-
-
|
|
202
|
-
- React-
|
|
203
|
-
-
|
|
204
|
-
|
|
205
|
-
-
|
|
206
|
-
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
-
|
|
212
|
-
- React-
|
|
213
|
-
-
|
|
214
|
-
-
|
|
215
|
-
-
|
|
216
|
-
- React-Core/
|
|
217
|
-
- React-jsi (= 0.
|
|
218
|
-
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
-
|
|
222
|
-
-
|
|
223
|
-
- React-
|
|
224
|
-
-
|
|
225
|
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
-
|
|
229
|
-
- React-
|
|
230
|
-
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
-
|
|
236
|
-
- React-Core/
|
|
237
|
-
- React-jsi (= 0.
|
|
238
|
-
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
-
|
|
243
|
-
-
|
|
244
|
-
- React-Core/
|
|
245
|
-
- React-jsi (= 0.
|
|
246
|
-
-
|
|
247
|
-
|
|
317
|
+
- hermes-engine
|
|
318
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
319
|
+
- React-cxxreact (= 0.72.12)
|
|
320
|
+
- React-jsi (= 0.72.12)
|
|
321
|
+
- React-perflogger (= 0.72.12)
|
|
322
|
+
- React-jsinspector (0.72.12)
|
|
323
|
+
- React-logger (0.72.12):
|
|
324
|
+
- glog
|
|
325
|
+
- React-NativeModulesApple (0.72.12):
|
|
326
|
+
- hermes-engine
|
|
327
|
+
- React-callinvoker
|
|
328
|
+
- React-Core
|
|
329
|
+
- React-cxxreact
|
|
330
|
+
- React-jsi
|
|
331
|
+
- React-runtimeexecutor
|
|
332
|
+
- ReactCommon/turbomodule/bridging
|
|
333
|
+
- ReactCommon/turbomodule/core
|
|
334
|
+
- React-perflogger (0.72.12)
|
|
335
|
+
- React-RCTActionSheet (0.72.12):
|
|
336
|
+
- React-Core/RCTActionSheetHeaders (= 0.72.12)
|
|
337
|
+
- React-RCTAnimation (0.72.12):
|
|
338
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
339
|
+
- RCTTypeSafety (= 0.72.12)
|
|
340
|
+
- React-Codegen (= 0.72.12)
|
|
341
|
+
- React-Core/RCTAnimationHeaders (= 0.72.12)
|
|
342
|
+
- React-jsi (= 0.72.12)
|
|
343
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
344
|
+
- React-RCTAppDelegate (0.72.12):
|
|
345
|
+
- RCT-Folly
|
|
346
|
+
- RCTRequired
|
|
347
|
+
- RCTTypeSafety
|
|
348
|
+
- React-Core
|
|
349
|
+
- React-CoreModules
|
|
350
|
+
- React-hermes
|
|
351
|
+
- React-NativeModulesApple
|
|
352
|
+
- React-RCTImage
|
|
353
|
+
- React-RCTNetwork
|
|
354
|
+
- React-runtimescheduler
|
|
355
|
+
- ReactCommon/turbomodule/core
|
|
356
|
+
- React-RCTBlob (0.72.12):
|
|
357
|
+
- hermes-engine
|
|
358
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
359
|
+
- React-Codegen (= 0.72.12)
|
|
360
|
+
- React-Core/RCTBlobHeaders (= 0.72.12)
|
|
361
|
+
- React-Core/RCTWebSocket (= 0.72.12)
|
|
362
|
+
- React-jsi (= 0.72.12)
|
|
363
|
+
- React-RCTNetwork (= 0.72.12)
|
|
364
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
365
|
+
- React-RCTImage (0.72.12):
|
|
366
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
367
|
+
- RCTTypeSafety (= 0.72.12)
|
|
368
|
+
- React-Codegen (= 0.72.12)
|
|
369
|
+
- React-Core/RCTImageHeaders (= 0.72.12)
|
|
370
|
+
- React-jsi (= 0.72.12)
|
|
371
|
+
- React-RCTNetwork (= 0.72.12)
|
|
372
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
373
|
+
- React-RCTLinking (0.72.12):
|
|
374
|
+
- React-Codegen (= 0.72.12)
|
|
375
|
+
- React-Core/RCTLinkingHeaders (= 0.72.12)
|
|
376
|
+
- React-jsi (= 0.72.12)
|
|
377
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
378
|
+
- React-RCTNetwork (0.72.12):
|
|
379
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
380
|
+
- RCTTypeSafety (= 0.72.12)
|
|
381
|
+
- React-Codegen (= 0.72.12)
|
|
382
|
+
- React-Core/RCTNetworkHeaders (= 0.72.12)
|
|
383
|
+
- React-jsi (= 0.72.12)
|
|
384
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
385
|
+
- React-RCTSettings (0.72.12):
|
|
386
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
387
|
+
- RCTTypeSafety (= 0.72.12)
|
|
388
|
+
- React-Codegen (= 0.72.12)
|
|
389
|
+
- React-Core/RCTSettingsHeaders (= 0.72.12)
|
|
390
|
+
- React-jsi (= 0.72.12)
|
|
391
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
392
|
+
- React-RCTText (0.72.12):
|
|
393
|
+
- React-Core/RCTTextHeaders (= 0.72.12)
|
|
394
|
+
- React-RCTVibration (0.72.12):
|
|
395
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
396
|
+
- React-Codegen (= 0.72.12)
|
|
397
|
+
- React-Core/RCTVibrationHeaders (= 0.72.12)
|
|
398
|
+
- React-jsi (= 0.72.12)
|
|
399
|
+
- ReactCommon/turbomodule/core (= 0.72.12)
|
|
400
|
+
- React-rncore (0.72.12)
|
|
401
|
+
- React-runtimeexecutor (0.72.12):
|
|
402
|
+
- React-jsi (= 0.72.12)
|
|
403
|
+
- React-runtimescheduler (0.72.12):
|
|
404
|
+
- glog
|
|
405
|
+
- hermes-engine
|
|
406
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
407
|
+
- React-callinvoker
|
|
408
|
+
- React-debug
|
|
409
|
+
- React-jsi
|
|
410
|
+
- React-runtimeexecutor
|
|
411
|
+
- React-utils (0.72.12):
|
|
412
|
+
- glog
|
|
413
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
414
|
+
- React-debug
|
|
415
|
+
- ReactCommon/turbomodule/bridging (0.72.12):
|
|
248
416
|
- DoubleConversion
|
|
249
|
-
- Folly (= 2020.01.13.00)
|
|
250
417
|
- glog
|
|
251
|
-
-
|
|
252
|
-
-
|
|
253
|
-
- React-
|
|
254
|
-
- React-
|
|
418
|
+
- hermes-engine
|
|
419
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
420
|
+
- React-callinvoker (= 0.72.12)
|
|
421
|
+
- React-cxxreact (= 0.72.12)
|
|
422
|
+
- React-jsi (= 0.72.12)
|
|
423
|
+
- React-logger (= 0.72.12)
|
|
424
|
+
- React-perflogger (= 0.72.12)
|
|
425
|
+
- ReactCommon/turbomodule/core (0.72.12):
|
|
426
|
+
- DoubleConversion
|
|
427
|
+
- glog
|
|
428
|
+
- hermes-engine
|
|
429
|
+
- RCT-Folly (= 2021.07.22.00)
|
|
430
|
+
- React-callinvoker (= 0.72.12)
|
|
431
|
+
- React-cxxreact (= 0.72.12)
|
|
432
|
+
- React-jsi (= 0.72.12)
|
|
433
|
+
- React-logger (= 0.72.12)
|
|
434
|
+
- React-perflogger (= 0.72.12)
|
|
435
|
+
- SocketRocket (0.6.1)
|
|
255
436
|
- Yoga (1.14.0)
|
|
256
437
|
|
|
257
438
|
DEPENDENCIES:
|
|
439
|
+
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
|
258
440
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
259
441
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
260
|
-
- FBReactNativeSpec (from `../node_modules/react-native/
|
|
261
|
-
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
|
442
|
+
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
|
262
443
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
263
|
-
-
|
|
264
|
-
-
|
|
444
|
+
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
|
445
|
+
- IonicLiveUpdates (~> 0.5.2)
|
|
446
|
+
- IonicPortals (~> 0.11.0)
|
|
447
|
+
- libevent (~> 2.1.12)
|
|
448
|
+
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
265
449
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
266
450
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
267
451
|
- React (from `../node_modules/react-native/`)
|
|
268
452
|
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
453
|
+
- React-Codegen (from `build/generated/ios`)
|
|
269
454
|
- React-Core (from `../node_modules/react-native/`)
|
|
270
|
-
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
|
271
455
|
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
272
456
|
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
|
273
457
|
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
|
458
|
+
- React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
|
|
459
|
+
- React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
|
|
274
460
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
275
461
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
276
462
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
|
463
|
+
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
|
464
|
+
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
|
|
465
|
+
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
|
277
466
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
278
467
|
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
468
|
+
- React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
|
|
279
469
|
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
280
470
|
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
|
281
471
|
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
|
@@ -283,28 +473,38 @@ DEPENDENCIES:
|
|
|
283
473
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
284
474
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
285
475
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
476
|
+
- React-rncore (from `../node_modules/react-native/ReactCommon`)
|
|
477
|
+
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
|
478
|
+
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
|
|
479
|
+
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
|
|
286
480
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
287
481
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
288
482
|
|
|
289
483
|
SPEC REPOS:
|
|
290
484
|
trunk:
|
|
291
|
-
- boost-for-react-native
|
|
292
485
|
- Capacitor
|
|
293
486
|
- CapacitorCordova
|
|
487
|
+
- fmt
|
|
294
488
|
- IonicLiveUpdates
|
|
295
489
|
- IonicPortals
|
|
490
|
+
- libevent
|
|
491
|
+
- SocketRocket
|
|
296
492
|
|
|
297
493
|
EXTERNAL SOURCES:
|
|
494
|
+
boost:
|
|
495
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
|
298
496
|
DoubleConversion:
|
|
299
497
|
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
|
300
498
|
FBLazyVector:
|
|
301
499
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
302
500
|
FBReactNativeSpec:
|
|
303
|
-
:path: "../node_modules/react-native/
|
|
304
|
-
Folly:
|
|
305
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
|
|
501
|
+
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
|
306
502
|
glog:
|
|
307
503
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
504
|
+
hermes-engine:
|
|
505
|
+
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
|
506
|
+
RCT-Folly:
|
|
507
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
308
508
|
RCTRequired:
|
|
309
509
|
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
|
310
510
|
RCTTypeSafety:
|
|
@@ -313,22 +513,36 @@ EXTERNAL SOURCES:
|
|
|
313
513
|
:path: "../node_modules/react-native/"
|
|
314
514
|
React-callinvoker:
|
|
315
515
|
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
516
|
+
React-Codegen:
|
|
517
|
+
:path: build/generated/ios
|
|
316
518
|
React-Core:
|
|
317
519
|
:path: "../node_modules/react-native/"
|
|
318
520
|
React-CoreModules:
|
|
319
521
|
:path: "../node_modules/react-native/React/CoreModules"
|
|
320
522
|
React-cxxreact:
|
|
321
523
|
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
|
524
|
+
React-debug:
|
|
525
|
+
:path: "../node_modules/react-native/ReactCommon/react/debug"
|
|
526
|
+
React-hermes:
|
|
527
|
+
:path: "../node_modules/react-native/ReactCommon/hermes"
|
|
322
528
|
React-jsi:
|
|
323
529
|
:path: "../node_modules/react-native/ReactCommon/jsi"
|
|
324
530
|
React-jsiexecutor:
|
|
325
531
|
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
326
532
|
React-jsinspector:
|
|
327
533
|
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
|
534
|
+
React-logger:
|
|
535
|
+
:path: "../node_modules/react-native/ReactCommon/logger"
|
|
536
|
+
React-NativeModulesApple:
|
|
537
|
+
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
|
|
538
|
+
React-perflogger:
|
|
539
|
+
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
|
328
540
|
React-RCTActionSheet:
|
|
329
541
|
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
|
330
542
|
React-RCTAnimation:
|
|
331
543
|
:path: "../node_modules/react-native/Libraries/NativeAnimation"
|
|
544
|
+
React-RCTAppDelegate:
|
|
545
|
+
:path: "../node_modules/react-native/Libraries/AppDelegate"
|
|
332
546
|
React-RCTBlob:
|
|
333
547
|
:path: "../node_modules/react-native/Libraries/Blob"
|
|
334
548
|
React-RCTImage:
|
|
@@ -343,44 +557,67 @@ EXTERNAL SOURCES:
|
|
|
343
557
|
:path: "../node_modules/react-native/Libraries/Text"
|
|
344
558
|
React-RCTVibration:
|
|
345
559
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
560
|
+
React-rncore:
|
|
561
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
562
|
+
React-runtimeexecutor:
|
|
563
|
+
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
|
564
|
+
React-runtimescheduler:
|
|
565
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
|
|
566
|
+
React-utils:
|
|
567
|
+
:path: "../node_modules/react-native/ReactCommon/react/utils"
|
|
346
568
|
ReactCommon:
|
|
347
569
|
:path: "../node_modules/react-native/ReactCommon"
|
|
348
570
|
Yoga:
|
|
349
571
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
350
572
|
|
|
351
573
|
SPEC CHECKSUMS:
|
|
352
|
-
boost
|
|
353
|
-
Capacitor:
|
|
354
|
-
CapacitorCordova:
|
|
355
|
-
DoubleConversion:
|
|
356
|
-
FBLazyVector:
|
|
357
|
-
FBReactNativeSpec:
|
|
358
|
-
|
|
359
|
-
glog:
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
React
|
|
368
|
-
React-
|
|
369
|
-
React-
|
|
370
|
-
React-
|
|
371
|
-
React-
|
|
372
|
-
React-
|
|
373
|
-
React-
|
|
374
|
-
React-
|
|
375
|
-
React-
|
|
376
|
-
React-
|
|
377
|
-
React-
|
|
378
|
-
React-
|
|
379
|
-
React-
|
|
380
|
-
React-
|
|
381
|
-
|
|
382
|
-
|
|
574
|
+
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
|
|
575
|
+
Capacitor: d557fbf810720ffabd032536386e6f8c454286bd
|
|
576
|
+
CapacitorCordova: 6855c7b4b0c4ac8f39b9ed5bac5077d1fcc9eaa8
|
|
577
|
+
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
|
|
578
|
+
FBLazyVector: a31ac2336aea59512b5b982f8e231f65d7d148e1
|
|
579
|
+
FBReactNativeSpec: 0976da6bc1ebd3ea9b3a65d04be2c0117d304c4c
|
|
580
|
+
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
581
|
+
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
|
|
582
|
+
hermes-engine: e89344b9e9e54351c3c5cac075e0275148fb37ba
|
|
583
|
+
IonicLiveUpdates: d14e4b0e6a46c492b9e48390ed51a79278059bfd
|
|
584
|
+
IonicPortals: ee35bb5069a1265539a358367d3a6eec55cec02f
|
|
585
|
+
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
586
|
+
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
|
|
587
|
+
RCTRequired: b6cea797b684c6d8d82ba0107cef58cbb679afdb
|
|
588
|
+
RCTTypeSafety: d2eb5e0e8af9181b24034f5171f9b659994b4678
|
|
589
|
+
React: e5aafc4c18040e8fbe0870a1f6df890d35f5af1d
|
|
590
|
+
React-callinvoker: d345fd762faa4a3d371aedf40332abb09746ca03
|
|
591
|
+
React-Codegen: 821ca0b8a9fb023eef3faab61afd2390658c8f1c
|
|
592
|
+
React-Core: 6e27275ea4a91992f488bcc9c8575ffb564b504b
|
|
593
|
+
React-CoreModules: 6cb0798606e69b33e8271a9da526e3d674bedb2c
|
|
594
|
+
React-cxxreact: 63436ba2c7811121ca978ce60d49aa8786322726
|
|
595
|
+
React-debug: b29cfcf06c990f0ea4b3d6430996baa71dd676af
|
|
596
|
+
React-hermes: 077b82c248fe8e698820717a1d240c8502150c31
|
|
597
|
+
React-jsi: 42edc74ef0479952c32c8659563ab9cd62353a75
|
|
598
|
+
React-jsiexecutor: 95bdf0ab46024ca9849e08739b6abd8fe489cd33
|
|
599
|
+
React-jsinspector: 8e291ed0ab371314de269001d6b9b25db6aabf42
|
|
600
|
+
React-logger: d4010de0b0564e63637ad08373bc73b5d919974b
|
|
601
|
+
React-NativeModulesApple: 694679e4193a49c09f0a76ee27ec09b2c466d59c
|
|
602
|
+
React-perflogger: 63606aeab27683112e1bd4ef25bd099ec1cb03f8
|
|
603
|
+
React-RCTActionSheet: 5b39fc2b479d47325e5ac95193c482044bfebbc6
|
|
604
|
+
React-RCTAnimation: d684a1de0e20c53e31376738839d1cda56b60486
|
|
605
|
+
React-RCTAppDelegate: 3099e9aebf2f821503e65432e09a9423a37d767a
|
|
606
|
+
React-RCTBlob: 0dcf271322ba0c0406fcd4a3f87cd7d951dfcc37
|
|
607
|
+
React-RCTImage: b8bfa9ed1eecc7bb96d219f8a01f569d490f34fc
|
|
608
|
+
React-RCTLinking: 32c9b7af01937d911010d8ab1963147e31766190
|
|
609
|
+
React-RCTNetwork: c58ad73a25aa6b35258b6c59c0a24018c329fe96
|
|
610
|
+
React-RCTSettings: 87eb46d6ca902981f9356a6d4742f9a453aa8fae
|
|
611
|
+
React-RCTText: 1fc9f2052720a6587964721b9c4542c9a0e984c0
|
|
612
|
+
React-RCTVibration: ff75e7530a22dc80a27fffdc07a2785d6bdf4f8e
|
|
613
|
+
React-rncore: 52247442683082756b2fb3de145fb8149f15d1f6
|
|
614
|
+
React-runtimeexecutor: 1c5219c682091392970608972655001103c27d21
|
|
615
|
+
React-runtimescheduler: 8aea338c561b2175f47018124c076d89d3808d30
|
|
616
|
+
React-utils: 9a24cb88f950d1020ee55bddacbc8c16a611e2dc
|
|
617
|
+
ReactCommon: 76843a9bb140596351ac2786257ac9fe60cafabb
|
|
618
|
+
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
|
|
619
|
+
Yoga: 87e59f6d458e5061d2421086c5de994b3f7cd151
|
|
383
620
|
|
|
384
|
-
PODFILE CHECKSUM:
|
|
621
|
+
PODFILE CHECKSUM: 264718c7f8770281ad78c029e98ec3e304e1dca5
|
|
385
622
|
|
|
386
|
-
COCOAPODS: 1.
|
|
623
|
+
COCOAPODS: 1.14.3
|