@hawcx/react-native-sdk 1.0.1
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/CHANGELOG.md +10 -0
- package/HawcxReactNative.podspec +25 -0
- package/LICENSE +21 -0
- package/README.md +109 -0
- package/docs/RELEASE.md +119 -0
- package/example/README.md +59 -0
- package/example/android/app/build.gradle +126 -0
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +10 -0
- package/example/android/app/src/debug/AndroidManifest.xml +9 -0
- package/example/android/app/src/main/AndroidManifest.xml +27 -0
- package/example/android/app/src/main/java/com/hawcx/example/MainActivity.kt +22 -0
- package/example/android/app/src/main/java/com/hawcx/example/MainApplication.kt +45 -0
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +36 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/strings.xml +3 -0
- package/example/android/app/src/main/res/values/styles.xml +9 -0
- package/example/android/build.gradle +23 -0
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/example/android/gradle.properties +41 -0
- package/example/android/gradlew +249 -0
- package/example/android/gradlew.bat +92 -0
- package/example/android/local.properties +2 -0
- package/example/android/settings.gradle +4 -0
- package/example/app.json +4 -0
- package/example/babel.config.js +3 -0
- package/example/e2e/README.md +17 -0
- package/example/e2e/hawcx-login.yaml +14 -0
- package/example/index.js +5 -0
- package/example/ios/.xcode.env +11 -0
- package/example/ios/HawcxExampleApp/AppDelegate.h +6 -0
- package/example/ios/HawcxExampleApp/AppDelegate.mm +31 -0
- package/example/ios/HawcxExampleApp/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
- package/example/ios/HawcxExampleApp/Images.xcassets/Contents.json +6 -0
- package/example/ios/HawcxExampleApp/Info.plist +55 -0
- package/example/ios/HawcxExampleApp/LaunchScreen.storyboard +47 -0
- package/example/ios/HawcxExampleApp/PrivacyInfo.xcprivacy +37 -0
- package/example/ios/HawcxExampleApp/main.m +10 -0
- package/example/ios/HawcxExampleApp.xcodeproj/project.pbxproj +704 -0
- package/example/ios/HawcxExampleApp.xcodeproj/project.xcworkspace/xcuserdata/agambhullar.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/example/ios/HawcxExampleApp.xcodeproj/xcshareddata/xcschemes/HawcxExampleApp.xcscheme +90 -0
- package/example/ios/HawcxExampleApp.xcodeproj/xcuserdata/agambhullar.xcuserdatad/xcschemes/xcschememanagement.plist +16 -0
- package/example/ios/HawcxExampleApp.xcworkspace/contents.xcworkspacedata +10 -0
- package/example/ios/HawcxExampleAppTests/HawcxExampleAppTests.m +66 -0
- package/example/ios/HawcxExampleAppTests/Info.plist +24 -0
- package/example/ios/Podfile +55 -0
- package/example/ios/Podfile.lock +1290 -0
- package/example/metro.config.js +16 -0
- package/example/package-lock.json +13220 -0
- package/example/package.json +30 -0
- package/example/src/App.tsx +552 -0
- package/example/src/hawcx.config.ts +41 -0
- package/example/tsconfig.json +8 -0
- package/ios/Frameworks/.keep +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/Info.plist +44 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/HawcxFramework +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Headers/HawcxFramework.h +16 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Info.plist +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios.abi.json +9794 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios.private.swiftinterface +302 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios.swiftinterface +302 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64/HawcxFramework.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/HawcxFramework +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Headers/HawcxFramework.h +16 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Info.plist +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.abi.json +9794 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +302 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/arm64-apple-ios-simulator.swiftinterface +302 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.abi.json +9794 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +302 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/HawcxFramework.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +302 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/Modules/module.modulemap +6 -0
- package/ios/Frameworks/HawcxFramework.xcframework/ios-arm64_x86_64-simulator/HawcxFramework.framework/_CodeSignature/CodeResources +234 -0
- package/ios/HawcxReactNative.m +51 -0
- package/ios/HawcxReactNative.swift +311 -0
- package/lib/commonjs/index.js +404 -0
- package/lib/commonjs/index.js.map +1 -0
- package/lib/module/index.js +375 -0
- package/lib/module/index.js.map +1 -0
- package/lib/typescript/__tests__/index.test.d.ts +2 -0
- package/lib/typescript/__tests__/index.test.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +151 -0
- package/lib/typescript/index.d.ts.map +1 -0
- package/package.json +72 -0
- package/react_mobile_sdk_plan.md +240 -0
- package/src/__tests__/index.test.ts +163 -0
- package/src/index.ts +518 -0
|
@@ -0,0 +1,1290 @@
|
|
|
1
|
+
PODS:
|
|
2
|
+
- boost (1.83.0)
|
|
3
|
+
- DoubleConversion (1.1.6)
|
|
4
|
+
- FBLazyVector (0.73.9)
|
|
5
|
+
- FBReactNativeSpec (0.73.9):
|
|
6
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
7
|
+
- RCTRequired (= 0.73.9)
|
|
8
|
+
- RCTTypeSafety (= 0.73.9)
|
|
9
|
+
- React-Core (= 0.73.9)
|
|
10
|
+
- React-jsi (= 0.73.9)
|
|
11
|
+
- ReactCommon/turbomodule/core (= 0.73.9)
|
|
12
|
+
- fmt (6.2.1)
|
|
13
|
+
- glog (0.3.5)
|
|
14
|
+
- HawcxReactNative (1.0.1):
|
|
15
|
+
- React-Core
|
|
16
|
+
- hermes-engine (0.73.9):
|
|
17
|
+
- hermes-engine/Pre-built (= 0.73.9)
|
|
18
|
+
- hermes-engine/Pre-built (0.73.9)
|
|
19
|
+
- libevent (2.1.12)
|
|
20
|
+
- RCT-Folly (2022.05.16.00):
|
|
21
|
+
- boost
|
|
22
|
+
- DoubleConversion
|
|
23
|
+
- fmt (~> 6.2.1)
|
|
24
|
+
- glog
|
|
25
|
+
- RCT-Folly/Default (= 2022.05.16.00)
|
|
26
|
+
- RCT-Folly/Default (2022.05.16.00):
|
|
27
|
+
- boost
|
|
28
|
+
- DoubleConversion
|
|
29
|
+
- fmt (~> 6.2.1)
|
|
30
|
+
- glog
|
|
31
|
+
- RCT-Folly/Fabric (2022.05.16.00):
|
|
32
|
+
- boost
|
|
33
|
+
- DoubleConversion
|
|
34
|
+
- fmt (~> 6.2.1)
|
|
35
|
+
- glog
|
|
36
|
+
- RCT-Folly/Futures (2022.05.16.00):
|
|
37
|
+
- boost
|
|
38
|
+
- DoubleConversion
|
|
39
|
+
- fmt (~> 6.2.1)
|
|
40
|
+
- glog
|
|
41
|
+
- libevent
|
|
42
|
+
- RCTRequired (0.73.9)
|
|
43
|
+
- RCTTypeSafety (0.73.9):
|
|
44
|
+
- FBLazyVector (= 0.73.9)
|
|
45
|
+
- RCTRequired (= 0.73.9)
|
|
46
|
+
- React-Core (= 0.73.9)
|
|
47
|
+
- React (0.73.9):
|
|
48
|
+
- React-Core (= 0.73.9)
|
|
49
|
+
- React-Core/DevSupport (= 0.73.9)
|
|
50
|
+
- React-Core/RCTWebSocket (= 0.73.9)
|
|
51
|
+
- React-RCTActionSheet (= 0.73.9)
|
|
52
|
+
- React-RCTAnimation (= 0.73.9)
|
|
53
|
+
- React-RCTBlob (= 0.73.9)
|
|
54
|
+
- React-RCTImage (= 0.73.9)
|
|
55
|
+
- React-RCTLinking (= 0.73.9)
|
|
56
|
+
- React-RCTNetwork (= 0.73.9)
|
|
57
|
+
- React-RCTSettings (= 0.73.9)
|
|
58
|
+
- React-RCTText (= 0.73.9)
|
|
59
|
+
- React-RCTVibration (= 0.73.9)
|
|
60
|
+
- React-callinvoker (0.73.9)
|
|
61
|
+
- React-Codegen (0.73.9):
|
|
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.73.9):
|
|
77
|
+
- glog
|
|
78
|
+
- hermes-engine
|
|
79
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
80
|
+
- React-Core/Default (= 0.73.9)
|
|
81
|
+
- React-cxxreact
|
|
82
|
+
- React-hermes
|
|
83
|
+
- React-jsi
|
|
84
|
+
- React-jsiexecutor
|
|
85
|
+
- React-perflogger
|
|
86
|
+
- React-runtimescheduler
|
|
87
|
+
- React-utils
|
|
88
|
+
- SocketRocket (= 0.6.1)
|
|
89
|
+
- Yoga
|
|
90
|
+
- React-Core/CoreModulesHeaders (0.73.9):
|
|
91
|
+
- glog
|
|
92
|
+
- hermes-engine
|
|
93
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
94
|
+
- React-Core/Default
|
|
95
|
+
- React-cxxreact
|
|
96
|
+
- React-hermes
|
|
97
|
+
- React-jsi
|
|
98
|
+
- React-jsiexecutor
|
|
99
|
+
- React-perflogger
|
|
100
|
+
- React-runtimescheduler
|
|
101
|
+
- React-utils
|
|
102
|
+
- SocketRocket (= 0.6.1)
|
|
103
|
+
- Yoga
|
|
104
|
+
- React-Core/Default (0.73.9):
|
|
105
|
+
- glog
|
|
106
|
+
- hermes-engine
|
|
107
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
108
|
+
- React-cxxreact
|
|
109
|
+
- React-hermes
|
|
110
|
+
- React-jsi
|
|
111
|
+
- React-jsiexecutor
|
|
112
|
+
- React-perflogger
|
|
113
|
+
- React-runtimescheduler
|
|
114
|
+
- React-utils
|
|
115
|
+
- SocketRocket (= 0.6.1)
|
|
116
|
+
- Yoga
|
|
117
|
+
- React-Core/DevSupport (0.73.9):
|
|
118
|
+
- glog
|
|
119
|
+
- hermes-engine
|
|
120
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
121
|
+
- React-Core/Default (= 0.73.9)
|
|
122
|
+
- React-Core/RCTWebSocket (= 0.73.9)
|
|
123
|
+
- React-cxxreact
|
|
124
|
+
- React-hermes
|
|
125
|
+
- React-jsi
|
|
126
|
+
- React-jsiexecutor
|
|
127
|
+
- React-jsinspector (= 0.73.9)
|
|
128
|
+
- React-perflogger
|
|
129
|
+
- React-runtimescheduler
|
|
130
|
+
- React-utils
|
|
131
|
+
- SocketRocket (= 0.6.1)
|
|
132
|
+
- Yoga
|
|
133
|
+
- React-Core/RCTActionSheetHeaders (0.73.9):
|
|
134
|
+
- glog
|
|
135
|
+
- hermes-engine
|
|
136
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
137
|
+
- React-Core/Default
|
|
138
|
+
- React-cxxreact
|
|
139
|
+
- React-hermes
|
|
140
|
+
- React-jsi
|
|
141
|
+
- React-jsiexecutor
|
|
142
|
+
- React-perflogger
|
|
143
|
+
- React-runtimescheduler
|
|
144
|
+
- React-utils
|
|
145
|
+
- SocketRocket (= 0.6.1)
|
|
146
|
+
- Yoga
|
|
147
|
+
- React-Core/RCTAnimationHeaders (0.73.9):
|
|
148
|
+
- glog
|
|
149
|
+
- hermes-engine
|
|
150
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
151
|
+
- React-Core/Default
|
|
152
|
+
- React-cxxreact
|
|
153
|
+
- React-hermes
|
|
154
|
+
- React-jsi
|
|
155
|
+
- React-jsiexecutor
|
|
156
|
+
- React-perflogger
|
|
157
|
+
- React-runtimescheduler
|
|
158
|
+
- React-utils
|
|
159
|
+
- SocketRocket (= 0.6.1)
|
|
160
|
+
- Yoga
|
|
161
|
+
- React-Core/RCTBlobHeaders (0.73.9):
|
|
162
|
+
- glog
|
|
163
|
+
- hermes-engine
|
|
164
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
165
|
+
- React-Core/Default
|
|
166
|
+
- React-cxxreact
|
|
167
|
+
- React-hermes
|
|
168
|
+
- React-jsi
|
|
169
|
+
- React-jsiexecutor
|
|
170
|
+
- React-perflogger
|
|
171
|
+
- React-runtimescheduler
|
|
172
|
+
- React-utils
|
|
173
|
+
- SocketRocket (= 0.6.1)
|
|
174
|
+
- Yoga
|
|
175
|
+
- React-Core/RCTImageHeaders (0.73.9):
|
|
176
|
+
- glog
|
|
177
|
+
- hermes-engine
|
|
178
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
179
|
+
- React-Core/Default
|
|
180
|
+
- React-cxxreact
|
|
181
|
+
- React-hermes
|
|
182
|
+
- React-jsi
|
|
183
|
+
- React-jsiexecutor
|
|
184
|
+
- React-perflogger
|
|
185
|
+
- React-runtimescheduler
|
|
186
|
+
- React-utils
|
|
187
|
+
- SocketRocket (= 0.6.1)
|
|
188
|
+
- Yoga
|
|
189
|
+
- React-Core/RCTLinkingHeaders (0.73.9):
|
|
190
|
+
- glog
|
|
191
|
+
- hermes-engine
|
|
192
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
193
|
+
- React-Core/Default
|
|
194
|
+
- React-cxxreact
|
|
195
|
+
- React-hermes
|
|
196
|
+
- React-jsi
|
|
197
|
+
- React-jsiexecutor
|
|
198
|
+
- React-perflogger
|
|
199
|
+
- React-runtimescheduler
|
|
200
|
+
- React-utils
|
|
201
|
+
- SocketRocket (= 0.6.1)
|
|
202
|
+
- Yoga
|
|
203
|
+
- React-Core/RCTNetworkHeaders (0.73.9):
|
|
204
|
+
- glog
|
|
205
|
+
- hermes-engine
|
|
206
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
207
|
+
- React-Core/Default
|
|
208
|
+
- React-cxxreact
|
|
209
|
+
- React-hermes
|
|
210
|
+
- React-jsi
|
|
211
|
+
- React-jsiexecutor
|
|
212
|
+
- React-perflogger
|
|
213
|
+
- React-runtimescheduler
|
|
214
|
+
- React-utils
|
|
215
|
+
- SocketRocket (= 0.6.1)
|
|
216
|
+
- Yoga
|
|
217
|
+
- React-Core/RCTSettingsHeaders (0.73.9):
|
|
218
|
+
- glog
|
|
219
|
+
- hermes-engine
|
|
220
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
221
|
+
- React-Core/Default
|
|
222
|
+
- React-cxxreact
|
|
223
|
+
- React-hermes
|
|
224
|
+
- React-jsi
|
|
225
|
+
- React-jsiexecutor
|
|
226
|
+
- React-perflogger
|
|
227
|
+
- React-runtimescheduler
|
|
228
|
+
- React-utils
|
|
229
|
+
- SocketRocket (= 0.6.1)
|
|
230
|
+
- Yoga
|
|
231
|
+
- React-Core/RCTTextHeaders (0.73.9):
|
|
232
|
+
- glog
|
|
233
|
+
- hermes-engine
|
|
234
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
235
|
+
- React-Core/Default
|
|
236
|
+
- React-cxxreact
|
|
237
|
+
- React-hermes
|
|
238
|
+
- React-jsi
|
|
239
|
+
- React-jsiexecutor
|
|
240
|
+
- React-perflogger
|
|
241
|
+
- React-runtimescheduler
|
|
242
|
+
- React-utils
|
|
243
|
+
- SocketRocket (= 0.6.1)
|
|
244
|
+
- Yoga
|
|
245
|
+
- React-Core/RCTVibrationHeaders (0.73.9):
|
|
246
|
+
- glog
|
|
247
|
+
- hermes-engine
|
|
248
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
249
|
+
- React-Core/Default
|
|
250
|
+
- React-cxxreact
|
|
251
|
+
- React-hermes
|
|
252
|
+
- React-jsi
|
|
253
|
+
- React-jsiexecutor
|
|
254
|
+
- React-perflogger
|
|
255
|
+
- React-runtimescheduler
|
|
256
|
+
- React-utils
|
|
257
|
+
- SocketRocket (= 0.6.1)
|
|
258
|
+
- Yoga
|
|
259
|
+
- React-Core/RCTWebSocket (0.73.9):
|
|
260
|
+
- glog
|
|
261
|
+
- hermes-engine
|
|
262
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
263
|
+
- React-Core/Default (= 0.73.9)
|
|
264
|
+
- React-cxxreact
|
|
265
|
+
- React-hermes
|
|
266
|
+
- React-jsi
|
|
267
|
+
- React-jsiexecutor
|
|
268
|
+
- React-perflogger
|
|
269
|
+
- React-runtimescheduler
|
|
270
|
+
- React-utils
|
|
271
|
+
- SocketRocket (= 0.6.1)
|
|
272
|
+
- Yoga
|
|
273
|
+
- React-CoreModules (0.73.9):
|
|
274
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
275
|
+
- RCTTypeSafety (= 0.73.9)
|
|
276
|
+
- React-Codegen
|
|
277
|
+
- React-Core/CoreModulesHeaders (= 0.73.9)
|
|
278
|
+
- React-jsi (= 0.73.9)
|
|
279
|
+
- React-NativeModulesApple
|
|
280
|
+
- React-RCTBlob
|
|
281
|
+
- React-RCTImage (= 0.73.9)
|
|
282
|
+
- ReactCommon
|
|
283
|
+
- SocketRocket (= 0.6.1)
|
|
284
|
+
- React-cxxreact (0.73.9):
|
|
285
|
+
- boost (= 1.83.0)
|
|
286
|
+
- DoubleConversion
|
|
287
|
+
- fmt (~> 6.2.1)
|
|
288
|
+
- glog
|
|
289
|
+
- hermes-engine
|
|
290
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
291
|
+
- React-callinvoker (= 0.73.9)
|
|
292
|
+
- React-debug (= 0.73.9)
|
|
293
|
+
- React-jsi (= 0.73.9)
|
|
294
|
+
- React-jsinspector (= 0.73.9)
|
|
295
|
+
- React-logger (= 0.73.9)
|
|
296
|
+
- React-perflogger (= 0.73.9)
|
|
297
|
+
- React-runtimeexecutor (= 0.73.9)
|
|
298
|
+
- React-debug (0.73.9)
|
|
299
|
+
- React-Fabric (0.73.9):
|
|
300
|
+
- DoubleConversion
|
|
301
|
+
- fmt (~> 6.2.1)
|
|
302
|
+
- glog
|
|
303
|
+
- hermes-engine
|
|
304
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
305
|
+
- RCTRequired
|
|
306
|
+
- RCTTypeSafety
|
|
307
|
+
- React-Core
|
|
308
|
+
- React-cxxreact
|
|
309
|
+
- React-debug
|
|
310
|
+
- React-Fabric/animations (= 0.73.9)
|
|
311
|
+
- React-Fabric/attributedstring (= 0.73.9)
|
|
312
|
+
- React-Fabric/componentregistry (= 0.73.9)
|
|
313
|
+
- React-Fabric/componentregistrynative (= 0.73.9)
|
|
314
|
+
- React-Fabric/components (= 0.73.9)
|
|
315
|
+
- React-Fabric/core (= 0.73.9)
|
|
316
|
+
- React-Fabric/imagemanager (= 0.73.9)
|
|
317
|
+
- React-Fabric/leakchecker (= 0.73.9)
|
|
318
|
+
- React-Fabric/mounting (= 0.73.9)
|
|
319
|
+
- React-Fabric/scheduler (= 0.73.9)
|
|
320
|
+
- React-Fabric/telemetry (= 0.73.9)
|
|
321
|
+
- React-Fabric/templateprocessor (= 0.73.9)
|
|
322
|
+
- React-Fabric/textlayoutmanager (= 0.73.9)
|
|
323
|
+
- React-Fabric/uimanager (= 0.73.9)
|
|
324
|
+
- React-graphics
|
|
325
|
+
- React-jsi
|
|
326
|
+
- React-jsiexecutor
|
|
327
|
+
- React-logger
|
|
328
|
+
- React-rendererdebug
|
|
329
|
+
- React-runtimescheduler
|
|
330
|
+
- React-utils
|
|
331
|
+
- ReactCommon/turbomodule/core
|
|
332
|
+
- React-Fabric/animations (0.73.9):
|
|
333
|
+
- DoubleConversion
|
|
334
|
+
- fmt (~> 6.2.1)
|
|
335
|
+
- glog
|
|
336
|
+
- hermes-engine
|
|
337
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
338
|
+
- RCTRequired
|
|
339
|
+
- RCTTypeSafety
|
|
340
|
+
- React-Core
|
|
341
|
+
- React-cxxreact
|
|
342
|
+
- React-debug
|
|
343
|
+
- React-graphics
|
|
344
|
+
- React-jsi
|
|
345
|
+
- React-jsiexecutor
|
|
346
|
+
- React-logger
|
|
347
|
+
- React-rendererdebug
|
|
348
|
+
- React-runtimescheduler
|
|
349
|
+
- React-utils
|
|
350
|
+
- ReactCommon/turbomodule/core
|
|
351
|
+
- React-Fabric/attributedstring (0.73.9):
|
|
352
|
+
- DoubleConversion
|
|
353
|
+
- fmt (~> 6.2.1)
|
|
354
|
+
- glog
|
|
355
|
+
- hermes-engine
|
|
356
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
357
|
+
- RCTRequired
|
|
358
|
+
- RCTTypeSafety
|
|
359
|
+
- React-Core
|
|
360
|
+
- React-cxxreact
|
|
361
|
+
- React-debug
|
|
362
|
+
- React-graphics
|
|
363
|
+
- React-jsi
|
|
364
|
+
- React-jsiexecutor
|
|
365
|
+
- React-logger
|
|
366
|
+
- React-rendererdebug
|
|
367
|
+
- React-runtimescheduler
|
|
368
|
+
- React-utils
|
|
369
|
+
- ReactCommon/turbomodule/core
|
|
370
|
+
- React-Fabric/componentregistry (0.73.9):
|
|
371
|
+
- DoubleConversion
|
|
372
|
+
- fmt (~> 6.2.1)
|
|
373
|
+
- glog
|
|
374
|
+
- hermes-engine
|
|
375
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
376
|
+
- RCTRequired
|
|
377
|
+
- RCTTypeSafety
|
|
378
|
+
- React-Core
|
|
379
|
+
- React-cxxreact
|
|
380
|
+
- React-debug
|
|
381
|
+
- React-graphics
|
|
382
|
+
- React-jsi
|
|
383
|
+
- React-jsiexecutor
|
|
384
|
+
- React-logger
|
|
385
|
+
- React-rendererdebug
|
|
386
|
+
- React-runtimescheduler
|
|
387
|
+
- React-utils
|
|
388
|
+
- ReactCommon/turbomodule/core
|
|
389
|
+
- React-Fabric/componentregistrynative (0.73.9):
|
|
390
|
+
- DoubleConversion
|
|
391
|
+
- fmt (~> 6.2.1)
|
|
392
|
+
- glog
|
|
393
|
+
- hermes-engine
|
|
394
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
395
|
+
- RCTRequired
|
|
396
|
+
- RCTTypeSafety
|
|
397
|
+
- React-Core
|
|
398
|
+
- React-cxxreact
|
|
399
|
+
- React-debug
|
|
400
|
+
- React-graphics
|
|
401
|
+
- React-jsi
|
|
402
|
+
- React-jsiexecutor
|
|
403
|
+
- React-logger
|
|
404
|
+
- React-rendererdebug
|
|
405
|
+
- React-runtimescheduler
|
|
406
|
+
- React-utils
|
|
407
|
+
- ReactCommon/turbomodule/core
|
|
408
|
+
- React-Fabric/components (0.73.9):
|
|
409
|
+
- DoubleConversion
|
|
410
|
+
- fmt (~> 6.2.1)
|
|
411
|
+
- glog
|
|
412
|
+
- hermes-engine
|
|
413
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
414
|
+
- RCTRequired
|
|
415
|
+
- RCTTypeSafety
|
|
416
|
+
- React-Core
|
|
417
|
+
- React-cxxreact
|
|
418
|
+
- React-debug
|
|
419
|
+
- React-Fabric/components/inputaccessory (= 0.73.9)
|
|
420
|
+
- React-Fabric/components/legacyviewmanagerinterop (= 0.73.9)
|
|
421
|
+
- React-Fabric/components/modal (= 0.73.9)
|
|
422
|
+
- React-Fabric/components/rncore (= 0.73.9)
|
|
423
|
+
- React-Fabric/components/root (= 0.73.9)
|
|
424
|
+
- React-Fabric/components/safeareaview (= 0.73.9)
|
|
425
|
+
- React-Fabric/components/scrollview (= 0.73.9)
|
|
426
|
+
- React-Fabric/components/text (= 0.73.9)
|
|
427
|
+
- React-Fabric/components/textinput (= 0.73.9)
|
|
428
|
+
- React-Fabric/components/unimplementedview (= 0.73.9)
|
|
429
|
+
- React-Fabric/components/view (= 0.73.9)
|
|
430
|
+
- React-graphics
|
|
431
|
+
- React-jsi
|
|
432
|
+
- React-jsiexecutor
|
|
433
|
+
- React-logger
|
|
434
|
+
- React-rendererdebug
|
|
435
|
+
- React-runtimescheduler
|
|
436
|
+
- React-utils
|
|
437
|
+
- ReactCommon/turbomodule/core
|
|
438
|
+
- React-Fabric/components/inputaccessory (0.73.9):
|
|
439
|
+
- DoubleConversion
|
|
440
|
+
- fmt (~> 6.2.1)
|
|
441
|
+
- glog
|
|
442
|
+
- hermes-engine
|
|
443
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
444
|
+
- RCTRequired
|
|
445
|
+
- RCTTypeSafety
|
|
446
|
+
- React-Core
|
|
447
|
+
- React-cxxreact
|
|
448
|
+
- React-debug
|
|
449
|
+
- React-graphics
|
|
450
|
+
- React-jsi
|
|
451
|
+
- React-jsiexecutor
|
|
452
|
+
- React-logger
|
|
453
|
+
- React-rendererdebug
|
|
454
|
+
- React-runtimescheduler
|
|
455
|
+
- React-utils
|
|
456
|
+
- ReactCommon/turbomodule/core
|
|
457
|
+
- React-Fabric/components/legacyviewmanagerinterop (0.73.9):
|
|
458
|
+
- DoubleConversion
|
|
459
|
+
- fmt (~> 6.2.1)
|
|
460
|
+
- glog
|
|
461
|
+
- hermes-engine
|
|
462
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
463
|
+
- RCTRequired
|
|
464
|
+
- RCTTypeSafety
|
|
465
|
+
- React-Core
|
|
466
|
+
- React-cxxreact
|
|
467
|
+
- React-debug
|
|
468
|
+
- React-graphics
|
|
469
|
+
- React-jsi
|
|
470
|
+
- React-jsiexecutor
|
|
471
|
+
- React-logger
|
|
472
|
+
- React-rendererdebug
|
|
473
|
+
- React-runtimescheduler
|
|
474
|
+
- React-utils
|
|
475
|
+
- ReactCommon/turbomodule/core
|
|
476
|
+
- React-Fabric/components/modal (0.73.9):
|
|
477
|
+
- DoubleConversion
|
|
478
|
+
- fmt (~> 6.2.1)
|
|
479
|
+
- glog
|
|
480
|
+
- hermes-engine
|
|
481
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
482
|
+
- RCTRequired
|
|
483
|
+
- RCTTypeSafety
|
|
484
|
+
- React-Core
|
|
485
|
+
- React-cxxreact
|
|
486
|
+
- React-debug
|
|
487
|
+
- React-graphics
|
|
488
|
+
- React-jsi
|
|
489
|
+
- React-jsiexecutor
|
|
490
|
+
- React-logger
|
|
491
|
+
- React-rendererdebug
|
|
492
|
+
- React-runtimescheduler
|
|
493
|
+
- React-utils
|
|
494
|
+
- ReactCommon/turbomodule/core
|
|
495
|
+
- React-Fabric/components/rncore (0.73.9):
|
|
496
|
+
- DoubleConversion
|
|
497
|
+
- fmt (~> 6.2.1)
|
|
498
|
+
- glog
|
|
499
|
+
- hermes-engine
|
|
500
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
501
|
+
- RCTRequired
|
|
502
|
+
- RCTTypeSafety
|
|
503
|
+
- React-Core
|
|
504
|
+
- React-cxxreact
|
|
505
|
+
- React-debug
|
|
506
|
+
- React-graphics
|
|
507
|
+
- React-jsi
|
|
508
|
+
- React-jsiexecutor
|
|
509
|
+
- React-logger
|
|
510
|
+
- React-rendererdebug
|
|
511
|
+
- React-runtimescheduler
|
|
512
|
+
- React-utils
|
|
513
|
+
- ReactCommon/turbomodule/core
|
|
514
|
+
- React-Fabric/components/root (0.73.9):
|
|
515
|
+
- DoubleConversion
|
|
516
|
+
- fmt (~> 6.2.1)
|
|
517
|
+
- glog
|
|
518
|
+
- hermes-engine
|
|
519
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
520
|
+
- RCTRequired
|
|
521
|
+
- RCTTypeSafety
|
|
522
|
+
- React-Core
|
|
523
|
+
- React-cxxreact
|
|
524
|
+
- React-debug
|
|
525
|
+
- React-graphics
|
|
526
|
+
- React-jsi
|
|
527
|
+
- React-jsiexecutor
|
|
528
|
+
- React-logger
|
|
529
|
+
- React-rendererdebug
|
|
530
|
+
- React-runtimescheduler
|
|
531
|
+
- React-utils
|
|
532
|
+
- ReactCommon/turbomodule/core
|
|
533
|
+
- React-Fabric/components/safeareaview (0.73.9):
|
|
534
|
+
- DoubleConversion
|
|
535
|
+
- fmt (~> 6.2.1)
|
|
536
|
+
- glog
|
|
537
|
+
- hermes-engine
|
|
538
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
539
|
+
- RCTRequired
|
|
540
|
+
- RCTTypeSafety
|
|
541
|
+
- React-Core
|
|
542
|
+
- React-cxxreact
|
|
543
|
+
- React-debug
|
|
544
|
+
- React-graphics
|
|
545
|
+
- React-jsi
|
|
546
|
+
- React-jsiexecutor
|
|
547
|
+
- React-logger
|
|
548
|
+
- React-rendererdebug
|
|
549
|
+
- React-runtimescheduler
|
|
550
|
+
- React-utils
|
|
551
|
+
- ReactCommon/turbomodule/core
|
|
552
|
+
- React-Fabric/components/scrollview (0.73.9):
|
|
553
|
+
- DoubleConversion
|
|
554
|
+
- fmt (~> 6.2.1)
|
|
555
|
+
- glog
|
|
556
|
+
- hermes-engine
|
|
557
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
558
|
+
- RCTRequired
|
|
559
|
+
- RCTTypeSafety
|
|
560
|
+
- React-Core
|
|
561
|
+
- React-cxxreact
|
|
562
|
+
- React-debug
|
|
563
|
+
- React-graphics
|
|
564
|
+
- React-jsi
|
|
565
|
+
- React-jsiexecutor
|
|
566
|
+
- React-logger
|
|
567
|
+
- React-rendererdebug
|
|
568
|
+
- React-runtimescheduler
|
|
569
|
+
- React-utils
|
|
570
|
+
- ReactCommon/turbomodule/core
|
|
571
|
+
- React-Fabric/components/text (0.73.9):
|
|
572
|
+
- DoubleConversion
|
|
573
|
+
- fmt (~> 6.2.1)
|
|
574
|
+
- glog
|
|
575
|
+
- hermes-engine
|
|
576
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
577
|
+
- RCTRequired
|
|
578
|
+
- RCTTypeSafety
|
|
579
|
+
- React-Core
|
|
580
|
+
- React-cxxreact
|
|
581
|
+
- React-debug
|
|
582
|
+
- React-graphics
|
|
583
|
+
- React-jsi
|
|
584
|
+
- React-jsiexecutor
|
|
585
|
+
- React-logger
|
|
586
|
+
- React-rendererdebug
|
|
587
|
+
- React-runtimescheduler
|
|
588
|
+
- React-utils
|
|
589
|
+
- ReactCommon/turbomodule/core
|
|
590
|
+
- React-Fabric/components/textinput (0.73.9):
|
|
591
|
+
- DoubleConversion
|
|
592
|
+
- fmt (~> 6.2.1)
|
|
593
|
+
- glog
|
|
594
|
+
- hermes-engine
|
|
595
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
596
|
+
- RCTRequired
|
|
597
|
+
- RCTTypeSafety
|
|
598
|
+
- React-Core
|
|
599
|
+
- React-cxxreact
|
|
600
|
+
- React-debug
|
|
601
|
+
- React-graphics
|
|
602
|
+
- React-jsi
|
|
603
|
+
- React-jsiexecutor
|
|
604
|
+
- React-logger
|
|
605
|
+
- React-rendererdebug
|
|
606
|
+
- React-runtimescheduler
|
|
607
|
+
- React-utils
|
|
608
|
+
- ReactCommon/turbomodule/core
|
|
609
|
+
- React-Fabric/components/unimplementedview (0.73.9):
|
|
610
|
+
- DoubleConversion
|
|
611
|
+
- fmt (~> 6.2.1)
|
|
612
|
+
- glog
|
|
613
|
+
- hermes-engine
|
|
614
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
615
|
+
- RCTRequired
|
|
616
|
+
- RCTTypeSafety
|
|
617
|
+
- React-Core
|
|
618
|
+
- React-cxxreact
|
|
619
|
+
- React-debug
|
|
620
|
+
- React-graphics
|
|
621
|
+
- React-jsi
|
|
622
|
+
- React-jsiexecutor
|
|
623
|
+
- React-logger
|
|
624
|
+
- React-rendererdebug
|
|
625
|
+
- React-runtimescheduler
|
|
626
|
+
- React-utils
|
|
627
|
+
- ReactCommon/turbomodule/core
|
|
628
|
+
- React-Fabric/components/view (0.73.9):
|
|
629
|
+
- DoubleConversion
|
|
630
|
+
- fmt (~> 6.2.1)
|
|
631
|
+
- glog
|
|
632
|
+
- hermes-engine
|
|
633
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
634
|
+
- RCTRequired
|
|
635
|
+
- RCTTypeSafety
|
|
636
|
+
- React-Core
|
|
637
|
+
- React-cxxreact
|
|
638
|
+
- React-debug
|
|
639
|
+
- React-graphics
|
|
640
|
+
- React-jsi
|
|
641
|
+
- React-jsiexecutor
|
|
642
|
+
- React-logger
|
|
643
|
+
- React-rendererdebug
|
|
644
|
+
- React-runtimescheduler
|
|
645
|
+
- React-utils
|
|
646
|
+
- ReactCommon/turbomodule/core
|
|
647
|
+
- Yoga
|
|
648
|
+
- React-Fabric/core (0.73.9):
|
|
649
|
+
- DoubleConversion
|
|
650
|
+
- fmt (~> 6.2.1)
|
|
651
|
+
- glog
|
|
652
|
+
- hermes-engine
|
|
653
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
654
|
+
- RCTRequired
|
|
655
|
+
- RCTTypeSafety
|
|
656
|
+
- React-Core
|
|
657
|
+
- React-cxxreact
|
|
658
|
+
- React-debug
|
|
659
|
+
- React-graphics
|
|
660
|
+
- React-jsi
|
|
661
|
+
- React-jsiexecutor
|
|
662
|
+
- React-logger
|
|
663
|
+
- React-rendererdebug
|
|
664
|
+
- React-runtimescheduler
|
|
665
|
+
- React-utils
|
|
666
|
+
- ReactCommon/turbomodule/core
|
|
667
|
+
- React-Fabric/imagemanager (0.73.9):
|
|
668
|
+
- DoubleConversion
|
|
669
|
+
- fmt (~> 6.2.1)
|
|
670
|
+
- glog
|
|
671
|
+
- hermes-engine
|
|
672
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
673
|
+
- RCTRequired
|
|
674
|
+
- RCTTypeSafety
|
|
675
|
+
- React-Core
|
|
676
|
+
- React-cxxreact
|
|
677
|
+
- React-debug
|
|
678
|
+
- React-graphics
|
|
679
|
+
- React-jsi
|
|
680
|
+
- React-jsiexecutor
|
|
681
|
+
- React-logger
|
|
682
|
+
- React-rendererdebug
|
|
683
|
+
- React-runtimescheduler
|
|
684
|
+
- React-utils
|
|
685
|
+
- ReactCommon/turbomodule/core
|
|
686
|
+
- React-Fabric/leakchecker (0.73.9):
|
|
687
|
+
- DoubleConversion
|
|
688
|
+
- fmt (~> 6.2.1)
|
|
689
|
+
- glog
|
|
690
|
+
- hermes-engine
|
|
691
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
692
|
+
- RCTRequired
|
|
693
|
+
- RCTTypeSafety
|
|
694
|
+
- React-Core
|
|
695
|
+
- React-cxxreact
|
|
696
|
+
- React-debug
|
|
697
|
+
- React-graphics
|
|
698
|
+
- React-jsi
|
|
699
|
+
- React-jsiexecutor
|
|
700
|
+
- React-logger
|
|
701
|
+
- React-rendererdebug
|
|
702
|
+
- React-runtimescheduler
|
|
703
|
+
- React-utils
|
|
704
|
+
- ReactCommon/turbomodule/core
|
|
705
|
+
- React-Fabric/mounting (0.73.9):
|
|
706
|
+
- DoubleConversion
|
|
707
|
+
- fmt (~> 6.2.1)
|
|
708
|
+
- glog
|
|
709
|
+
- hermes-engine
|
|
710
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
711
|
+
- RCTRequired
|
|
712
|
+
- RCTTypeSafety
|
|
713
|
+
- React-Core
|
|
714
|
+
- React-cxxreact
|
|
715
|
+
- React-debug
|
|
716
|
+
- React-graphics
|
|
717
|
+
- React-jsi
|
|
718
|
+
- React-jsiexecutor
|
|
719
|
+
- React-logger
|
|
720
|
+
- React-rendererdebug
|
|
721
|
+
- React-runtimescheduler
|
|
722
|
+
- React-utils
|
|
723
|
+
- ReactCommon/turbomodule/core
|
|
724
|
+
- React-Fabric/scheduler (0.73.9):
|
|
725
|
+
- DoubleConversion
|
|
726
|
+
- fmt (~> 6.2.1)
|
|
727
|
+
- glog
|
|
728
|
+
- hermes-engine
|
|
729
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
730
|
+
- RCTRequired
|
|
731
|
+
- RCTTypeSafety
|
|
732
|
+
- React-Core
|
|
733
|
+
- React-cxxreact
|
|
734
|
+
- React-debug
|
|
735
|
+
- React-graphics
|
|
736
|
+
- React-jsi
|
|
737
|
+
- React-jsiexecutor
|
|
738
|
+
- React-logger
|
|
739
|
+
- React-rendererdebug
|
|
740
|
+
- React-runtimescheduler
|
|
741
|
+
- React-utils
|
|
742
|
+
- ReactCommon/turbomodule/core
|
|
743
|
+
- React-Fabric/telemetry (0.73.9):
|
|
744
|
+
- DoubleConversion
|
|
745
|
+
- fmt (~> 6.2.1)
|
|
746
|
+
- glog
|
|
747
|
+
- hermes-engine
|
|
748
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
749
|
+
- RCTRequired
|
|
750
|
+
- RCTTypeSafety
|
|
751
|
+
- React-Core
|
|
752
|
+
- React-cxxreact
|
|
753
|
+
- React-debug
|
|
754
|
+
- React-graphics
|
|
755
|
+
- React-jsi
|
|
756
|
+
- React-jsiexecutor
|
|
757
|
+
- React-logger
|
|
758
|
+
- React-rendererdebug
|
|
759
|
+
- React-runtimescheduler
|
|
760
|
+
- React-utils
|
|
761
|
+
- ReactCommon/turbomodule/core
|
|
762
|
+
- React-Fabric/templateprocessor (0.73.9):
|
|
763
|
+
- DoubleConversion
|
|
764
|
+
- fmt (~> 6.2.1)
|
|
765
|
+
- glog
|
|
766
|
+
- hermes-engine
|
|
767
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
768
|
+
- RCTRequired
|
|
769
|
+
- RCTTypeSafety
|
|
770
|
+
- React-Core
|
|
771
|
+
- React-cxxreact
|
|
772
|
+
- React-debug
|
|
773
|
+
- React-graphics
|
|
774
|
+
- React-jsi
|
|
775
|
+
- React-jsiexecutor
|
|
776
|
+
- React-logger
|
|
777
|
+
- React-rendererdebug
|
|
778
|
+
- React-runtimescheduler
|
|
779
|
+
- React-utils
|
|
780
|
+
- ReactCommon/turbomodule/core
|
|
781
|
+
- React-Fabric/textlayoutmanager (0.73.9):
|
|
782
|
+
- DoubleConversion
|
|
783
|
+
- fmt (~> 6.2.1)
|
|
784
|
+
- glog
|
|
785
|
+
- hermes-engine
|
|
786
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
787
|
+
- RCTRequired
|
|
788
|
+
- RCTTypeSafety
|
|
789
|
+
- React-Core
|
|
790
|
+
- React-cxxreact
|
|
791
|
+
- React-debug
|
|
792
|
+
- React-Fabric/uimanager
|
|
793
|
+
- React-graphics
|
|
794
|
+
- React-jsi
|
|
795
|
+
- React-jsiexecutor
|
|
796
|
+
- React-logger
|
|
797
|
+
- React-rendererdebug
|
|
798
|
+
- React-runtimescheduler
|
|
799
|
+
- React-utils
|
|
800
|
+
- ReactCommon/turbomodule/core
|
|
801
|
+
- React-Fabric/uimanager (0.73.9):
|
|
802
|
+
- DoubleConversion
|
|
803
|
+
- fmt (~> 6.2.1)
|
|
804
|
+
- glog
|
|
805
|
+
- hermes-engine
|
|
806
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
807
|
+
- RCTRequired
|
|
808
|
+
- RCTTypeSafety
|
|
809
|
+
- React-Core
|
|
810
|
+
- React-cxxreact
|
|
811
|
+
- React-debug
|
|
812
|
+
- React-graphics
|
|
813
|
+
- React-jsi
|
|
814
|
+
- React-jsiexecutor
|
|
815
|
+
- React-logger
|
|
816
|
+
- React-rendererdebug
|
|
817
|
+
- React-runtimescheduler
|
|
818
|
+
- React-utils
|
|
819
|
+
- ReactCommon/turbomodule/core
|
|
820
|
+
- React-FabricImage (0.73.9):
|
|
821
|
+
- DoubleConversion
|
|
822
|
+
- fmt (~> 6.2.1)
|
|
823
|
+
- glog
|
|
824
|
+
- hermes-engine
|
|
825
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
826
|
+
- RCTRequired (= 0.73.9)
|
|
827
|
+
- RCTTypeSafety (= 0.73.9)
|
|
828
|
+
- React-Fabric
|
|
829
|
+
- React-graphics
|
|
830
|
+
- React-ImageManager
|
|
831
|
+
- React-jsi
|
|
832
|
+
- React-jsiexecutor (= 0.73.9)
|
|
833
|
+
- React-logger
|
|
834
|
+
- React-rendererdebug
|
|
835
|
+
- React-utils
|
|
836
|
+
- ReactCommon
|
|
837
|
+
- Yoga
|
|
838
|
+
- React-graphics (0.73.9):
|
|
839
|
+
- glog
|
|
840
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
841
|
+
- React-Core/Default (= 0.73.9)
|
|
842
|
+
- React-utils
|
|
843
|
+
- React-hermes (0.73.9):
|
|
844
|
+
- DoubleConversion
|
|
845
|
+
- fmt (~> 6.2.1)
|
|
846
|
+
- glog
|
|
847
|
+
- hermes-engine
|
|
848
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
849
|
+
- RCT-Folly/Futures (= 2022.05.16.00)
|
|
850
|
+
- React-cxxreact (= 0.73.9)
|
|
851
|
+
- React-jsi
|
|
852
|
+
- React-jsiexecutor (= 0.73.9)
|
|
853
|
+
- React-jsinspector (= 0.73.9)
|
|
854
|
+
- React-perflogger (= 0.73.9)
|
|
855
|
+
- React-ImageManager (0.73.9):
|
|
856
|
+
- glog
|
|
857
|
+
- RCT-Folly/Fabric
|
|
858
|
+
- React-Core/Default
|
|
859
|
+
- React-debug
|
|
860
|
+
- React-Fabric
|
|
861
|
+
- React-graphics
|
|
862
|
+
- React-rendererdebug
|
|
863
|
+
- React-utils
|
|
864
|
+
- React-jserrorhandler (0.73.9):
|
|
865
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
866
|
+
- React-debug
|
|
867
|
+
- React-jsi
|
|
868
|
+
- React-Mapbuffer
|
|
869
|
+
- React-jsi (0.73.9):
|
|
870
|
+
- boost (= 1.83.0)
|
|
871
|
+
- DoubleConversion
|
|
872
|
+
- fmt (~> 6.2.1)
|
|
873
|
+
- glog
|
|
874
|
+
- hermes-engine
|
|
875
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
876
|
+
- React-jsiexecutor (0.73.9):
|
|
877
|
+
- DoubleConversion
|
|
878
|
+
- fmt (~> 6.2.1)
|
|
879
|
+
- glog
|
|
880
|
+
- hermes-engine
|
|
881
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
882
|
+
- React-cxxreact (= 0.73.9)
|
|
883
|
+
- React-jsi (= 0.73.9)
|
|
884
|
+
- React-perflogger (= 0.73.9)
|
|
885
|
+
- React-jsinspector (0.73.9)
|
|
886
|
+
- React-logger (0.73.9):
|
|
887
|
+
- glog
|
|
888
|
+
- React-Mapbuffer (0.73.9):
|
|
889
|
+
- glog
|
|
890
|
+
- React-debug
|
|
891
|
+
- react-native-safe-area-context (4.10.5):
|
|
892
|
+
- React-Core
|
|
893
|
+
- React-nativeconfig (0.73.9)
|
|
894
|
+
- React-NativeModulesApple (0.73.9):
|
|
895
|
+
- glog
|
|
896
|
+
- hermes-engine
|
|
897
|
+
- React-callinvoker
|
|
898
|
+
- React-Core
|
|
899
|
+
- React-cxxreact
|
|
900
|
+
- React-jsi
|
|
901
|
+
- React-runtimeexecutor
|
|
902
|
+
- ReactCommon/turbomodule/bridging
|
|
903
|
+
- ReactCommon/turbomodule/core
|
|
904
|
+
- React-perflogger (0.73.9)
|
|
905
|
+
- React-RCTActionSheet (0.73.9):
|
|
906
|
+
- React-Core/RCTActionSheetHeaders (= 0.73.9)
|
|
907
|
+
- React-RCTAnimation (0.73.9):
|
|
908
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
909
|
+
- RCTTypeSafety
|
|
910
|
+
- React-Codegen
|
|
911
|
+
- React-Core/RCTAnimationHeaders
|
|
912
|
+
- React-jsi
|
|
913
|
+
- React-NativeModulesApple
|
|
914
|
+
- ReactCommon
|
|
915
|
+
- React-RCTAppDelegate (0.73.9):
|
|
916
|
+
- RCT-Folly
|
|
917
|
+
- RCTRequired
|
|
918
|
+
- RCTTypeSafety
|
|
919
|
+
- React-Core
|
|
920
|
+
- React-CoreModules
|
|
921
|
+
- React-hermes
|
|
922
|
+
- React-nativeconfig
|
|
923
|
+
- React-NativeModulesApple
|
|
924
|
+
- React-RCTFabric
|
|
925
|
+
- React-RCTImage
|
|
926
|
+
- React-RCTNetwork
|
|
927
|
+
- React-runtimescheduler
|
|
928
|
+
- ReactCommon
|
|
929
|
+
- React-RCTBlob (0.73.9):
|
|
930
|
+
- hermes-engine
|
|
931
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
932
|
+
- React-Codegen
|
|
933
|
+
- React-Core/RCTBlobHeaders
|
|
934
|
+
- React-Core/RCTWebSocket
|
|
935
|
+
- React-jsi
|
|
936
|
+
- React-NativeModulesApple
|
|
937
|
+
- React-RCTNetwork
|
|
938
|
+
- ReactCommon
|
|
939
|
+
- React-RCTFabric (0.73.9):
|
|
940
|
+
- glog
|
|
941
|
+
- hermes-engine
|
|
942
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
943
|
+
- React-Core
|
|
944
|
+
- React-debug
|
|
945
|
+
- React-Fabric
|
|
946
|
+
- React-FabricImage
|
|
947
|
+
- React-graphics
|
|
948
|
+
- React-ImageManager
|
|
949
|
+
- React-jsi
|
|
950
|
+
- React-nativeconfig
|
|
951
|
+
- React-RCTImage
|
|
952
|
+
- React-RCTText
|
|
953
|
+
- React-rendererdebug
|
|
954
|
+
- React-runtimescheduler
|
|
955
|
+
- React-utils
|
|
956
|
+
- Yoga
|
|
957
|
+
- React-RCTImage (0.73.9):
|
|
958
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
959
|
+
- RCTTypeSafety
|
|
960
|
+
- React-Codegen
|
|
961
|
+
- React-Core/RCTImageHeaders
|
|
962
|
+
- React-jsi
|
|
963
|
+
- React-NativeModulesApple
|
|
964
|
+
- React-RCTNetwork
|
|
965
|
+
- ReactCommon
|
|
966
|
+
- React-RCTLinking (0.73.9):
|
|
967
|
+
- React-Codegen
|
|
968
|
+
- React-Core/RCTLinkingHeaders (= 0.73.9)
|
|
969
|
+
- React-jsi (= 0.73.9)
|
|
970
|
+
- React-NativeModulesApple
|
|
971
|
+
- ReactCommon
|
|
972
|
+
- ReactCommon/turbomodule/core (= 0.73.9)
|
|
973
|
+
- React-RCTNetwork (0.73.9):
|
|
974
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
975
|
+
- RCTTypeSafety
|
|
976
|
+
- React-Codegen
|
|
977
|
+
- React-Core/RCTNetworkHeaders
|
|
978
|
+
- React-jsi
|
|
979
|
+
- React-NativeModulesApple
|
|
980
|
+
- ReactCommon
|
|
981
|
+
- React-RCTSettings (0.73.9):
|
|
982
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
983
|
+
- RCTTypeSafety
|
|
984
|
+
- React-Codegen
|
|
985
|
+
- React-Core/RCTSettingsHeaders
|
|
986
|
+
- React-jsi
|
|
987
|
+
- React-NativeModulesApple
|
|
988
|
+
- ReactCommon
|
|
989
|
+
- React-RCTText (0.73.9):
|
|
990
|
+
- React-Core/RCTTextHeaders (= 0.73.9)
|
|
991
|
+
- Yoga
|
|
992
|
+
- React-RCTVibration (0.73.9):
|
|
993
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
994
|
+
- React-Codegen
|
|
995
|
+
- React-Core/RCTVibrationHeaders
|
|
996
|
+
- React-jsi
|
|
997
|
+
- React-NativeModulesApple
|
|
998
|
+
- ReactCommon
|
|
999
|
+
- React-rendererdebug (0.73.9):
|
|
1000
|
+
- DoubleConversion
|
|
1001
|
+
- fmt (~> 6.2.1)
|
|
1002
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1003
|
+
- React-debug
|
|
1004
|
+
- React-rncore (0.73.9)
|
|
1005
|
+
- React-runtimeexecutor (0.73.9):
|
|
1006
|
+
- React-jsi (= 0.73.9)
|
|
1007
|
+
- React-runtimescheduler (0.73.9):
|
|
1008
|
+
- glog
|
|
1009
|
+
- hermes-engine
|
|
1010
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1011
|
+
- React-callinvoker
|
|
1012
|
+
- React-cxxreact
|
|
1013
|
+
- React-debug
|
|
1014
|
+
- React-jsi
|
|
1015
|
+
- React-rendererdebug
|
|
1016
|
+
- React-runtimeexecutor
|
|
1017
|
+
- React-utils
|
|
1018
|
+
- React-utils (0.73.9):
|
|
1019
|
+
- glog
|
|
1020
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1021
|
+
- React-debug
|
|
1022
|
+
- ReactCommon (0.73.9):
|
|
1023
|
+
- React-logger (= 0.73.9)
|
|
1024
|
+
- ReactCommon/turbomodule (= 0.73.9)
|
|
1025
|
+
- ReactCommon/turbomodule (0.73.9):
|
|
1026
|
+
- DoubleConversion
|
|
1027
|
+
- fmt (~> 6.2.1)
|
|
1028
|
+
- glog
|
|
1029
|
+
- hermes-engine
|
|
1030
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1031
|
+
- React-callinvoker (= 0.73.9)
|
|
1032
|
+
- React-cxxreact (= 0.73.9)
|
|
1033
|
+
- React-jsi (= 0.73.9)
|
|
1034
|
+
- React-logger (= 0.73.9)
|
|
1035
|
+
- React-perflogger (= 0.73.9)
|
|
1036
|
+
- ReactCommon/turbomodule/bridging (= 0.73.9)
|
|
1037
|
+
- ReactCommon/turbomodule/core (= 0.73.9)
|
|
1038
|
+
- ReactCommon/turbomodule/bridging (0.73.9):
|
|
1039
|
+
- DoubleConversion
|
|
1040
|
+
- fmt (~> 6.2.1)
|
|
1041
|
+
- glog
|
|
1042
|
+
- hermes-engine
|
|
1043
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1044
|
+
- React-callinvoker (= 0.73.9)
|
|
1045
|
+
- React-cxxreact (= 0.73.9)
|
|
1046
|
+
- React-jsi (= 0.73.9)
|
|
1047
|
+
- React-logger (= 0.73.9)
|
|
1048
|
+
- React-perflogger (= 0.73.9)
|
|
1049
|
+
- ReactCommon/turbomodule/core (0.73.9):
|
|
1050
|
+
- DoubleConversion
|
|
1051
|
+
- fmt (~> 6.2.1)
|
|
1052
|
+
- glog
|
|
1053
|
+
- hermes-engine
|
|
1054
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1055
|
+
- React-callinvoker (= 0.73.9)
|
|
1056
|
+
- React-cxxreact (= 0.73.9)
|
|
1057
|
+
- React-jsi (= 0.73.9)
|
|
1058
|
+
- React-logger (= 0.73.9)
|
|
1059
|
+
- React-perflogger (= 0.73.9)
|
|
1060
|
+
- RNSVG (15.1.0):
|
|
1061
|
+
- React-Core
|
|
1062
|
+
- SocketRocket (0.6.1)
|
|
1063
|
+
- Yoga (1.14.0)
|
|
1064
|
+
|
|
1065
|
+
DEPENDENCIES:
|
|
1066
|
+
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
|
1067
|
+
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
1068
|
+
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
1069
|
+
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
|
1070
|
+
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
1071
|
+
- "HawcxReactNative (from `../node_modules/@hawcx/react-native-sdk`)"
|
|
1072
|
+
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
|
1073
|
+
- libevent (~> 2.1.12)
|
|
1074
|
+
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
1075
|
+
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
1076
|
+
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
1077
|
+
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
1078
|
+
- React (from `../node_modules/react-native/`)
|
|
1079
|
+
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
1080
|
+
- React-Codegen (from `build/generated/ios`)
|
|
1081
|
+
- React-Core (from `../node_modules/react-native/`)
|
|
1082
|
+
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
1083
|
+
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
|
1084
|
+
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
|
1085
|
+
- React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
|
|
1086
|
+
- React-Fabric (from `../node_modules/react-native/ReactCommon`)
|
|
1087
|
+
- React-FabricImage (from `../node_modules/react-native/ReactCommon`)
|
|
1088
|
+
- React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`)
|
|
1089
|
+
- React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
|
|
1090
|
+
- React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
|
|
1091
|
+
- React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
|
|
1092
|
+
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
1093
|
+
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
1094
|
+
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
|
|
1095
|
+
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
|
1096
|
+
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
|
|
1097
|
+
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
|
|
1098
|
+
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
|
|
1099
|
+
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
|
|
1100
|
+
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
|
1101
|
+
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
1102
|
+
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
1103
|
+
- React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
|
|
1104
|
+
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
1105
|
+
- React-RCTFabric (from `../node_modules/react-native/React`)
|
|
1106
|
+
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
|
1107
|
+
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
|
1108
|
+
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
|
|
1109
|
+
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
1110
|
+
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
1111
|
+
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
1112
|
+
- React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
|
|
1113
|
+
- React-rncore (from `../node_modules/react-native/ReactCommon`)
|
|
1114
|
+
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
|
1115
|
+
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
|
|
1116
|
+
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
|
|
1117
|
+
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
1118
|
+
- RNSVG (from `../node_modules/react-native-svg`)
|
|
1119
|
+
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
1120
|
+
|
|
1121
|
+
SPEC REPOS:
|
|
1122
|
+
trunk:
|
|
1123
|
+
- fmt
|
|
1124
|
+
- libevent
|
|
1125
|
+
- SocketRocket
|
|
1126
|
+
|
|
1127
|
+
EXTERNAL SOURCES:
|
|
1128
|
+
boost:
|
|
1129
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
|
1130
|
+
DoubleConversion:
|
|
1131
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
|
|
1132
|
+
FBLazyVector:
|
|
1133
|
+
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
1134
|
+
FBReactNativeSpec:
|
|
1135
|
+
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
|
1136
|
+
glog:
|
|
1137
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
1138
|
+
HawcxReactNative:
|
|
1139
|
+
:path: "../node_modules/@hawcx/react-native-sdk"
|
|
1140
|
+
hermes-engine:
|
|
1141
|
+
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
|
1142
|
+
:tag: hermes-2024-04-29-RNv0.73.8-644c8be78af1eae7c138fa4093fb87f0f4f8db85
|
|
1143
|
+
RCT-Folly:
|
|
1144
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
1145
|
+
RCTRequired:
|
|
1146
|
+
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
|
1147
|
+
RCTTypeSafety:
|
|
1148
|
+
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
|
1149
|
+
React:
|
|
1150
|
+
:path: "../node_modules/react-native/"
|
|
1151
|
+
React-callinvoker:
|
|
1152
|
+
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
1153
|
+
React-Codegen:
|
|
1154
|
+
:path: build/generated/ios
|
|
1155
|
+
React-Core:
|
|
1156
|
+
:path: "../node_modules/react-native/"
|
|
1157
|
+
React-CoreModules:
|
|
1158
|
+
:path: "../node_modules/react-native/React/CoreModules"
|
|
1159
|
+
React-cxxreact:
|
|
1160
|
+
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
|
1161
|
+
React-debug:
|
|
1162
|
+
:path: "../node_modules/react-native/ReactCommon/react/debug"
|
|
1163
|
+
React-Fabric:
|
|
1164
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1165
|
+
React-FabricImage:
|
|
1166
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1167
|
+
React-graphics:
|
|
1168
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/graphics"
|
|
1169
|
+
React-hermes:
|
|
1170
|
+
:path: "../node_modules/react-native/ReactCommon/hermes"
|
|
1171
|
+
React-ImageManager:
|
|
1172
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
|
|
1173
|
+
React-jserrorhandler:
|
|
1174
|
+
:path: "../node_modules/react-native/ReactCommon/jserrorhandler"
|
|
1175
|
+
React-jsi:
|
|
1176
|
+
:path: "../node_modules/react-native/ReactCommon/jsi"
|
|
1177
|
+
React-jsiexecutor:
|
|
1178
|
+
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
1179
|
+
React-jsinspector:
|
|
1180
|
+
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
|
|
1181
|
+
React-logger:
|
|
1182
|
+
:path: "../node_modules/react-native/ReactCommon/logger"
|
|
1183
|
+
React-Mapbuffer:
|
|
1184
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1185
|
+
react-native-safe-area-context:
|
|
1186
|
+
:path: "../node_modules/react-native-safe-area-context"
|
|
1187
|
+
React-nativeconfig:
|
|
1188
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1189
|
+
React-NativeModulesApple:
|
|
1190
|
+
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
|
|
1191
|
+
React-perflogger:
|
|
1192
|
+
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
|
1193
|
+
React-RCTActionSheet:
|
|
1194
|
+
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
|
1195
|
+
React-RCTAnimation:
|
|
1196
|
+
:path: "../node_modules/react-native/Libraries/NativeAnimation"
|
|
1197
|
+
React-RCTAppDelegate:
|
|
1198
|
+
:path: "../node_modules/react-native/Libraries/AppDelegate"
|
|
1199
|
+
React-RCTBlob:
|
|
1200
|
+
:path: "../node_modules/react-native/Libraries/Blob"
|
|
1201
|
+
React-RCTFabric:
|
|
1202
|
+
:path: "../node_modules/react-native/React"
|
|
1203
|
+
React-RCTImage:
|
|
1204
|
+
:path: "../node_modules/react-native/Libraries/Image"
|
|
1205
|
+
React-RCTLinking:
|
|
1206
|
+
:path: "../node_modules/react-native/Libraries/LinkingIOS"
|
|
1207
|
+
React-RCTNetwork:
|
|
1208
|
+
:path: "../node_modules/react-native/Libraries/Network"
|
|
1209
|
+
React-RCTSettings:
|
|
1210
|
+
:path: "../node_modules/react-native/Libraries/Settings"
|
|
1211
|
+
React-RCTText:
|
|
1212
|
+
:path: "../node_modules/react-native/Libraries/Text"
|
|
1213
|
+
React-RCTVibration:
|
|
1214
|
+
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
1215
|
+
React-rendererdebug:
|
|
1216
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
|
|
1217
|
+
React-rncore:
|
|
1218
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1219
|
+
React-runtimeexecutor:
|
|
1220
|
+
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
|
1221
|
+
React-runtimescheduler:
|
|
1222
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
|
|
1223
|
+
React-utils:
|
|
1224
|
+
:path: "../node_modules/react-native/ReactCommon/react/utils"
|
|
1225
|
+
ReactCommon:
|
|
1226
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1227
|
+
RNSVG:
|
|
1228
|
+
:path: "../node_modules/react-native-svg"
|
|
1229
|
+
Yoga:
|
|
1230
|
+
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
1231
|
+
|
|
1232
|
+
SPEC CHECKSUMS:
|
|
1233
|
+
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
|
|
1234
|
+
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
|
|
1235
|
+
FBLazyVector: 98c189b92292d4bfeac13ffa8df3ce3d84e2fc5b
|
|
1236
|
+
FBReactNativeSpec: 4fe1d8c2fadc7949344b197d933f76b40401aac5
|
|
1237
|
+
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
1238
|
+
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
|
|
1239
|
+
HawcxReactNative: a0987f3af1c0b976e0d5b91e01b28f9545e57f0b
|
|
1240
|
+
hermes-engine: ed62e0dcd013bf4a3b487f164feec1c4e705b5b5
|
|
1241
|
+
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
1242
|
+
RCT-Folly: cd21f1661364f975ae76b3308167ad66b09f53f5
|
|
1243
|
+
RCTRequired: d362a61864a64315aee00faea8dee6cf5b3f4aad
|
|
1244
|
+
RCTTypeSafety: 09baf60faeab02492dc8bf04ce5af1dda645b86d
|
|
1245
|
+
React: b87c7c7c12f8232bd7cfdc4a00bf687144c17e30
|
|
1246
|
+
React-callinvoker: 67de0bc05ecb7e690345a53a1661cea9b24670b0
|
|
1247
|
+
React-Codegen: 698d406447ca6d3544a0203d688800ad27e208e7
|
|
1248
|
+
React-Core: 4cb660fe310d6ee6d1e87308c2bec1541e1a40b4
|
|
1249
|
+
React-CoreModules: 12f9b33b8e1c67324be550e3c2ef1a03fa1aa473
|
|
1250
|
+
React-cxxreact: 4abb46b2ce1fa4eabe1105be8df331fc2dca9706
|
|
1251
|
+
React-debug: 937e24adc0479b9bbed3f1b7e0db68688d93c31c
|
|
1252
|
+
React-Fabric: 9d043276e6db72a45ab1659a50c2e320dcb48c95
|
|
1253
|
+
React-FabricImage: 33738b582e972d6c5d7db20e7107abd8e00c8981
|
|
1254
|
+
React-graphics: 4546a5237cda7a8bb4b61c75f9e556cce8b7f53b
|
|
1255
|
+
React-hermes: 1f47d1f8b218565fd980eb00121d40e0ba2edcea
|
|
1256
|
+
React-ImageManager: 2b3351752327c5aeca0f9f5f059957b6f9e4060e
|
|
1257
|
+
React-jserrorhandler: 7c7e6d9e5d178acf6e829f3e83c71ca2c65f6198
|
|
1258
|
+
React-jsi: 0422dc0b680234b3eabee952c20e23ca63e10b3d
|
|
1259
|
+
React-jsiexecutor: a61443a46b9616f17142d8f63d2e788f9b634be6
|
|
1260
|
+
React-jsinspector: aee04d04ef553d5e30e52a4de2af958cb060069f
|
|
1261
|
+
React-logger: ef76a6d8e04672f19be9b3a49f6ecc4c7141399b
|
|
1262
|
+
React-Mapbuffer: 3dd48fdc197c566c90774761e4799e86b1937572
|
|
1263
|
+
react-native-safe-area-context: df9763c5de6fa38883028e243a0b60123acb8858
|
|
1264
|
+
React-nativeconfig: c1729ab95240ec80d47a2bb8354d8f31138e35a7
|
|
1265
|
+
React-NativeModulesApple: 521cf070f15e717221f440e8d9b7b508db2fd456
|
|
1266
|
+
React-perflogger: c93b6a895eca3f9196656bb20ce0e15ad597a4e9
|
|
1267
|
+
React-RCTActionSheet: 258842f426709dccbc2af31ca42b0a1807d76ad7
|
|
1268
|
+
React-RCTAnimation: e173f27b6e20108354df11ee0ae5a9f7fe09930f
|
|
1269
|
+
React-RCTAppDelegate: 8c1e725f4be6d5fb55e7ea62b76c929eddcb859e
|
|
1270
|
+
React-RCTBlob: 2135cb24f3fa9f4617d7cae03aee10724d5122bb
|
|
1271
|
+
React-RCTFabric: b26c86463c7f96f8ac210caf77975821db93bd79
|
|
1272
|
+
React-RCTImage: 345d59868e372e90a40f30f9775c8f34c50b5ebb
|
|
1273
|
+
React-RCTLinking: d9623fb24075a5a7b9d5f263297135c5128ea37c
|
|
1274
|
+
React-RCTNetwork: 4dfc12857609eae588c212268656bf0ff3ebe1f3
|
|
1275
|
+
React-RCTSettings: 5fa0803b17f29d87dc8d4649a1e5a32d4d081237
|
|
1276
|
+
React-RCTText: f23cca90ce571720460ee8e3525ff7e5f1af5ad0
|
|
1277
|
+
React-RCTVibration: efd2a82f8ecac6e7b363689322215735d1cbcf9e
|
|
1278
|
+
React-rendererdebug: 8cde583ce4248abc4dcee4d185c5264b64761113
|
|
1279
|
+
React-rncore: e7dc772ade687746b8a8a38985b4512b8d232637
|
|
1280
|
+
React-runtimeexecutor: bf98e8973ed4c45139fbbaf2c34af44053acc9a9
|
|
1281
|
+
React-runtimescheduler: 0143f14b1b4b6b68be0f68f75391e5ba9fedb733
|
|
1282
|
+
React-utils: 3914b10f3e2b95e78ab7cc53c98541d504ae387f
|
|
1283
|
+
ReactCommon: 03a07a32cbaf798b01e7025001d6fa5a862709f6
|
|
1284
|
+
RNSVG: a31e321979e3001f56ba9331d10ac917f8ad1851
|
|
1285
|
+
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
|
|
1286
|
+
Yoga: 57d2ffe418d024d56f8b0047f335c677e4c4d9ac
|
|
1287
|
+
|
|
1288
|
+
PODFILE CHECKSUM: a14798d0719ba5d4681aa29f4b4f7c827c5d903e
|
|
1289
|
+
|
|
1290
|
+
COCOAPODS: 1.16.2
|