@jadamsbit/react-native-mapbox-navigation 1.0.10 → 1.0.12
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/.gitattributes +2 -0
- package/.github/actions/setup/action.yml +27 -0
- package/.github/workflows/ci.yml +154 -0
- package/.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs +541 -0
- package/.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs +28 -0
- package/.yarn/releases/yarn-3.6.1.cjs +874 -0
- package/CONTRIBUTING.md +117 -6
- package/LICENSE +1 -2
- package/README.md +4 -4
- package/android/build.gradle +7 -3
- package/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/android/gradle/wrapper/gradle-wrapper.properties +2 -2
- package/android/gradle.properties +5 -3
- package/android/gradlew +17 -12
- package/android/gradlew.bat +10 -10
- package/android/src/main/AndroidManifest.xml +0 -1
- package/android/src/main/AndroidManifestNew.xml +2 -0
- package/android/src/main/java/com/jadamsbit/mapboxnavigation/{MapboxNavigationManager.kt → MapboxNavigationModule.kt} +30 -27
- package/android/src/main/java/com/jadamsbit/mapboxnavigation/MapboxNavigationPackage.kt +3 -2
- package/android/src/main/java/com/jadamsbit/mapboxnavigation/MapboxNavigationView.kt +12 -25
- package/android/src/main/res/layout/navigation_view.xml +6 -7
- package/example/.buckconfig +0 -0
- package/example/{_bundle → .bundle}/config +0 -0
- package/example/.eslintrc.js +1 -1
- package/example/.flowconfig +0 -0
- package/example/.prettierrc.js +2 -2
- package/example/.watchmanconfig +1 -1
- package/example/Gemfile +5 -2
- package/example/NavigationComponent.js +0 -1
- package/example/README.md +79 -0
- package/example/android/app/build.gradle +60 -173
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -0
- package/example/android/app/src/debug/AndroidManifest.xml +1 -5
- package/example/android/app/src/main/AndroidManifest.xml +5 -9
- package/example/android/app/src/main/java/com/mapboxnavigationexample/MainActivity.kt +22 -0
- package/example/android/app/src/main/java/com/mapboxnavigationexample/MainApplication.kt +45 -0
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +1 -1
- 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 +1 -1
- package/example/android/app/src/main/res/values/styles.xml +0 -0
- package/example/android/build.gradle +19 -35
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +3 -1
- package/example/android/gradle.properties +18 -7
- package/example/android/gradlew +173 -109
- package/example/android/gradlew.bat +19 -16
- package/example/android/settings.gradle +3 -3
- package/example/app.json +3 -3
- package/example/babel.config.js +1 -8
- package/example/index.js +3 -7
- package/example/ios/.xcode.env +1 -0
- package/example/ios/.xcode.env.local +2 -0
- package/example/ios/BasicApp/AppDelegate.h +1 -1
- package/example/ios/BasicApp/AppDelegate.m +1 -1
- package/example/ios/BasicApp/Info.plist +18 -18
- package/example/ios/BasicApp.xcodeproj/project.pbxproj +35 -9
- package/example/ios/BasicApp.xcodeproj/xcshareddata/xcschemes/BasicApp.xcscheme +1 -1
- package/example/ios/Podfile +48 -25
- package/example/ios/Podfile.lock +1257 -299
- package/example/jest.config.js +3 -0
- package/example/metro.config.js +19 -19
- package/example/package.json +14 -17
- package/example/react-native.config.js +10 -0
- package/example/{App.js → src/App.js} +3 -3
- package/package.json +1 -1
- package/src/__tests__/index.test.tsx +1 -0
- package/src/typings.ts +0 -1
- package/.vscode/settings.json +0 -3
- package/android/.gradle/7.3.3/checksums/checksums.lock +0 -0
- package/android/.gradle/7.3.3/checksums/md5-checksums.bin +0 -0
- package/android/.gradle/7.3.3/checksums/sha1-checksums.bin +0 -0
- package/android/.gradle/7.3.3/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/android/.gradle/7.3.3/dependencies-accessors/gc.properties +0 -0
- package/android/.gradle/7.3.3/executionHistory/executionHistory.lock +0 -0
- package/android/.gradle/7.3.3/fileChanges/last-build.bin +0 -0
- package/android/.gradle/7.3.3/fileHashes/fileHashes.lock +0 -0
- package/android/.gradle/7.3.3/gc.properties +0 -0
- package/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/android/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/android/.gradle/vcs-1/gc.properties +0 -0
- package/android/README.md +0 -14
- package/dist/index.d.ts +0 -3
- package/dist/index.js +0 -12
- package/dist/typings.d.ts +0 -38
- package/dist/typings.js +0 -1
- package/example/Gemfile.lock +0 -100
- package/example/__tests__/App-test.js +0 -14
- package/example/_ruby-version +0 -1
- package/example/android/.gradle/8.2/checksums/checksums.lock +0 -0
- package/example/android/.gradle/8.2/fileChanges/last-build.bin +0 -0
- package/example/android/.gradle/8.2/fileHashes/fileHashes.lock +0 -0
- package/example/android/.gradle/8.2/gc.properties +0 -0
- package/example/android/.gradle/vcs-1/gc.properties +0 -0
- package/example/android/app/_BUCK +0 -55
- package/example/android/app/build_defs.bzl +0 -19
- package/example/android/app/src/debug/java/com/basicapp/ReactNativeFlipper.java +0 -72
- package/example/android/app/src/main/java/com/basicapp/MainActivity.java +0 -15
- package/example/android/app/src/main/java/com/basicapp/MainApplication.java +0 -81
- package/img/bridging-header.png +0 -0
- package/img/build-setting-linking.png +0 -0
- package/img/build-setting-path.png +0 -0
- /package/android/src/main/res/{values → value}/styles.xml +0 -0
package/example/ios/Podfile.lock
CHANGED
|
@@ -1,310 +1,1148 @@
|
|
|
1
1
|
PODS:
|
|
2
|
-
- boost (1.
|
|
2
|
+
- boost (1.83.0)
|
|
3
|
+
- CocoaAsyncSocket (7.6.5)
|
|
3
4
|
- DoubleConversion (1.1.6)
|
|
4
|
-
- FBLazyVector (0.
|
|
5
|
-
- FBReactNativeSpec (0.
|
|
6
|
-
- RCT-Folly (=
|
|
7
|
-
- RCTRequired (= 0.
|
|
8
|
-
- RCTTypeSafety (= 0.
|
|
9
|
-
- React-Core (= 0.
|
|
10
|
-
- React-jsi (= 0.
|
|
11
|
-
- ReactCommon/turbomodule/core (= 0.
|
|
5
|
+
- FBLazyVector (0.73.6)
|
|
6
|
+
- FBReactNativeSpec (0.73.6):
|
|
7
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
8
|
+
- RCTRequired (= 0.73.6)
|
|
9
|
+
- RCTTypeSafety (= 0.73.6)
|
|
10
|
+
- React-Core (= 0.73.6)
|
|
11
|
+
- React-jsi (= 0.73.6)
|
|
12
|
+
- ReactCommon/turbomodule/core (= 0.73.6)
|
|
13
|
+
- Flipper (0.201.0):
|
|
14
|
+
- Flipper-Folly (~> 2.6)
|
|
15
|
+
- Flipper-Boost-iOSX (1.76.0.1.11)
|
|
16
|
+
- Flipper-DoubleConversion (3.2.0.1)
|
|
17
|
+
- Flipper-Fmt (7.1.7)
|
|
18
|
+
- Flipper-Folly (2.6.10):
|
|
19
|
+
- Flipper-Boost-iOSX
|
|
20
|
+
- Flipper-DoubleConversion
|
|
21
|
+
- Flipper-Fmt (= 7.1.7)
|
|
22
|
+
- Flipper-Glog
|
|
23
|
+
- libevent (~> 2.1.12)
|
|
24
|
+
- OpenSSL-Universal (= 1.1.1100)
|
|
25
|
+
- Flipper-Glog (0.5.0.5)
|
|
26
|
+
- Flipper-PeerTalk (0.0.4)
|
|
27
|
+
- FlipperKit (0.201.0):
|
|
28
|
+
- FlipperKit/Core (= 0.201.0)
|
|
29
|
+
- FlipperKit/Core (0.201.0):
|
|
30
|
+
- Flipper (~> 0.201.0)
|
|
31
|
+
- FlipperKit/CppBridge
|
|
32
|
+
- FlipperKit/FBCxxFollyDynamicConvert
|
|
33
|
+
- FlipperKit/FBDefines
|
|
34
|
+
- FlipperKit/FKPortForwarding
|
|
35
|
+
- SocketRocket (~> 0.6.0)
|
|
36
|
+
- FlipperKit/CppBridge (0.201.0):
|
|
37
|
+
- Flipper (~> 0.201.0)
|
|
38
|
+
- FlipperKit/FBCxxFollyDynamicConvert (0.201.0):
|
|
39
|
+
- Flipper-Folly (~> 2.6)
|
|
40
|
+
- FlipperKit/FBDefines (0.201.0)
|
|
41
|
+
- FlipperKit/FKPortForwarding (0.201.0):
|
|
42
|
+
- CocoaAsyncSocket (~> 7.6)
|
|
43
|
+
- Flipper-PeerTalk (~> 0.0.4)
|
|
44
|
+
- FlipperKit/FlipperKitHighlightOverlay (0.201.0)
|
|
45
|
+
- FlipperKit/FlipperKitLayoutHelpers (0.201.0):
|
|
46
|
+
- FlipperKit/Core
|
|
47
|
+
- FlipperKit/FlipperKitHighlightOverlay
|
|
48
|
+
- FlipperKit/FlipperKitLayoutTextSearchable
|
|
49
|
+
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.201.0):
|
|
50
|
+
- FlipperKit/Core
|
|
51
|
+
- FlipperKit/FlipperKitHighlightOverlay
|
|
52
|
+
- FlipperKit/FlipperKitLayoutHelpers
|
|
53
|
+
- FlipperKit/FlipperKitLayoutPlugin (0.201.0):
|
|
54
|
+
- FlipperKit/Core
|
|
55
|
+
- FlipperKit/FlipperKitHighlightOverlay
|
|
56
|
+
- FlipperKit/FlipperKitLayoutHelpers
|
|
57
|
+
- FlipperKit/FlipperKitLayoutIOSDescriptors
|
|
58
|
+
- FlipperKit/FlipperKitLayoutTextSearchable
|
|
59
|
+
- FlipperKit/FlipperKitLayoutTextSearchable (0.201.0)
|
|
60
|
+
- FlipperKit/FlipperKitNetworkPlugin (0.201.0):
|
|
61
|
+
- FlipperKit/Core
|
|
62
|
+
- FlipperKit/FlipperKitReactPlugin (0.201.0):
|
|
63
|
+
- FlipperKit/Core
|
|
64
|
+
- FlipperKit/FlipperKitUserDefaultsPlugin (0.201.0):
|
|
65
|
+
- FlipperKit/Core
|
|
66
|
+
- FlipperKit/SKIOSNetworkPlugin (0.201.0):
|
|
67
|
+
- FlipperKit/Core
|
|
68
|
+
- FlipperKit/FlipperKitNetworkPlugin
|
|
12
69
|
- fmt (6.2.1)
|
|
13
70
|
- glog (0.3.5)
|
|
14
|
-
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
-
|
|
18
|
-
|
|
71
|
+
- hermes-engine (0.73.6):
|
|
72
|
+
- hermes-engine/Pre-built (= 0.73.6)
|
|
73
|
+
- hermes-engine/Pre-built (0.73.6)
|
|
74
|
+
- libevent (2.1.12)
|
|
75
|
+
- MapboxCommon (23.8.6)
|
|
76
|
+
- MapboxCoreMaps (10.16.4):
|
|
77
|
+
- MapboxCommon (~> 23.8)
|
|
78
|
+
- MapboxCoreNavigation (2.17.0):
|
|
79
|
+
- MapboxDirections (~> 2.11.1)
|
|
19
80
|
- MapboxMobileEvents (~> 1.0)
|
|
20
|
-
- MapboxNavigationNative (~>
|
|
21
|
-
- MapboxDirections (2.
|
|
81
|
+
- MapboxNavigationNative (~> 160.0.0)
|
|
82
|
+
- MapboxDirections (2.11.1):
|
|
22
83
|
- Polyline (~> 5.0)
|
|
84
|
+
- Turf (~> 2.6.1)
|
|
85
|
+
- MapboxMaps (10.16.4):
|
|
86
|
+
- MapboxCommon (= 23.8.6)
|
|
87
|
+
- MapboxCoreMaps (= 10.16.4)
|
|
88
|
+
- MapboxMobileEvents (= 1.0.10)
|
|
23
89
|
- Turf (~> 2.0)
|
|
24
|
-
-
|
|
25
|
-
|
|
26
|
-
-
|
|
27
|
-
-
|
|
28
|
-
- Turf (~> 2.0)
|
|
29
|
-
- MapboxMobileEvents (1.0.6)
|
|
30
|
-
- MapboxNavigation (2.1.1):
|
|
31
|
-
- MapboxCoreNavigation (= 2.1.1)
|
|
32
|
-
- MapboxMaps (< 11.0.0, >= 10.1.1)
|
|
90
|
+
- MapboxMobileEvents (1.0.10)
|
|
91
|
+
- MapboxNavigation (2.17.0):
|
|
92
|
+
- MapboxCoreNavigation (= 2.17.0)
|
|
93
|
+
- MapboxMaps (~> 10.16.1)
|
|
33
94
|
- MapboxMobileEvents (~> 1.0)
|
|
34
95
|
- MapboxSpeech (~> 2.0)
|
|
35
96
|
- Solar-dev (~> 3.0)
|
|
36
|
-
- MapboxNavigationNative (
|
|
37
|
-
- MapboxCommon (~>
|
|
38
|
-
- MapboxSpeech (2.
|
|
39
|
-
-
|
|
40
|
-
-
|
|
97
|
+
- MapboxNavigationNative (160.0.1):
|
|
98
|
+
- MapboxCommon (~> 23.8)
|
|
99
|
+
- MapboxSpeech (2.1.1)
|
|
100
|
+
- OpenSSL-Universal (1.1.1100)
|
|
101
|
+
- Polyline (5.1.0)
|
|
102
|
+
- RCT-Folly (2022.05.16.00):
|
|
103
|
+
- boost
|
|
104
|
+
- DoubleConversion
|
|
105
|
+
- fmt (~> 6.2.1)
|
|
106
|
+
- glog
|
|
107
|
+
- RCT-Folly/Default (= 2022.05.16.00)
|
|
108
|
+
- RCT-Folly/Default (2022.05.16.00):
|
|
41
109
|
- boost
|
|
42
110
|
- DoubleConversion
|
|
43
111
|
- fmt (~> 6.2.1)
|
|
44
112
|
- glog
|
|
45
|
-
|
|
46
|
-
- RCT-Folly/Default (2021.06.28.00-v2):
|
|
113
|
+
- RCT-Folly/Fabric (2022.05.16.00):
|
|
47
114
|
- boost
|
|
48
115
|
- DoubleConversion
|
|
49
116
|
- fmt (~> 6.2.1)
|
|
50
117
|
- glog
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
-
|
|
54
|
-
-
|
|
55
|
-
-
|
|
56
|
-
-
|
|
57
|
-
-
|
|
58
|
-
|
|
59
|
-
-
|
|
60
|
-
-
|
|
61
|
-
- React-
|
|
62
|
-
|
|
63
|
-
- React-
|
|
64
|
-
- React-
|
|
65
|
-
- React-
|
|
66
|
-
- React-
|
|
67
|
-
- React-
|
|
68
|
-
- React-
|
|
69
|
-
- React-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
- React-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
-
|
|
78
|
-
-
|
|
118
|
+
- RCT-Folly/Futures (2022.05.16.00):
|
|
119
|
+
- boost
|
|
120
|
+
- DoubleConversion
|
|
121
|
+
- fmt (~> 6.2.1)
|
|
122
|
+
- glog
|
|
123
|
+
- libevent
|
|
124
|
+
- RCTRequired (0.73.6)
|
|
125
|
+
- RCTTypeSafety (0.73.6):
|
|
126
|
+
- FBLazyVector (= 0.73.6)
|
|
127
|
+
- RCTRequired (= 0.73.6)
|
|
128
|
+
- React-Core (= 0.73.6)
|
|
129
|
+
- React (0.73.6):
|
|
130
|
+
- React-Core (= 0.73.6)
|
|
131
|
+
- React-Core/DevSupport (= 0.73.6)
|
|
132
|
+
- React-Core/RCTWebSocket (= 0.73.6)
|
|
133
|
+
- React-RCTActionSheet (= 0.73.6)
|
|
134
|
+
- React-RCTAnimation (= 0.73.6)
|
|
135
|
+
- React-RCTBlob (= 0.73.6)
|
|
136
|
+
- React-RCTImage (= 0.73.6)
|
|
137
|
+
- React-RCTLinking (= 0.73.6)
|
|
138
|
+
- React-RCTNetwork (= 0.73.6)
|
|
139
|
+
- React-RCTSettings (= 0.73.6)
|
|
140
|
+
- React-RCTText (= 0.73.6)
|
|
141
|
+
- React-RCTVibration (= 0.73.6)
|
|
142
|
+
- React-callinvoker (0.73.6)
|
|
143
|
+
- React-Codegen (0.73.6):
|
|
144
|
+
- DoubleConversion
|
|
145
|
+
- FBReactNativeSpec
|
|
146
|
+
- glog
|
|
147
|
+
- hermes-engine
|
|
148
|
+
- RCT-Folly
|
|
149
|
+
- RCTRequired
|
|
150
|
+
- RCTTypeSafety
|
|
151
|
+
- React-Core
|
|
152
|
+
- React-jsi
|
|
153
|
+
- React-jsiexecutor
|
|
154
|
+
- React-NativeModulesApple
|
|
155
|
+
- React-rncore
|
|
156
|
+
- ReactCommon/turbomodule/bridging
|
|
157
|
+
- ReactCommon/turbomodule/core
|
|
158
|
+
- React-Core (0.73.6):
|
|
159
|
+
- glog
|
|
160
|
+
- hermes-engine
|
|
161
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
162
|
+
- React-Core/Default (= 0.73.6)
|
|
163
|
+
- React-cxxreact
|
|
164
|
+
- React-hermes
|
|
165
|
+
- React-jsi
|
|
166
|
+
- React-jsiexecutor
|
|
167
|
+
- React-perflogger
|
|
168
|
+
- React-runtimescheduler
|
|
169
|
+
- React-utils
|
|
170
|
+
- SocketRocket (= 0.6.1)
|
|
79
171
|
- Yoga
|
|
80
|
-
- React-Core/CoreModulesHeaders (0.
|
|
172
|
+
- React-Core/CoreModulesHeaders (0.73.6):
|
|
81
173
|
- glog
|
|
82
|
-
-
|
|
174
|
+
- hermes-engine
|
|
175
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
83
176
|
- React-Core/Default
|
|
84
|
-
- React-cxxreact
|
|
85
|
-
- React-
|
|
86
|
-
- React-
|
|
87
|
-
- React-
|
|
177
|
+
- React-cxxreact
|
|
178
|
+
- React-hermes
|
|
179
|
+
- React-jsi
|
|
180
|
+
- React-jsiexecutor
|
|
181
|
+
- React-perflogger
|
|
182
|
+
- React-runtimescheduler
|
|
183
|
+
- React-utils
|
|
184
|
+
- SocketRocket (= 0.6.1)
|
|
88
185
|
- Yoga
|
|
89
|
-
- React-Core/Default (0.
|
|
186
|
+
- React-Core/Default (0.73.6):
|
|
90
187
|
- glog
|
|
91
|
-
-
|
|
92
|
-
-
|
|
93
|
-
- React-
|
|
94
|
-
- React-
|
|
95
|
-
- React-
|
|
188
|
+
- hermes-engine
|
|
189
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
190
|
+
- React-cxxreact
|
|
191
|
+
- React-hermes
|
|
192
|
+
- React-jsi
|
|
193
|
+
- React-jsiexecutor
|
|
194
|
+
- React-perflogger
|
|
195
|
+
- React-runtimescheduler
|
|
196
|
+
- React-utils
|
|
197
|
+
- SocketRocket (= 0.6.1)
|
|
96
198
|
- Yoga
|
|
97
|
-
- React-Core/DevSupport (0.
|
|
98
|
-
- glog
|
|
99
|
-
-
|
|
100
|
-
-
|
|
101
|
-
- React-Core/
|
|
102
|
-
- React-
|
|
103
|
-
- React-
|
|
104
|
-
- React-
|
|
105
|
-
- React-
|
|
106
|
-
- React-
|
|
199
|
+
- React-Core/DevSupport (0.73.6):
|
|
200
|
+
- glog
|
|
201
|
+
- hermes-engine
|
|
202
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
203
|
+
- React-Core/Default (= 0.73.6)
|
|
204
|
+
- React-Core/RCTWebSocket (= 0.73.6)
|
|
205
|
+
- React-cxxreact
|
|
206
|
+
- React-hermes
|
|
207
|
+
- React-jsi
|
|
208
|
+
- React-jsiexecutor
|
|
209
|
+
- React-jsinspector (= 0.73.6)
|
|
210
|
+
- React-perflogger
|
|
211
|
+
- React-runtimescheduler
|
|
212
|
+
- React-utils
|
|
213
|
+
- SocketRocket (= 0.6.1)
|
|
107
214
|
- Yoga
|
|
108
|
-
- React-Core/RCTActionSheetHeaders (0.
|
|
215
|
+
- React-Core/RCTActionSheetHeaders (0.73.6):
|
|
109
216
|
- glog
|
|
110
|
-
-
|
|
217
|
+
- hermes-engine
|
|
218
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
111
219
|
- React-Core/Default
|
|
112
|
-
- React-cxxreact
|
|
113
|
-
- React-
|
|
114
|
-
- React-
|
|
115
|
-
- React-
|
|
220
|
+
- React-cxxreact
|
|
221
|
+
- React-hermes
|
|
222
|
+
- React-jsi
|
|
223
|
+
- React-jsiexecutor
|
|
224
|
+
- React-perflogger
|
|
225
|
+
- React-runtimescheduler
|
|
226
|
+
- React-utils
|
|
227
|
+
- SocketRocket (= 0.6.1)
|
|
116
228
|
- Yoga
|
|
117
|
-
- React-Core/RCTAnimationHeaders (0.
|
|
229
|
+
- React-Core/RCTAnimationHeaders (0.73.6):
|
|
118
230
|
- glog
|
|
119
|
-
-
|
|
231
|
+
- hermes-engine
|
|
232
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
120
233
|
- React-Core/Default
|
|
121
|
-
- React-cxxreact
|
|
122
|
-
- React-
|
|
123
|
-
- React-
|
|
124
|
-
- React-
|
|
234
|
+
- React-cxxreact
|
|
235
|
+
- React-hermes
|
|
236
|
+
- React-jsi
|
|
237
|
+
- React-jsiexecutor
|
|
238
|
+
- React-perflogger
|
|
239
|
+
- React-runtimescheduler
|
|
240
|
+
- React-utils
|
|
241
|
+
- SocketRocket (= 0.6.1)
|
|
125
242
|
- Yoga
|
|
126
|
-
- React-Core/RCTBlobHeaders (0.
|
|
243
|
+
- React-Core/RCTBlobHeaders (0.73.6):
|
|
127
244
|
- glog
|
|
128
|
-
-
|
|
245
|
+
- hermes-engine
|
|
246
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
129
247
|
- React-Core/Default
|
|
130
|
-
- React-cxxreact
|
|
131
|
-
- React-
|
|
132
|
-
- React-
|
|
133
|
-
- React-
|
|
248
|
+
- React-cxxreact
|
|
249
|
+
- React-hermes
|
|
250
|
+
- React-jsi
|
|
251
|
+
- React-jsiexecutor
|
|
252
|
+
- React-perflogger
|
|
253
|
+
- React-runtimescheduler
|
|
254
|
+
- React-utils
|
|
255
|
+
- SocketRocket (= 0.6.1)
|
|
134
256
|
- Yoga
|
|
135
|
-
- React-Core/RCTImageHeaders (0.
|
|
257
|
+
- React-Core/RCTImageHeaders (0.73.6):
|
|
136
258
|
- glog
|
|
137
|
-
-
|
|
259
|
+
- hermes-engine
|
|
260
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
138
261
|
- React-Core/Default
|
|
139
|
-
- React-cxxreact
|
|
140
|
-
- React-
|
|
141
|
-
- React-
|
|
142
|
-
- React-
|
|
262
|
+
- React-cxxreact
|
|
263
|
+
- React-hermes
|
|
264
|
+
- React-jsi
|
|
265
|
+
- React-jsiexecutor
|
|
266
|
+
- React-perflogger
|
|
267
|
+
- React-runtimescheduler
|
|
268
|
+
- React-utils
|
|
269
|
+
- SocketRocket (= 0.6.1)
|
|
143
270
|
- Yoga
|
|
144
|
-
- React-Core/RCTLinkingHeaders (0.
|
|
271
|
+
- React-Core/RCTLinkingHeaders (0.73.6):
|
|
145
272
|
- glog
|
|
146
|
-
-
|
|
273
|
+
- hermes-engine
|
|
274
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
147
275
|
- React-Core/Default
|
|
148
|
-
- React-cxxreact
|
|
149
|
-
- React-
|
|
150
|
-
- React-
|
|
151
|
-
- React-
|
|
276
|
+
- React-cxxreact
|
|
277
|
+
- React-hermes
|
|
278
|
+
- React-jsi
|
|
279
|
+
- React-jsiexecutor
|
|
280
|
+
- React-perflogger
|
|
281
|
+
- React-runtimescheduler
|
|
282
|
+
- React-utils
|
|
283
|
+
- SocketRocket (= 0.6.1)
|
|
152
284
|
- Yoga
|
|
153
|
-
- React-Core/RCTNetworkHeaders (0.
|
|
285
|
+
- React-Core/RCTNetworkHeaders (0.73.6):
|
|
154
286
|
- glog
|
|
155
|
-
-
|
|
287
|
+
- hermes-engine
|
|
288
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
156
289
|
- React-Core/Default
|
|
157
|
-
- React-cxxreact
|
|
158
|
-
- React-
|
|
159
|
-
- React-
|
|
160
|
-
- React-
|
|
290
|
+
- React-cxxreact
|
|
291
|
+
- React-hermes
|
|
292
|
+
- React-jsi
|
|
293
|
+
- React-jsiexecutor
|
|
294
|
+
- React-perflogger
|
|
295
|
+
- React-runtimescheduler
|
|
296
|
+
- React-utils
|
|
297
|
+
- SocketRocket (= 0.6.1)
|
|
161
298
|
- Yoga
|
|
162
|
-
- React-Core/RCTSettingsHeaders (0.
|
|
299
|
+
- React-Core/RCTSettingsHeaders (0.73.6):
|
|
163
300
|
- glog
|
|
164
|
-
-
|
|
301
|
+
- hermes-engine
|
|
302
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
165
303
|
- React-Core/Default
|
|
166
|
-
- React-cxxreact
|
|
167
|
-
- React-
|
|
168
|
-
- React-
|
|
169
|
-
- React-
|
|
304
|
+
- React-cxxreact
|
|
305
|
+
- React-hermes
|
|
306
|
+
- React-jsi
|
|
307
|
+
- React-jsiexecutor
|
|
308
|
+
- React-perflogger
|
|
309
|
+
- React-runtimescheduler
|
|
310
|
+
- React-utils
|
|
311
|
+
- SocketRocket (= 0.6.1)
|
|
170
312
|
- Yoga
|
|
171
|
-
- React-Core/RCTTextHeaders (0.
|
|
313
|
+
- React-Core/RCTTextHeaders (0.73.6):
|
|
172
314
|
- glog
|
|
173
|
-
-
|
|
315
|
+
- hermes-engine
|
|
316
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
174
317
|
- React-Core/Default
|
|
175
|
-
- React-cxxreact
|
|
176
|
-
- React-
|
|
177
|
-
- React-
|
|
178
|
-
- React-
|
|
318
|
+
- React-cxxreact
|
|
319
|
+
- React-hermes
|
|
320
|
+
- React-jsi
|
|
321
|
+
- React-jsiexecutor
|
|
322
|
+
- React-perflogger
|
|
323
|
+
- React-runtimescheduler
|
|
324
|
+
- React-utils
|
|
325
|
+
- SocketRocket (= 0.6.1)
|
|
179
326
|
- Yoga
|
|
180
|
-
- React-Core/RCTVibrationHeaders (0.
|
|
327
|
+
- React-Core/RCTVibrationHeaders (0.73.6):
|
|
181
328
|
- glog
|
|
182
|
-
-
|
|
329
|
+
- hermes-engine
|
|
330
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
183
331
|
- React-Core/Default
|
|
184
|
-
- React-cxxreact
|
|
185
|
-
- React-
|
|
186
|
-
- React-
|
|
187
|
-
- React-
|
|
332
|
+
- React-cxxreact
|
|
333
|
+
- React-hermes
|
|
334
|
+
- React-jsi
|
|
335
|
+
- React-jsiexecutor
|
|
336
|
+
- React-perflogger
|
|
337
|
+
- React-runtimescheduler
|
|
338
|
+
- React-utils
|
|
339
|
+
- SocketRocket (= 0.6.1)
|
|
340
|
+
- Yoga
|
|
341
|
+
- React-Core/RCTWebSocket (0.73.6):
|
|
342
|
+
- glog
|
|
343
|
+
- hermes-engine
|
|
344
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
345
|
+
- React-Core/Default (= 0.73.6)
|
|
346
|
+
- React-cxxreact
|
|
347
|
+
- React-hermes
|
|
348
|
+
- React-jsi
|
|
349
|
+
- React-jsiexecutor
|
|
350
|
+
- React-perflogger
|
|
351
|
+
- React-runtimescheduler
|
|
352
|
+
- React-utils
|
|
353
|
+
- SocketRocket (= 0.6.1)
|
|
354
|
+
- Yoga
|
|
355
|
+
- React-CoreModules (0.73.6):
|
|
356
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
357
|
+
- RCTTypeSafety (= 0.73.6)
|
|
358
|
+
- React-Codegen
|
|
359
|
+
- React-Core/CoreModulesHeaders (= 0.73.6)
|
|
360
|
+
- React-jsi (= 0.73.6)
|
|
361
|
+
- React-NativeModulesApple
|
|
362
|
+
- React-RCTBlob
|
|
363
|
+
- React-RCTImage (= 0.73.6)
|
|
364
|
+
- ReactCommon
|
|
365
|
+
- SocketRocket (= 0.6.1)
|
|
366
|
+
- React-cxxreact (0.73.6):
|
|
367
|
+
- boost (= 1.83.0)
|
|
368
|
+
- DoubleConversion
|
|
369
|
+
- fmt (~> 6.2.1)
|
|
370
|
+
- glog
|
|
371
|
+
- hermes-engine
|
|
372
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
373
|
+
- React-callinvoker (= 0.73.6)
|
|
374
|
+
- React-debug (= 0.73.6)
|
|
375
|
+
- React-jsi (= 0.73.6)
|
|
376
|
+
- React-jsinspector (= 0.73.6)
|
|
377
|
+
- React-logger (= 0.73.6)
|
|
378
|
+
- React-perflogger (= 0.73.6)
|
|
379
|
+
- React-runtimeexecutor (= 0.73.6)
|
|
380
|
+
- React-debug (0.73.6)
|
|
381
|
+
- React-Fabric (0.73.6):
|
|
382
|
+
- DoubleConversion
|
|
383
|
+
- fmt (~> 6.2.1)
|
|
384
|
+
- glog
|
|
385
|
+
- hermes-engine
|
|
386
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
387
|
+
- RCTRequired
|
|
388
|
+
- RCTTypeSafety
|
|
389
|
+
- React-Core
|
|
390
|
+
- React-cxxreact
|
|
391
|
+
- React-debug
|
|
392
|
+
- React-Fabric/animations (= 0.73.6)
|
|
393
|
+
- React-Fabric/attributedstring (= 0.73.6)
|
|
394
|
+
- React-Fabric/componentregistry (= 0.73.6)
|
|
395
|
+
- React-Fabric/componentregistrynative (= 0.73.6)
|
|
396
|
+
- React-Fabric/components (= 0.73.6)
|
|
397
|
+
- React-Fabric/core (= 0.73.6)
|
|
398
|
+
- React-Fabric/imagemanager (= 0.73.6)
|
|
399
|
+
- React-Fabric/leakchecker (= 0.73.6)
|
|
400
|
+
- React-Fabric/mounting (= 0.73.6)
|
|
401
|
+
- React-Fabric/scheduler (= 0.73.6)
|
|
402
|
+
- React-Fabric/telemetry (= 0.73.6)
|
|
403
|
+
- React-Fabric/templateprocessor (= 0.73.6)
|
|
404
|
+
- React-Fabric/textlayoutmanager (= 0.73.6)
|
|
405
|
+
- React-Fabric/uimanager (= 0.73.6)
|
|
406
|
+
- React-graphics
|
|
407
|
+
- React-jsi
|
|
408
|
+
- React-jsiexecutor
|
|
409
|
+
- React-logger
|
|
410
|
+
- React-rendererdebug
|
|
411
|
+
- React-runtimescheduler
|
|
412
|
+
- React-utils
|
|
413
|
+
- ReactCommon/turbomodule/core
|
|
414
|
+
- React-Fabric/animations (0.73.6):
|
|
415
|
+
- DoubleConversion
|
|
416
|
+
- fmt (~> 6.2.1)
|
|
417
|
+
- glog
|
|
418
|
+
- hermes-engine
|
|
419
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
420
|
+
- RCTRequired
|
|
421
|
+
- RCTTypeSafety
|
|
422
|
+
- React-Core
|
|
423
|
+
- React-cxxreact
|
|
424
|
+
- React-debug
|
|
425
|
+
- React-graphics
|
|
426
|
+
- React-jsi
|
|
427
|
+
- React-jsiexecutor
|
|
428
|
+
- React-logger
|
|
429
|
+
- React-rendererdebug
|
|
430
|
+
- React-runtimescheduler
|
|
431
|
+
- React-utils
|
|
432
|
+
- ReactCommon/turbomodule/core
|
|
433
|
+
- React-Fabric/attributedstring (0.73.6):
|
|
434
|
+
- DoubleConversion
|
|
435
|
+
- fmt (~> 6.2.1)
|
|
436
|
+
- glog
|
|
437
|
+
- hermes-engine
|
|
438
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
439
|
+
- RCTRequired
|
|
440
|
+
- RCTTypeSafety
|
|
441
|
+
- React-Core
|
|
442
|
+
- React-cxxreact
|
|
443
|
+
- React-debug
|
|
444
|
+
- React-graphics
|
|
445
|
+
- React-jsi
|
|
446
|
+
- React-jsiexecutor
|
|
447
|
+
- React-logger
|
|
448
|
+
- React-rendererdebug
|
|
449
|
+
- React-runtimescheduler
|
|
450
|
+
- React-utils
|
|
451
|
+
- ReactCommon/turbomodule/core
|
|
452
|
+
- React-Fabric/componentregistry (0.73.6):
|
|
453
|
+
- DoubleConversion
|
|
454
|
+
- fmt (~> 6.2.1)
|
|
455
|
+
- glog
|
|
456
|
+
- hermes-engine
|
|
457
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
458
|
+
- RCTRequired
|
|
459
|
+
- RCTTypeSafety
|
|
460
|
+
- React-Core
|
|
461
|
+
- React-cxxreact
|
|
462
|
+
- React-debug
|
|
463
|
+
- React-graphics
|
|
464
|
+
- React-jsi
|
|
465
|
+
- React-jsiexecutor
|
|
466
|
+
- React-logger
|
|
467
|
+
- React-rendererdebug
|
|
468
|
+
- React-runtimescheduler
|
|
469
|
+
- React-utils
|
|
470
|
+
- ReactCommon/turbomodule/core
|
|
471
|
+
- React-Fabric/componentregistrynative (0.73.6):
|
|
472
|
+
- DoubleConversion
|
|
473
|
+
- fmt (~> 6.2.1)
|
|
474
|
+
- glog
|
|
475
|
+
- hermes-engine
|
|
476
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
477
|
+
- RCTRequired
|
|
478
|
+
- RCTTypeSafety
|
|
479
|
+
- React-Core
|
|
480
|
+
- React-cxxreact
|
|
481
|
+
- React-debug
|
|
482
|
+
- React-graphics
|
|
483
|
+
- React-jsi
|
|
484
|
+
- React-jsiexecutor
|
|
485
|
+
- React-logger
|
|
486
|
+
- React-rendererdebug
|
|
487
|
+
- React-runtimescheduler
|
|
488
|
+
- React-utils
|
|
489
|
+
- ReactCommon/turbomodule/core
|
|
490
|
+
- React-Fabric/components (0.73.6):
|
|
491
|
+
- DoubleConversion
|
|
492
|
+
- fmt (~> 6.2.1)
|
|
493
|
+
- glog
|
|
494
|
+
- hermes-engine
|
|
495
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
496
|
+
- RCTRequired
|
|
497
|
+
- RCTTypeSafety
|
|
498
|
+
- React-Core
|
|
499
|
+
- React-cxxreact
|
|
500
|
+
- React-debug
|
|
501
|
+
- React-Fabric/components/inputaccessory (= 0.73.6)
|
|
502
|
+
- React-Fabric/components/legacyviewmanagerinterop (= 0.73.6)
|
|
503
|
+
- React-Fabric/components/modal (= 0.73.6)
|
|
504
|
+
- React-Fabric/components/rncore (= 0.73.6)
|
|
505
|
+
- React-Fabric/components/root (= 0.73.6)
|
|
506
|
+
- React-Fabric/components/safeareaview (= 0.73.6)
|
|
507
|
+
- React-Fabric/components/scrollview (= 0.73.6)
|
|
508
|
+
- React-Fabric/components/text (= 0.73.6)
|
|
509
|
+
- React-Fabric/components/textinput (= 0.73.6)
|
|
510
|
+
- React-Fabric/components/unimplementedview (= 0.73.6)
|
|
511
|
+
- React-Fabric/components/view (= 0.73.6)
|
|
512
|
+
- React-graphics
|
|
513
|
+
- React-jsi
|
|
514
|
+
- React-jsiexecutor
|
|
515
|
+
- React-logger
|
|
516
|
+
- React-rendererdebug
|
|
517
|
+
- React-runtimescheduler
|
|
518
|
+
- React-utils
|
|
519
|
+
- ReactCommon/turbomodule/core
|
|
520
|
+
- React-Fabric/components/inputaccessory (0.73.6):
|
|
521
|
+
- DoubleConversion
|
|
522
|
+
- fmt (~> 6.2.1)
|
|
523
|
+
- glog
|
|
524
|
+
- hermes-engine
|
|
525
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
526
|
+
- RCTRequired
|
|
527
|
+
- RCTTypeSafety
|
|
528
|
+
- React-Core
|
|
529
|
+
- React-cxxreact
|
|
530
|
+
- React-debug
|
|
531
|
+
- React-graphics
|
|
532
|
+
- React-jsi
|
|
533
|
+
- React-jsiexecutor
|
|
534
|
+
- React-logger
|
|
535
|
+
- React-rendererdebug
|
|
536
|
+
- React-runtimescheduler
|
|
537
|
+
- React-utils
|
|
538
|
+
- ReactCommon/turbomodule/core
|
|
539
|
+
- React-Fabric/components/legacyviewmanagerinterop (0.73.6):
|
|
540
|
+
- DoubleConversion
|
|
541
|
+
- fmt (~> 6.2.1)
|
|
542
|
+
- glog
|
|
543
|
+
- hermes-engine
|
|
544
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
545
|
+
- RCTRequired
|
|
546
|
+
- RCTTypeSafety
|
|
547
|
+
- React-Core
|
|
548
|
+
- React-cxxreact
|
|
549
|
+
- React-debug
|
|
550
|
+
- React-graphics
|
|
551
|
+
- React-jsi
|
|
552
|
+
- React-jsiexecutor
|
|
553
|
+
- React-logger
|
|
554
|
+
- React-rendererdebug
|
|
555
|
+
- React-runtimescheduler
|
|
556
|
+
- React-utils
|
|
557
|
+
- ReactCommon/turbomodule/core
|
|
558
|
+
- React-Fabric/components/modal (0.73.6):
|
|
559
|
+
- DoubleConversion
|
|
560
|
+
- fmt (~> 6.2.1)
|
|
561
|
+
- glog
|
|
562
|
+
- hermes-engine
|
|
563
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
564
|
+
- RCTRequired
|
|
565
|
+
- RCTTypeSafety
|
|
566
|
+
- React-Core
|
|
567
|
+
- React-cxxreact
|
|
568
|
+
- React-debug
|
|
569
|
+
- React-graphics
|
|
570
|
+
- React-jsi
|
|
571
|
+
- React-jsiexecutor
|
|
572
|
+
- React-logger
|
|
573
|
+
- React-rendererdebug
|
|
574
|
+
- React-runtimescheduler
|
|
575
|
+
- React-utils
|
|
576
|
+
- ReactCommon/turbomodule/core
|
|
577
|
+
- React-Fabric/components/rncore (0.73.6):
|
|
578
|
+
- DoubleConversion
|
|
579
|
+
- fmt (~> 6.2.1)
|
|
580
|
+
- glog
|
|
581
|
+
- hermes-engine
|
|
582
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
583
|
+
- RCTRequired
|
|
584
|
+
- RCTTypeSafety
|
|
585
|
+
- React-Core
|
|
586
|
+
- React-cxxreact
|
|
587
|
+
- React-debug
|
|
588
|
+
- React-graphics
|
|
589
|
+
- React-jsi
|
|
590
|
+
- React-jsiexecutor
|
|
591
|
+
- React-logger
|
|
592
|
+
- React-rendererdebug
|
|
593
|
+
- React-runtimescheduler
|
|
594
|
+
- React-utils
|
|
595
|
+
- ReactCommon/turbomodule/core
|
|
596
|
+
- React-Fabric/components/root (0.73.6):
|
|
597
|
+
- DoubleConversion
|
|
598
|
+
- fmt (~> 6.2.1)
|
|
599
|
+
- glog
|
|
600
|
+
- hermes-engine
|
|
601
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
602
|
+
- RCTRequired
|
|
603
|
+
- RCTTypeSafety
|
|
604
|
+
- React-Core
|
|
605
|
+
- React-cxxreact
|
|
606
|
+
- React-debug
|
|
607
|
+
- React-graphics
|
|
608
|
+
- React-jsi
|
|
609
|
+
- React-jsiexecutor
|
|
610
|
+
- React-logger
|
|
611
|
+
- React-rendererdebug
|
|
612
|
+
- React-runtimescheduler
|
|
613
|
+
- React-utils
|
|
614
|
+
- ReactCommon/turbomodule/core
|
|
615
|
+
- React-Fabric/components/safeareaview (0.73.6):
|
|
616
|
+
- DoubleConversion
|
|
617
|
+
- fmt (~> 6.2.1)
|
|
618
|
+
- glog
|
|
619
|
+
- hermes-engine
|
|
620
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
621
|
+
- RCTRequired
|
|
622
|
+
- RCTTypeSafety
|
|
623
|
+
- React-Core
|
|
624
|
+
- React-cxxreact
|
|
625
|
+
- React-debug
|
|
626
|
+
- React-graphics
|
|
627
|
+
- React-jsi
|
|
628
|
+
- React-jsiexecutor
|
|
629
|
+
- React-logger
|
|
630
|
+
- React-rendererdebug
|
|
631
|
+
- React-runtimescheduler
|
|
632
|
+
- React-utils
|
|
633
|
+
- ReactCommon/turbomodule/core
|
|
634
|
+
- React-Fabric/components/scrollview (0.73.6):
|
|
635
|
+
- DoubleConversion
|
|
636
|
+
- fmt (~> 6.2.1)
|
|
637
|
+
- glog
|
|
638
|
+
- hermes-engine
|
|
639
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
640
|
+
- RCTRequired
|
|
641
|
+
- RCTTypeSafety
|
|
642
|
+
- React-Core
|
|
643
|
+
- React-cxxreact
|
|
644
|
+
- React-debug
|
|
645
|
+
- React-graphics
|
|
646
|
+
- React-jsi
|
|
647
|
+
- React-jsiexecutor
|
|
648
|
+
- React-logger
|
|
649
|
+
- React-rendererdebug
|
|
650
|
+
- React-runtimescheduler
|
|
651
|
+
- React-utils
|
|
652
|
+
- ReactCommon/turbomodule/core
|
|
653
|
+
- React-Fabric/components/text (0.73.6):
|
|
654
|
+
- DoubleConversion
|
|
655
|
+
- fmt (~> 6.2.1)
|
|
656
|
+
- glog
|
|
657
|
+
- hermes-engine
|
|
658
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
659
|
+
- RCTRequired
|
|
660
|
+
- RCTTypeSafety
|
|
661
|
+
- React-Core
|
|
662
|
+
- React-cxxreact
|
|
663
|
+
- React-debug
|
|
664
|
+
- React-graphics
|
|
665
|
+
- React-jsi
|
|
666
|
+
- React-jsiexecutor
|
|
667
|
+
- React-logger
|
|
668
|
+
- React-rendererdebug
|
|
669
|
+
- React-runtimescheduler
|
|
670
|
+
- React-utils
|
|
671
|
+
- ReactCommon/turbomodule/core
|
|
672
|
+
- React-Fabric/components/textinput (0.73.6):
|
|
673
|
+
- DoubleConversion
|
|
674
|
+
- fmt (~> 6.2.1)
|
|
675
|
+
- glog
|
|
676
|
+
- hermes-engine
|
|
677
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
678
|
+
- RCTRequired
|
|
679
|
+
- RCTTypeSafety
|
|
680
|
+
- React-Core
|
|
681
|
+
- React-cxxreact
|
|
682
|
+
- React-debug
|
|
683
|
+
- React-graphics
|
|
684
|
+
- React-jsi
|
|
685
|
+
- React-jsiexecutor
|
|
686
|
+
- React-logger
|
|
687
|
+
- React-rendererdebug
|
|
688
|
+
- React-runtimescheduler
|
|
689
|
+
- React-utils
|
|
690
|
+
- ReactCommon/turbomodule/core
|
|
691
|
+
- React-Fabric/components/unimplementedview (0.73.6):
|
|
692
|
+
- DoubleConversion
|
|
693
|
+
- fmt (~> 6.2.1)
|
|
694
|
+
- glog
|
|
695
|
+
- hermes-engine
|
|
696
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
697
|
+
- RCTRequired
|
|
698
|
+
- RCTTypeSafety
|
|
699
|
+
- React-Core
|
|
700
|
+
- React-cxxreact
|
|
701
|
+
- React-debug
|
|
702
|
+
- React-graphics
|
|
703
|
+
- React-jsi
|
|
704
|
+
- React-jsiexecutor
|
|
705
|
+
- React-logger
|
|
706
|
+
- React-rendererdebug
|
|
707
|
+
- React-runtimescheduler
|
|
708
|
+
- React-utils
|
|
709
|
+
- ReactCommon/turbomodule/core
|
|
710
|
+
- React-Fabric/components/view (0.73.6):
|
|
711
|
+
- DoubleConversion
|
|
712
|
+
- fmt (~> 6.2.1)
|
|
713
|
+
- glog
|
|
714
|
+
- hermes-engine
|
|
715
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
716
|
+
- RCTRequired
|
|
717
|
+
- RCTTypeSafety
|
|
718
|
+
- React-Core
|
|
719
|
+
- React-cxxreact
|
|
720
|
+
- React-debug
|
|
721
|
+
- React-graphics
|
|
722
|
+
- React-jsi
|
|
723
|
+
- React-jsiexecutor
|
|
724
|
+
- React-logger
|
|
725
|
+
- React-rendererdebug
|
|
726
|
+
- React-runtimescheduler
|
|
727
|
+
- React-utils
|
|
728
|
+
- ReactCommon/turbomodule/core
|
|
188
729
|
- Yoga
|
|
189
|
-
- React-
|
|
190
|
-
-
|
|
191
|
-
-
|
|
192
|
-
-
|
|
193
|
-
-
|
|
194
|
-
-
|
|
195
|
-
-
|
|
196
|
-
-
|
|
730
|
+
- React-Fabric/core (0.73.6):
|
|
731
|
+
- DoubleConversion
|
|
732
|
+
- fmt (~> 6.2.1)
|
|
733
|
+
- glog
|
|
734
|
+
- hermes-engine
|
|
735
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
736
|
+
- RCTRequired
|
|
737
|
+
- RCTTypeSafety
|
|
738
|
+
- React-Core
|
|
739
|
+
- React-cxxreact
|
|
740
|
+
- React-debug
|
|
741
|
+
- React-graphics
|
|
742
|
+
- React-jsi
|
|
743
|
+
- React-jsiexecutor
|
|
744
|
+
- React-logger
|
|
745
|
+
- React-rendererdebug
|
|
746
|
+
- React-runtimescheduler
|
|
747
|
+
- React-utils
|
|
748
|
+
- ReactCommon/turbomodule/core
|
|
749
|
+
- React-Fabric/imagemanager (0.73.6):
|
|
750
|
+
- DoubleConversion
|
|
751
|
+
- fmt (~> 6.2.1)
|
|
752
|
+
- glog
|
|
753
|
+
- hermes-engine
|
|
754
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
755
|
+
- RCTRequired
|
|
756
|
+
- RCTTypeSafety
|
|
757
|
+
- React-Core
|
|
758
|
+
- React-cxxreact
|
|
759
|
+
- React-debug
|
|
760
|
+
- React-graphics
|
|
761
|
+
- React-jsi
|
|
762
|
+
- React-jsiexecutor
|
|
763
|
+
- React-logger
|
|
764
|
+
- React-rendererdebug
|
|
765
|
+
- React-runtimescheduler
|
|
766
|
+
- React-utils
|
|
767
|
+
- ReactCommon/turbomodule/core
|
|
768
|
+
- React-Fabric/leakchecker (0.73.6):
|
|
769
|
+
- DoubleConversion
|
|
770
|
+
- fmt (~> 6.2.1)
|
|
771
|
+
- glog
|
|
772
|
+
- hermes-engine
|
|
773
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
774
|
+
- RCTRequired
|
|
775
|
+
- RCTTypeSafety
|
|
776
|
+
- React-Core
|
|
777
|
+
- React-cxxreact
|
|
778
|
+
- React-debug
|
|
779
|
+
- React-graphics
|
|
780
|
+
- React-jsi
|
|
781
|
+
- React-jsiexecutor
|
|
782
|
+
- React-logger
|
|
783
|
+
- React-rendererdebug
|
|
784
|
+
- React-runtimescheduler
|
|
785
|
+
- React-utils
|
|
786
|
+
- ReactCommon/turbomodule/core
|
|
787
|
+
- React-Fabric/mounting (0.73.6):
|
|
788
|
+
- DoubleConversion
|
|
789
|
+
- fmt (~> 6.2.1)
|
|
790
|
+
- glog
|
|
791
|
+
- hermes-engine
|
|
792
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
793
|
+
- RCTRequired
|
|
794
|
+
- RCTTypeSafety
|
|
795
|
+
- React-Core
|
|
796
|
+
- React-cxxreact
|
|
797
|
+
- React-debug
|
|
798
|
+
- React-graphics
|
|
799
|
+
- React-jsi
|
|
800
|
+
- React-jsiexecutor
|
|
801
|
+
- React-logger
|
|
802
|
+
- React-rendererdebug
|
|
803
|
+
- React-runtimescheduler
|
|
804
|
+
- React-utils
|
|
805
|
+
- ReactCommon/turbomodule/core
|
|
806
|
+
- React-Fabric/scheduler (0.73.6):
|
|
807
|
+
- DoubleConversion
|
|
808
|
+
- fmt (~> 6.2.1)
|
|
809
|
+
- glog
|
|
810
|
+
- hermes-engine
|
|
811
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
812
|
+
- RCTRequired
|
|
813
|
+
- RCTTypeSafety
|
|
814
|
+
- React-Core
|
|
815
|
+
- React-cxxreact
|
|
816
|
+
- React-debug
|
|
817
|
+
- React-graphics
|
|
818
|
+
- React-jsi
|
|
819
|
+
- React-jsiexecutor
|
|
820
|
+
- React-logger
|
|
821
|
+
- React-rendererdebug
|
|
822
|
+
- React-runtimescheduler
|
|
823
|
+
- React-utils
|
|
824
|
+
- ReactCommon/turbomodule/core
|
|
825
|
+
- React-Fabric/telemetry (0.73.6):
|
|
826
|
+
- DoubleConversion
|
|
827
|
+
- fmt (~> 6.2.1)
|
|
828
|
+
- glog
|
|
829
|
+
- hermes-engine
|
|
830
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
831
|
+
- RCTRequired
|
|
832
|
+
- RCTTypeSafety
|
|
833
|
+
- React-Core
|
|
834
|
+
- React-cxxreact
|
|
835
|
+
- React-debug
|
|
836
|
+
- React-graphics
|
|
837
|
+
- React-jsi
|
|
838
|
+
- React-jsiexecutor
|
|
839
|
+
- React-logger
|
|
840
|
+
- React-rendererdebug
|
|
841
|
+
- React-runtimescheduler
|
|
842
|
+
- React-utils
|
|
843
|
+
- ReactCommon/turbomodule/core
|
|
844
|
+
- React-Fabric/templateprocessor (0.73.6):
|
|
845
|
+
- DoubleConversion
|
|
846
|
+
- fmt (~> 6.2.1)
|
|
847
|
+
- glog
|
|
848
|
+
- hermes-engine
|
|
849
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
850
|
+
- RCTRequired
|
|
851
|
+
- RCTTypeSafety
|
|
852
|
+
- React-Core
|
|
853
|
+
- React-cxxreact
|
|
854
|
+
- React-debug
|
|
855
|
+
- React-graphics
|
|
856
|
+
- React-jsi
|
|
857
|
+
- React-jsiexecutor
|
|
858
|
+
- React-logger
|
|
859
|
+
- React-rendererdebug
|
|
860
|
+
- React-runtimescheduler
|
|
861
|
+
- React-utils
|
|
862
|
+
- ReactCommon/turbomodule/core
|
|
863
|
+
- React-Fabric/textlayoutmanager (0.73.6):
|
|
864
|
+
- DoubleConversion
|
|
865
|
+
- fmt (~> 6.2.1)
|
|
866
|
+
- glog
|
|
867
|
+
- hermes-engine
|
|
868
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
869
|
+
- RCTRequired
|
|
870
|
+
- RCTTypeSafety
|
|
871
|
+
- React-Core
|
|
872
|
+
- React-cxxreact
|
|
873
|
+
- React-debug
|
|
874
|
+
- React-Fabric/uimanager
|
|
875
|
+
- React-graphics
|
|
876
|
+
- React-jsi
|
|
877
|
+
- React-jsiexecutor
|
|
878
|
+
- React-logger
|
|
879
|
+
- React-rendererdebug
|
|
880
|
+
- React-runtimescheduler
|
|
881
|
+
- React-utils
|
|
882
|
+
- ReactCommon/turbomodule/core
|
|
883
|
+
- React-Fabric/uimanager (0.73.6):
|
|
884
|
+
- DoubleConversion
|
|
885
|
+
- fmt (~> 6.2.1)
|
|
886
|
+
- glog
|
|
887
|
+
- hermes-engine
|
|
888
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
889
|
+
- RCTRequired
|
|
890
|
+
- RCTTypeSafety
|
|
891
|
+
- React-Core
|
|
892
|
+
- React-cxxreact
|
|
893
|
+
- React-debug
|
|
894
|
+
- React-graphics
|
|
895
|
+
- React-jsi
|
|
896
|
+
- React-jsiexecutor
|
|
897
|
+
- React-logger
|
|
898
|
+
- React-rendererdebug
|
|
899
|
+
- React-runtimescheduler
|
|
900
|
+
- React-utils
|
|
901
|
+
- ReactCommon/turbomodule/core
|
|
902
|
+
- React-FabricImage (0.73.6):
|
|
903
|
+
- DoubleConversion
|
|
904
|
+
- fmt (~> 6.2.1)
|
|
905
|
+
- glog
|
|
906
|
+
- hermes-engine
|
|
907
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
908
|
+
- RCTRequired (= 0.73.6)
|
|
909
|
+
- RCTTypeSafety (= 0.73.6)
|
|
910
|
+
- React-Fabric
|
|
911
|
+
- React-graphics
|
|
912
|
+
- React-ImageManager
|
|
913
|
+
- React-jsi
|
|
914
|
+
- React-jsiexecutor (= 0.73.6)
|
|
915
|
+
- React-logger
|
|
916
|
+
- React-rendererdebug
|
|
917
|
+
- React-utils
|
|
918
|
+
- ReactCommon
|
|
197
919
|
- Yoga
|
|
198
|
-
- React-
|
|
199
|
-
-
|
|
200
|
-
- RCT-Folly (=
|
|
201
|
-
-
|
|
202
|
-
- React-
|
|
203
|
-
|
|
204
|
-
-
|
|
205
|
-
-
|
|
206
|
-
|
|
207
|
-
-
|
|
208
|
-
-
|
|
209
|
-
-
|
|
210
|
-
-
|
|
211
|
-
- React-
|
|
212
|
-
- React-
|
|
213
|
-
- React-jsinspector (= 0.
|
|
214
|
-
- React-
|
|
215
|
-
|
|
216
|
-
-
|
|
217
|
-
|
|
218
|
-
-
|
|
219
|
-
-
|
|
220
|
-
-
|
|
221
|
-
-
|
|
222
|
-
- React-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
-
|
|
226
|
-
-
|
|
227
|
-
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
-
|
|
231
|
-
-
|
|
232
|
-
-
|
|
233
|
-
-
|
|
234
|
-
-
|
|
235
|
-
|
|
236
|
-
- React-
|
|
237
|
-
-
|
|
238
|
-
|
|
239
|
-
-
|
|
920
|
+
- React-graphics (0.73.6):
|
|
921
|
+
- glog
|
|
922
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
923
|
+
- React-Core/Default (= 0.73.6)
|
|
924
|
+
- React-utils
|
|
925
|
+
- React-hermes (0.73.6):
|
|
926
|
+
- DoubleConversion
|
|
927
|
+
- fmt (~> 6.2.1)
|
|
928
|
+
- glog
|
|
929
|
+
- hermes-engine
|
|
930
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
931
|
+
- RCT-Folly/Futures (= 2022.05.16.00)
|
|
932
|
+
- React-cxxreact (= 0.73.6)
|
|
933
|
+
- React-jsi
|
|
934
|
+
- React-jsiexecutor (= 0.73.6)
|
|
935
|
+
- React-jsinspector (= 0.73.6)
|
|
936
|
+
- React-perflogger (= 0.73.6)
|
|
937
|
+
- React-ImageManager (0.73.6):
|
|
938
|
+
- glog
|
|
939
|
+
- RCT-Folly/Fabric
|
|
940
|
+
- React-Core/Default
|
|
941
|
+
- React-debug
|
|
942
|
+
- React-Fabric
|
|
943
|
+
- React-graphics
|
|
944
|
+
- React-rendererdebug
|
|
945
|
+
- React-utils
|
|
946
|
+
- React-jserrorhandler (0.73.6):
|
|
947
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
948
|
+
- React-debug
|
|
949
|
+
- React-jsi
|
|
950
|
+
- React-Mapbuffer
|
|
951
|
+
- React-jsi (0.73.6):
|
|
952
|
+
- boost (= 1.83.0)
|
|
953
|
+
- DoubleConversion
|
|
954
|
+
- fmt (~> 6.2.1)
|
|
955
|
+
- glog
|
|
956
|
+
- hermes-engine
|
|
957
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
958
|
+
- React-jsiexecutor (0.73.6):
|
|
959
|
+
- DoubleConversion
|
|
960
|
+
- fmt (~> 6.2.1)
|
|
961
|
+
- glog
|
|
962
|
+
- hermes-engine
|
|
963
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
964
|
+
- React-cxxreact (= 0.73.6)
|
|
965
|
+
- React-jsi (= 0.73.6)
|
|
966
|
+
- React-perflogger (= 0.73.6)
|
|
967
|
+
- React-jsinspector (0.73.6)
|
|
968
|
+
- React-logger (0.73.6):
|
|
969
|
+
- glog
|
|
970
|
+
- React-Mapbuffer (0.73.6):
|
|
971
|
+
- glog
|
|
972
|
+
- React-debug
|
|
973
|
+
- react-native-mapbox-navigation (1.0.11):
|
|
974
|
+
- MapboxNavigation (~> 2.17.0)
|
|
975
|
+
- React-Core
|
|
976
|
+
- React-nativeconfig (0.73.6)
|
|
977
|
+
- React-NativeModulesApple (0.73.6):
|
|
978
|
+
- glog
|
|
979
|
+
- hermes-engine
|
|
980
|
+
- React-callinvoker
|
|
981
|
+
- React-Core
|
|
982
|
+
- React-cxxreact
|
|
983
|
+
- React-jsi
|
|
984
|
+
- React-runtimeexecutor
|
|
985
|
+
- ReactCommon/turbomodule/bridging
|
|
986
|
+
- ReactCommon/turbomodule/core
|
|
987
|
+
- React-perflogger (0.73.6)
|
|
988
|
+
- React-RCTActionSheet (0.73.6):
|
|
989
|
+
- React-Core/RCTActionSheetHeaders (= 0.73.6)
|
|
990
|
+
- React-RCTAnimation (0.73.6):
|
|
991
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
992
|
+
- RCTTypeSafety
|
|
993
|
+
- React-Codegen
|
|
994
|
+
- React-Core/RCTAnimationHeaders
|
|
995
|
+
- React-jsi
|
|
996
|
+
- React-NativeModulesApple
|
|
997
|
+
- ReactCommon
|
|
998
|
+
- React-RCTAppDelegate (0.73.6):
|
|
999
|
+
- RCT-Folly
|
|
1000
|
+
- RCTRequired
|
|
1001
|
+
- RCTTypeSafety
|
|
1002
|
+
- React-Core
|
|
1003
|
+
- React-CoreModules
|
|
1004
|
+
- React-hermes
|
|
1005
|
+
- React-nativeconfig
|
|
1006
|
+
- React-NativeModulesApple
|
|
1007
|
+
- React-RCTFabric
|
|
1008
|
+
- React-RCTImage
|
|
1009
|
+
- React-RCTNetwork
|
|
1010
|
+
- React-runtimescheduler
|
|
1011
|
+
- ReactCommon
|
|
1012
|
+
- React-RCTBlob (0.73.6):
|
|
1013
|
+
- hermes-engine
|
|
1014
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1015
|
+
- React-Codegen
|
|
1016
|
+
- React-Core/RCTBlobHeaders
|
|
1017
|
+
- React-Core/RCTWebSocket
|
|
1018
|
+
- React-jsi
|
|
1019
|
+
- React-NativeModulesApple
|
|
1020
|
+
- React-RCTNetwork
|
|
1021
|
+
- ReactCommon
|
|
1022
|
+
- React-RCTFabric (0.73.6):
|
|
1023
|
+
- glog
|
|
1024
|
+
- hermes-engine
|
|
1025
|
+
- RCT-Folly/Fabric (= 2022.05.16.00)
|
|
240
1026
|
- React-Core
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
- React-
|
|
244
|
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
247
|
-
-
|
|
248
|
-
- React-
|
|
249
|
-
- React-
|
|
250
|
-
-
|
|
251
|
-
|
|
252
|
-
-
|
|
253
|
-
-
|
|
254
|
-
|
|
255
|
-
-
|
|
256
|
-
-
|
|
257
|
-
- React-
|
|
258
|
-
-
|
|
259
|
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
|
|
264
|
-
- React-
|
|
265
|
-
- React-
|
|
266
|
-
-
|
|
267
|
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
|
|
271
|
-
-
|
|
272
|
-
|
|
273
|
-
-
|
|
274
|
-
-
|
|
275
|
-
-
|
|
276
|
-
- React-
|
|
277
|
-
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
-
|
|
281
|
-
-
|
|
282
|
-
-
|
|
283
|
-
- React-
|
|
284
|
-
- React-
|
|
285
|
-
- ReactCommon
|
|
286
|
-
- React-RCTText (0.
|
|
287
|
-
- React-Core/RCTTextHeaders (= 0.
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
- RCT-Folly (=
|
|
291
|
-
- React-
|
|
292
|
-
- React-
|
|
293
|
-
-
|
|
294
|
-
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
- DoubleConversion
|
|
298
|
-
-
|
|
299
|
-
- RCT-Folly (=
|
|
300
|
-
- React-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
- React-jsi (= 0.
|
|
304
|
-
|
|
305
|
-
-
|
|
1027
|
+
- React-debug
|
|
1028
|
+
- React-Fabric
|
|
1029
|
+
- React-FabricImage
|
|
1030
|
+
- React-graphics
|
|
1031
|
+
- React-ImageManager
|
|
1032
|
+
- React-jsi
|
|
1033
|
+
- React-nativeconfig
|
|
1034
|
+
- React-RCTImage
|
|
1035
|
+
- React-RCTText
|
|
1036
|
+
- React-rendererdebug
|
|
1037
|
+
- React-runtimescheduler
|
|
1038
|
+
- React-utils
|
|
1039
|
+
- Yoga
|
|
1040
|
+
- React-RCTImage (0.73.6):
|
|
1041
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1042
|
+
- RCTTypeSafety
|
|
1043
|
+
- React-Codegen
|
|
1044
|
+
- React-Core/RCTImageHeaders
|
|
1045
|
+
- React-jsi
|
|
1046
|
+
- React-NativeModulesApple
|
|
1047
|
+
- React-RCTNetwork
|
|
1048
|
+
- ReactCommon
|
|
1049
|
+
- React-RCTLinking (0.73.6):
|
|
1050
|
+
- React-Codegen
|
|
1051
|
+
- React-Core/RCTLinkingHeaders (= 0.73.6)
|
|
1052
|
+
- React-jsi (= 0.73.6)
|
|
1053
|
+
- React-NativeModulesApple
|
|
1054
|
+
- ReactCommon
|
|
1055
|
+
- ReactCommon/turbomodule/core (= 0.73.6)
|
|
1056
|
+
- React-RCTNetwork (0.73.6):
|
|
1057
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1058
|
+
- RCTTypeSafety
|
|
1059
|
+
- React-Codegen
|
|
1060
|
+
- React-Core/RCTNetworkHeaders
|
|
1061
|
+
- React-jsi
|
|
1062
|
+
- React-NativeModulesApple
|
|
1063
|
+
- ReactCommon
|
|
1064
|
+
- React-RCTSettings (0.73.6):
|
|
1065
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1066
|
+
- RCTTypeSafety
|
|
1067
|
+
- React-Codegen
|
|
1068
|
+
- React-Core/RCTSettingsHeaders
|
|
1069
|
+
- React-jsi
|
|
1070
|
+
- React-NativeModulesApple
|
|
1071
|
+
- ReactCommon
|
|
1072
|
+
- React-RCTText (0.73.6):
|
|
1073
|
+
- React-Core/RCTTextHeaders (= 0.73.6)
|
|
1074
|
+
- Yoga
|
|
1075
|
+
- React-RCTVibration (0.73.6):
|
|
1076
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1077
|
+
- React-Codegen
|
|
1078
|
+
- React-Core/RCTVibrationHeaders
|
|
1079
|
+
- React-jsi
|
|
1080
|
+
- React-NativeModulesApple
|
|
1081
|
+
- ReactCommon
|
|
1082
|
+
- React-rendererdebug (0.73.6):
|
|
1083
|
+
- DoubleConversion
|
|
1084
|
+
- fmt (~> 6.2.1)
|
|
1085
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1086
|
+
- React-debug
|
|
1087
|
+
- React-rncore (0.73.6)
|
|
1088
|
+
- React-runtimeexecutor (0.73.6):
|
|
1089
|
+
- React-jsi (= 0.73.6)
|
|
1090
|
+
- React-runtimescheduler (0.73.6):
|
|
1091
|
+
- glog
|
|
1092
|
+
- hermes-engine
|
|
1093
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1094
|
+
- React-callinvoker
|
|
1095
|
+
- React-cxxreact
|
|
1096
|
+
- React-debug
|
|
1097
|
+
- React-jsi
|
|
1098
|
+
- React-rendererdebug
|
|
1099
|
+
- React-runtimeexecutor
|
|
1100
|
+
- React-utils
|
|
1101
|
+
- React-utils (0.73.6):
|
|
1102
|
+
- glog
|
|
1103
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1104
|
+
- React-debug
|
|
1105
|
+
- ReactCommon (0.73.6):
|
|
1106
|
+
- React-logger (= 0.73.6)
|
|
1107
|
+
- ReactCommon/turbomodule (= 0.73.6)
|
|
1108
|
+
- ReactCommon/turbomodule (0.73.6):
|
|
1109
|
+
- DoubleConversion
|
|
1110
|
+
- fmt (~> 6.2.1)
|
|
1111
|
+
- glog
|
|
1112
|
+
- hermes-engine
|
|
1113
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1114
|
+
- React-callinvoker (= 0.73.6)
|
|
1115
|
+
- React-cxxreact (= 0.73.6)
|
|
1116
|
+
- React-jsi (= 0.73.6)
|
|
1117
|
+
- React-logger (= 0.73.6)
|
|
1118
|
+
- React-perflogger (= 0.73.6)
|
|
1119
|
+
- ReactCommon/turbomodule/bridging (= 0.73.6)
|
|
1120
|
+
- ReactCommon/turbomodule/core (= 0.73.6)
|
|
1121
|
+
- ReactCommon/turbomodule/bridging (0.73.6):
|
|
1122
|
+
- DoubleConversion
|
|
1123
|
+
- fmt (~> 6.2.1)
|
|
1124
|
+
- glog
|
|
1125
|
+
- hermes-engine
|
|
1126
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1127
|
+
- React-callinvoker (= 0.73.6)
|
|
1128
|
+
- React-cxxreact (= 0.73.6)
|
|
1129
|
+
- React-jsi (= 0.73.6)
|
|
1130
|
+
- React-logger (= 0.73.6)
|
|
1131
|
+
- React-perflogger (= 0.73.6)
|
|
1132
|
+
- ReactCommon/turbomodule/core (0.73.6):
|
|
1133
|
+
- DoubleConversion
|
|
1134
|
+
- fmt (~> 6.2.1)
|
|
1135
|
+
- glog
|
|
1136
|
+
- hermes-engine
|
|
1137
|
+
- RCT-Folly (= 2022.05.16.00)
|
|
1138
|
+
- React-callinvoker (= 0.73.6)
|
|
1139
|
+
- React-cxxreact (= 0.73.6)
|
|
1140
|
+
- React-jsi (= 0.73.6)
|
|
1141
|
+
- React-logger (= 0.73.6)
|
|
1142
|
+
- React-perflogger (= 0.73.6)
|
|
1143
|
+
- SocketRocket (0.6.1)
|
|
306
1144
|
- Solar-dev (3.0.1)
|
|
307
|
-
- Turf (2.
|
|
1145
|
+
- Turf (2.6.1)
|
|
308
1146
|
- Yoga (1.14.0)
|
|
309
1147
|
|
|
310
1148
|
DEPENDENCIES:
|
|
@@ -312,39 +1150,90 @@ DEPENDENCIES:
|
|
|
312
1150
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
313
1151
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
314
1152
|
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
|
1153
|
+
- Flipper (= 0.201.0)
|
|
1154
|
+
- Flipper-Boost-iOSX (= 1.76.0.1.11)
|
|
1155
|
+
- Flipper-DoubleConversion (= 3.2.0.1)
|
|
1156
|
+
- Flipper-Fmt (= 7.1.7)
|
|
1157
|
+
- Flipper-Folly (= 2.6.10)
|
|
1158
|
+
- Flipper-Glog (= 0.5.0.5)
|
|
1159
|
+
- Flipper-PeerTalk (= 0.0.4)
|
|
1160
|
+
- FlipperKit (= 0.201.0)
|
|
1161
|
+
- FlipperKit/Core (= 0.201.0)
|
|
1162
|
+
- FlipperKit/CppBridge (= 0.201.0)
|
|
1163
|
+
- FlipperKit/FBCxxFollyDynamicConvert (= 0.201.0)
|
|
1164
|
+
- FlipperKit/FBDefines (= 0.201.0)
|
|
1165
|
+
- FlipperKit/FKPortForwarding (= 0.201.0)
|
|
1166
|
+
- FlipperKit/FlipperKitHighlightOverlay (= 0.201.0)
|
|
1167
|
+
- FlipperKit/FlipperKitLayoutPlugin (= 0.201.0)
|
|
1168
|
+
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.201.0)
|
|
1169
|
+
- FlipperKit/FlipperKitNetworkPlugin (= 0.201.0)
|
|
1170
|
+
- FlipperKit/FlipperKitReactPlugin (= 0.201.0)
|
|
1171
|
+
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.201.0)
|
|
1172
|
+
- FlipperKit/SKIOSNetworkPlugin (= 0.201.0)
|
|
315
1173
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
1174
|
+
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
|
|
1175
|
+
- libevent (~> 2.1.12)
|
|
1176
|
+
- OpenSSL-Universal (= 1.1.1100)
|
|
316
1177
|
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
1178
|
+
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
317
1179
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
318
1180
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
319
1181
|
- React (from `../node_modules/react-native/`)
|
|
320
1182
|
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
1183
|
+
- React-Codegen (from `build/generated/ios`)
|
|
321
1184
|
- React-Core (from `../node_modules/react-native/`)
|
|
322
1185
|
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
|
323
1186
|
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
324
1187
|
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
|
|
325
1188
|
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
|
|
1189
|
+
- React-debug (from `../node_modules/react-native/ReactCommon/react/debug`)
|
|
1190
|
+
- React-Fabric (from `../node_modules/react-native/ReactCommon`)
|
|
1191
|
+
- React-FabricImage (from `../node_modules/react-native/ReactCommon`)
|
|
1192
|
+
- React-graphics (from `../node_modules/react-native/ReactCommon/react/renderer/graphics`)
|
|
1193
|
+
- React-hermes (from `../node_modules/react-native/ReactCommon/hermes`)
|
|
1194
|
+
- React-ImageManager (from `../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios`)
|
|
1195
|
+
- React-jserrorhandler (from `../node_modules/react-native/ReactCommon/jserrorhandler`)
|
|
326
1196
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
327
1197
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
328
|
-
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
|
1198
|
+
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector-modern`)
|
|
329
1199
|
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
|
330
|
-
-
|
|
1200
|
+
- React-Mapbuffer (from `../node_modules/react-native/ReactCommon`)
|
|
1201
|
+
- react-native-mapbox-navigation (from `../..`)
|
|
1202
|
+
- React-nativeconfig (from `../node_modules/react-native/ReactCommon`)
|
|
1203
|
+
- React-NativeModulesApple (from `../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios`)
|
|
331
1204
|
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
|
332
1205
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
333
1206
|
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
1207
|
+
- React-RCTAppDelegate (from `../node_modules/react-native/Libraries/AppDelegate`)
|
|
334
1208
|
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
1209
|
+
- React-RCTFabric (from `../node_modules/react-native/React`)
|
|
335
1210
|
- React-RCTImage (from `../node_modules/react-native/Libraries/Image`)
|
|
336
1211
|
- React-RCTLinking (from `../node_modules/react-native/Libraries/LinkingIOS`)
|
|
337
1212
|
- React-RCTNetwork (from `../node_modules/react-native/Libraries/Network`)
|
|
338
1213
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
339
1214
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
340
1215
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
1216
|
+
- React-rendererdebug (from `../node_modules/react-native/ReactCommon/react/renderer/debug`)
|
|
1217
|
+
- React-rncore (from `../node_modules/react-native/ReactCommon`)
|
|
341
1218
|
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
|
1219
|
+
- React-runtimescheduler (from `../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler`)
|
|
1220
|
+
- React-utils (from `../node_modules/react-native/ReactCommon/react/utils`)
|
|
342
1221
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
343
1222
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
344
1223
|
|
|
345
1224
|
SPEC REPOS:
|
|
346
1225
|
trunk:
|
|
1226
|
+
- CocoaAsyncSocket
|
|
1227
|
+
- Flipper
|
|
1228
|
+
- Flipper-Boost-iOSX
|
|
1229
|
+
- Flipper-DoubleConversion
|
|
1230
|
+
- Flipper-Fmt
|
|
1231
|
+
- Flipper-Folly
|
|
1232
|
+
- Flipper-Glog
|
|
1233
|
+
- Flipper-PeerTalk
|
|
1234
|
+
- FlipperKit
|
|
347
1235
|
- fmt
|
|
1236
|
+
- libevent
|
|
348
1237
|
- MapboxCommon
|
|
349
1238
|
- MapboxCoreMaps
|
|
350
1239
|
- MapboxCoreNavigation
|
|
@@ -354,7 +1243,9 @@ SPEC REPOS:
|
|
|
354
1243
|
- MapboxNavigation
|
|
355
1244
|
- MapboxNavigationNative
|
|
356
1245
|
- MapboxSpeech
|
|
1246
|
+
- OpenSSL-Universal
|
|
357
1247
|
- Polyline
|
|
1248
|
+
- SocketRocket
|
|
358
1249
|
- Solar-dev
|
|
359
1250
|
- Turf
|
|
360
1251
|
|
|
@@ -369,6 +1260,9 @@ EXTERNAL SOURCES:
|
|
|
369
1260
|
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
|
370
1261
|
glog:
|
|
371
1262
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
1263
|
+
hermes-engine:
|
|
1264
|
+
:podspec: "../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec"
|
|
1265
|
+
:tag: hermes-2024-02-20-RNv0.73.5-18f99ace4213052c5e7cdbcd39ee9766cd5df7e4
|
|
372
1266
|
RCT-Folly:
|
|
373
1267
|
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
374
1268
|
RCTRequired:
|
|
@@ -379,30 +1273,56 @@ EXTERNAL SOURCES:
|
|
|
379
1273
|
:path: "../node_modules/react-native/"
|
|
380
1274
|
React-callinvoker:
|
|
381
1275
|
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
1276
|
+
React-Codegen:
|
|
1277
|
+
:path: build/generated/ios
|
|
382
1278
|
React-Core:
|
|
383
1279
|
:path: "../node_modules/react-native/"
|
|
384
1280
|
React-CoreModules:
|
|
385
1281
|
:path: "../node_modules/react-native/React/CoreModules"
|
|
386
1282
|
React-cxxreact:
|
|
387
1283
|
:path: "../node_modules/react-native/ReactCommon/cxxreact"
|
|
1284
|
+
React-debug:
|
|
1285
|
+
:path: "../node_modules/react-native/ReactCommon/react/debug"
|
|
1286
|
+
React-Fabric:
|
|
1287
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1288
|
+
React-FabricImage:
|
|
1289
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1290
|
+
React-graphics:
|
|
1291
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/graphics"
|
|
1292
|
+
React-hermes:
|
|
1293
|
+
:path: "../node_modules/react-native/ReactCommon/hermes"
|
|
1294
|
+
React-ImageManager:
|
|
1295
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/imagemanager/platform/ios"
|
|
1296
|
+
React-jserrorhandler:
|
|
1297
|
+
:path: "../node_modules/react-native/ReactCommon/jserrorhandler"
|
|
388
1298
|
React-jsi:
|
|
389
1299
|
:path: "../node_modules/react-native/ReactCommon/jsi"
|
|
390
1300
|
React-jsiexecutor:
|
|
391
1301
|
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
392
1302
|
React-jsinspector:
|
|
393
|
-
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
|
1303
|
+
:path: "../node_modules/react-native/ReactCommon/jsinspector-modern"
|
|
394
1304
|
React-logger:
|
|
395
1305
|
:path: "../node_modules/react-native/ReactCommon/logger"
|
|
1306
|
+
React-Mapbuffer:
|
|
1307
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
396
1308
|
react-native-mapbox-navigation:
|
|
397
|
-
:path: "
|
|
1309
|
+
:path: "../.."
|
|
1310
|
+
React-nativeconfig:
|
|
1311
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
1312
|
+
React-NativeModulesApple:
|
|
1313
|
+
:path: "../node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios"
|
|
398
1314
|
React-perflogger:
|
|
399
1315
|
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
|
400
1316
|
React-RCTActionSheet:
|
|
401
1317
|
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
|
402
1318
|
React-RCTAnimation:
|
|
403
1319
|
:path: "../node_modules/react-native/Libraries/NativeAnimation"
|
|
1320
|
+
React-RCTAppDelegate:
|
|
1321
|
+
:path: "../node_modules/react-native/Libraries/AppDelegate"
|
|
404
1322
|
React-RCTBlob:
|
|
405
1323
|
:path: "../node_modules/react-native/Libraries/Blob"
|
|
1324
|
+
React-RCTFabric:
|
|
1325
|
+
:path: "../node_modules/react-native/React"
|
|
406
1326
|
React-RCTImage:
|
|
407
1327
|
:path: "../node_modules/react-native/Libraries/Image"
|
|
408
1328
|
React-RCTLinking:
|
|
@@ -415,59 +1335,97 @@ EXTERNAL SOURCES:
|
|
|
415
1335
|
:path: "../node_modules/react-native/Libraries/Text"
|
|
416
1336
|
React-RCTVibration:
|
|
417
1337
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
1338
|
+
React-rendererdebug:
|
|
1339
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/debug"
|
|
1340
|
+
React-rncore:
|
|
1341
|
+
:path: "../node_modules/react-native/ReactCommon"
|
|
418
1342
|
React-runtimeexecutor:
|
|
419
1343
|
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
|
1344
|
+
React-runtimescheduler:
|
|
1345
|
+
:path: "../node_modules/react-native/ReactCommon/react/renderer/runtimescheduler"
|
|
1346
|
+
React-utils:
|
|
1347
|
+
:path: "../node_modules/react-native/ReactCommon/react/utils"
|
|
420
1348
|
ReactCommon:
|
|
421
1349
|
:path: "../node_modules/react-native/ReactCommon"
|
|
422
1350
|
Yoga:
|
|
423
1351
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
424
1352
|
|
|
425
1353
|
SPEC CHECKSUMS:
|
|
426
|
-
boost:
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
1354
|
+
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
|
|
1355
|
+
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
|
1356
|
+
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
|
|
1357
|
+
FBLazyVector: f64d1e2ea739b4d8f7e4740cde18089cd97fe864
|
|
1358
|
+
FBReactNativeSpec: 9f2b8b243131565335437dba74923a8d3015e780
|
|
1359
|
+
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
|
|
1360
|
+
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
|
1361
|
+
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
|
|
1362
|
+
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
|
1363
|
+
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
|
|
1364
|
+
Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
|
|
1365
|
+
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
|
1366
|
+
FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f
|
|
430
1367
|
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
431
|
-
glog:
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
React
|
|
449
|
-
React-
|
|
450
|
-
React-
|
|
451
|
-
React-
|
|
452
|
-
React-
|
|
453
|
-
React-
|
|
454
|
-
|
|
455
|
-
React-
|
|
456
|
-
React-
|
|
457
|
-
React-
|
|
458
|
-
React-
|
|
459
|
-
React-
|
|
460
|
-
React-
|
|
461
|
-
React-
|
|
462
|
-
React-
|
|
463
|
-
React-
|
|
464
|
-
React-
|
|
465
|
-
React-
|
|
466
|
-
|
|
1368
|
+
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
|
|
1369
|
+
hermes-engine: 9cecf9953a681df7556b8cc9c74905de8f3293c0
|
|
1370
|
+
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
1371
|
+
MapboxCommon: 90f76693dc02438acbb5ea9a5b266a4c0eb1c875
|
|
1372
|
+
MapboxCoreMaps: 7b07d1ca8c454a4381daf09df901b9d6bf90bce0
|
|
1373
|
+
MapboxCoreNavigation: fb7967e584e1fb81060fe0b1380fb36781e71f5e
|
|
1374
|
+
MapboxDirections: 31d61b8369d5dde6f6828f72905ab9a7e054cd2c
|
|
1375
|
+
MapboxMaps: cbb38845a9bf49b124f0e937975d560a4e01894e
|
|
1376
|
+
MapboxMobileEvents: de50b3a4de180dd129c326e09cd12c8adaaa46d6
|
|
1377
|
+
MapboxNavigation: 2818173bfd07cfd3263776e5ff6664410083dcd7
|
|
1378
|
+
MapboxNavigationNative: 539baa854733bcdb28f8c4a38528dd9ae94cee6d
|
|
1379
|
+
MapboxSpeech: cd25ef99c3a3d2e0da72620ff558276ea5991a77
|
|
1380
|
+
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
|
1381
|
+
Polyline: 2a1f29f87f8d9b7de868940f4f76deb8c678a5b1
|
|
1382
|
+
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
|
|
1383
|
+
RCTRequired: ca1d7414aba0b27efcfa2ccd37637edb1ab77d96
|
|
1384
|
+
RCTTypeSafety: 678e344fb976ff98343ca61dc62e151f3a042292
|
|
1385
|
+
React: e296bcebb489deaad87326067204eb74145934ab
|
|
1386
|
+
React-callinvoker: d0b7015973fa6ccb592bb0363f6bc2164238ab8c
|
|
1387
|
+
React-Codegen: f034a5de6f28e15e8d95d171df17e581d5309268
|
|
1388
|
+
React-Core: 44c936d0ab879e9c32e5381bd7596a677c59c974
|
|
1389
|
+
React-CoreModules: 558228e12cddb9ca00ff7937894cc5104a21be6b
|
|
1390
|
+
React-cxxreact: 1fcf565012c203655b3638f35aa03c13c2ed7e9e
|
|
1391
|
+
React-debug: d444db402065cca460d9c5b072caab802a04f729
|
|
1392
|
+
React-Fabric: 7d11905695e42f8bdaedddcf294959b43b290ab8
|
|
1393
|
+
React-FabricImage: 6e06a512d2fb5f55669c721578736785d915d4f5
|
|
1394
|
+
React-graphics: 5500206f7c9a481456365403c9fcf1638de108b7
|
|
1395
|
+
React-hermes: 783023e43af9d6be4fbaeeb96b5beee00649a5f7
|
|
1396
|
+
React-ImageManager: df193215ff3cf1a8dad297e554c89c632e42436c
|
|
1397
|
+
React-jserrorhandler: a4d0f541c5852cf031db2f82f51de90be55b1334
|
|
1398
|
+
React-jsi: ae102ccb38d2e4d0f512b7074d0c9b4e1851f402
|
|
1399
|
+
React-jsiexecutor: bd12ec75873d3ef0a755c11f878f2c420430f5a9
|
|
1400
|
+
React-jsinspector: 85583ef014ce53d731a98c66a0e24496f7a83066
|
|
1401
|
+
React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec
|
|
1402
|
+
React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab
|
|
1403
|
+
react-native-mapbox-navigation: 8e680e6cb5c521425c8fbbe93c8bebd14b8a2211
|
|
1404
|
+
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
|
|
1405
|
+
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
|
|
1406
|
+
React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2
|
|
1407
|
+
React-RCTActionSheet: 37edf35aeb8e4f30e76c82aab61f12d1b75c04ec
|
|
1408
|
+
React-RCTAnimation: a69de7f3daa8462743094f4736c455e844ea63f7
|
|
1409
|
+
React-RCTAppDelegate: 51fb96b554a6acd0cd7818acecd5aa5ca2f3ab9f
|
|
1410
|
+
React-RCTBlob: d91771caebf2d015005d750cd1dc2b433ad07c99
|
|
1411
|
+
React-RCTFabric: c5b9451d1f2b546119b7a0353226a8a26247d4a9
|
|
1412
|
+
React-RCTImage: a0bfe87b6908c7b76bd7d74520f40660bd0ad881
|
|
1413
|
+
React-RCTLinking: 5f10be1647952cceddfa1970fdb374087582fc34
|
|
1414
|
+
React-RCTNetwork: a0bc3dd45a2dc7c879c80cebb6f9707b2c8bbed6
|
|
1415
|
+
React-RCTSettings: 28c202b68afa59afb4067510f2c69c5a530fb9e3
|
|
1416
|
+
React-RCTText: 4119d9e53ca5db9502b916e1b146e99798986d21
|
|
1417
|
+
React-RCTVibration: 55bd7c48487eb9a2562f2bd3fdc833274f5b0636
|
|
1418
|
+
React-rendererdebug: 5fa97ba664806cee4700e95aec42dff1b6f8ea36
|
|
1419
|
+
React-rncore: b0a8e1d14dabb7115c7a5b4ec8b9b74d1727d382
|
|
1420
|
+
React-runtimeexecutor: bb328dbe2865f3a550df0240df8e2d8c3aaa4c57
|
|
1421
|
+
React-runtimescheduler: 9636eee762c699ca7c85751a359101797e4c8b3b
|
|
1422
|
+
React-utils: d16c1d2251c088ad817996621947d0ac8167b46c
|
|
1423
|
+
ReactCommon: 2aa35648354bd4c4665b9a5084a7d37097b89c10
|
|
1424
|
+
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
|
|
467
1425
|
Solar-dev: 4612dc9878b9fed2667d23b327f1d4e54e16e8d0
|
|
468
|
-
Turf:
|
|
469
|
-
Yoga:
|
|
1426
|
+
Turf: 469ce2c3d22e5e8e4818d5a3b254699a5c89efa4
|
|
1427
|
+
Yoga: 805bf71192903b20fc14babe48080582fee65a80
|
|
470
1428
|
|
|
471
|
-
PODFILE CHECKSUM:
|
|
1429
|
+
PODFILE CHECKSUM: 0906e622cbf509cef25826c0a591787e4b83b501
|
|
472
1430
|
|
|
473
1431
|
COCOAPODS: 1.14.3
|