@hedia/recommendation-screen 2.1.22 → 2.1.23-alpha.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/.flowconfig +65 -0
- package/android/app/build.gradle +20 -18
- package/android/app/src/debug/AndroidManifest.xml +7 -2
- package/android/app/src/main/AndroidManifest.xml +0 -2
- package/android/app/src/main/res/values/styles.xml +1 -2
- package/android/build.gradle +8 -8
- package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
- package/android/gradle.properties +1 -1
- package/android/gradlew +14 -17
- package/android/gradlew.bat +7 -18
- package/coverage/clover.xml +716 -0
- package/coverage/coverage-final.json +28 -0
- package/coverage/lcov-report/base.css +224 -0
- package/coverage/lcov-report/block-navigation.js +79 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +201 -0
- package/coverage/lcov-report/prettify.css +1 -0
- package/coverage/lcov-report/prettify.js +2 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +170 -0
- package/coverage/lcov-report/src/RecommendationScreen.tsx.html +2501 -0
- package/coverage/lcov-report/src/__tests__/index.html +111 -0
- package/coverage/lcov-report/src/__tests__/utils.tsx.html +533 -0
- package/coverage/lcov-report/src/components/Header.tsx.html +356 -0
- package/coverage/lcov-report/src/components/InfoBars.tsx.html +518 -0
- package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +566 -0
- package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +209 -0
- package/coverage/lcov-report/src/components/LineSeparator.tsx.html +161 -0
- package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +410 -0
- package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +923 -0
- package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +1061 -0
- package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +779 -0
- package/coverage/lcov-report/src/components/Remeasure.tsx.html +551 -0
- package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +443 -0
- package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +665 -0
- package/coverage/lcov-report/src/components/activity/Activity.tsx.html +371 -0
- package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +281 -0
- package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +281 -0
- package/coverage/lcov-report/src/components/activity/index.html +141 -0
- package/coverage/lcov-report/src/components/index.html +276 -0
- package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +353 -0
- package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +335 -0
- package/coverage/lcov-report/src/components/mood/index.html +126 -0
- package/coverage/lcov-report/src/index.html +111 -0
- package/coverage/lcov-report/src/locale/i18nUtils.ts.html +206 -0
- package/coverage/lcov-report/src/locale/index.html +111 -0
- package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +554 -0
- package/coverage/lcov-report/src/utils/Constants.ts.html +248 -0
- package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +620 -0
- package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +764 -0
- package/coverage/lcov-report/src/utils/Translations.ts.html +131 -0
- package/coverage/lcov-report/src/utils/Utils.ts.html +545 -0
- package/coverage/lcov-report/src/utils/Validations.ts.html +1544 -0
- package/coverage/lcov-report/src/utils/index.html +201 -0
- package/coverage/lcov.info +1611 -0
- package/ios/HediaRecommendationScreen/AppDelegate.m +7 -4
- package/ios/HediaRecommendationScreen/Info.plist +0 -2
- package/ios/HediaRecommendationScreen/LaunchScreen.storyboard +47 -0
- package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +192 -549
- package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +1 -1
- package/ios/Podfile +13 -87
- package/ios/Podfile.lock +353 -283
- package/jest.config.js +3 -3
- package/jest.mock.js +1 -1
- package/metro.config.js +1 -1
- package/package.json +10 -9
- package/src/RecommendationScreen.d.ts +6 -1
- package/src/RecommendationScreen.js +5 -5
- package/src/__tests__/RecommendationScreen.test.js +4 -6
- package/ios/HediaRecommendationScreen/Base.lproj/LaunchScreen.xib +0 -42
- package/ios/HediaRecommendationScreen-tvOS/Info.plist +0 -53
- package/ios/HediaRecommendationScreen-tvOSTests/Info.plist +0 -24
package/ios/Podfile.lock
CHANGED
|
@@ -1,301 +1,346 @@
|
|
|
1
1
|
PODS:
|
|
2
|
-
- boost
|
|
2
|
+
- boost (1.76.0)
|
|
3
3
|
- BVLinearGradient (2.5.6):
|
|
4
4
|
- React
|
|
5
|
-
- CocoaAsyncSocket (7.6.
|
|
6
|
-
- CocoaLibEvent (1.0.0)
|
|
5
|
+
- CocoaAsyncSocket (7.6.5)
|
|
7
6
|
- DoubleConversion (1.1.6)
|
|
8
|
-
- FBLazyVector (0.
|
|
9
|
-
- FBReactNativeSpec (0.
|
|
10
|
-
- Folly (=
|
|
11
|
-
- RCTRequired (= 0.
|
|
12
|
-
- RCTTypeSafety (= 0.
|
|
13
|
-
- React-Core (= 0.
|
|
14
|
-
- React-jsi (= 0.
|
|
15
|
-
- ReactCommon/turbomodule/core (= 0.
|
|
16
|
-
- Flipper (0.
|
|
17
|
-
- Flipper-Folly (~> 2.
|
|
18
|
-
- Flipper-RSocket (~> 1.
|
|
19
|
-
- Flipper-
|
|
20
|
-
- Flipper-
|
|
21
|
-
|
|
22
|
-
|
|
7
|
+
- FBLazyVector (0.66.0)
|
|
8
|
+
- FBReactNativeSpec (0.66.0):
|
|
9
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
10
|
+
- RCTRequired (= 0.66.0)
|
|
11
|
+
- RCTTypeSafety (= 0.66.0)
|
|
12
|
+
- React-Core (= 0.66.0)
|
|
13
|
+
- React-jsi (= 0.66.0)
|
|
14
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
15
|
+
- Flipper (0.99.0):
|
|
16
|
+
- Flipper-Folly (~> 2.6)
|
|
17
|
+
- Flipper-RSocket (~> 1.4)
|
|
18
|
+
- Flipper-Boost-iOSX (1.76.0.1.11)
|
|
19
|
+
- Flipper-DoubleConversion (3.1.7)
|
|
20
|
+
- Flipper-Fmt (7.1.7)
|
|
21
|
+
- Flipper-Folly (2.6.7):
|
|
22
|
+
- Flipper-Boost-iOSX
|
|
23
23
|
- Flipper-DoubleConversion
|
|
24
|
+
- Flipper-Fmt (= 7.1.7)
|
|
24
25
|
- Flipper-Glog
|
|
25
|
-
-
|
|
26
|
+
- libevent (~> 2.1.12)
|
|
27
|
+
- OpenSSL-Universal (= 1.1.180)
|
|
26
28
|
- Flipper-Glog (0.3.6)
|
|
27
29
|
- Flipper-PeerTalk (0.0.4)
|
|
28
|
-
- Flipper-RSocket (1.
|
|
29
|
-
- Flipper-Folly (~> 2.
|
|
30
|
-
- FlipperKit (0.
|
|
31
|
-
- FlipperKit/Core (= 0.
|
|
32
|
-
- FlipperKit/Core (0.
|
|
33
|
-
- Flipper (~> 0.
|
|
30
|
+
- Flipper-RSocket (1.4.3):
|
|
31
|
+
- Flipper-Folly (~> 2.6)
|
|
32
|
+
- FlipperKit (0.99.0):
|
|
33
|
+
- FlipperKit/Core (= 0.99.0)
|
|
34
|
+
- FlipperKit/Core (0.99.0):
|
|
35
|
+
- Flipper (~> 0.99.0)
|
|
34
36
|
- FlipperKit/CppBridge
|
|
35
37
|
- FlipperKit/FBCxxFollyDynamicConvert
|
|
36
38
|
- FlipperKit/FBDefines
|
|
37
39
|
- FlipperKit/FKPortForwarding
|
|
38
|
-
- FlipperKit/CppBridge (0.
|
|
39
|
-
- Flipper (~> 0.
|
|
40
|
-
- FlipperKit/FBCxxFollyDynamicConvert (0.
|
|
41
|
-
- Flipper-Folly (~> 2.
|
|
42
|
-
- FlipperKit/FBDefines (0.
|
|
43
|
-
- FlipperKit/FKPortForwarding (0.
|
|
40
|
+
- FlipperKit/CppBridge (0.99.0):
|
|
41
|
+
- Flipper (~> 0.99.0)
|
|
42
|
+
- FlipperKit/FBCxxFollyDynamicConvert (0.99.0):
|
|
43
|
+
- Flipper-Folly (~> 2.6)
|
|
44
|
+
- FlipperKit/FBDefines (0.99.0)
|
|
45
|
+
- FlipperKit/FKPortForwarding (0.99.0):
|
|
44
46
|
- CocoaAsyncSocket (~> 7.6)
|
|
45
47
|
- Flipper-PeerTalk (~> 0.0.4)
|
|
46
|
-
- FlipperKit/FlipperKitHighlightOverlay (0.
|
|
47
|
-
- FlipperKit/
|
|
48
|
+
- FlipperKit/FlipperKitHighlightOverlay (0.99.0)
|
|
49
|
+
- FlipperKit/FlipperKitLayoutHelpers (0.99.0):
|
|
48
50
|
- FlipperKit/Core
|
|
49
51
|
- FlipperKit/FlipperKitHighlightOverlay
|
|
50
52
|
- FlipperKit/FlipperKitLayoutTextSearchable
|
|
53
|
+
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.99.0):
|
|
54
|
+
- FlipperKit/Core
|
|
55
|
+
- FlipperKit/FlipperKitHighlightOverlay
|
|
56
|
+
- FlipperKit/FlipperKitLayoutHelpers
|
|
57
|
+
- YogaKit (~> 1.18)
|
|
58
|
+
- FlipperKit/FlipperKitLayoutPlugin (0.99.0):
|
|
59
|
+
- FlipperKit/Core
|
|
60
|
+
- FlipperKit/FlipperKitHighlightOverlay
|
|
61
|
+
- FlipperKit/FlipperKitLayoutHelpers
|
|
62
|
+
- FlipperKit/FlipperKitLayoutIOSDescriptors
|
|
63
|
+
- FlipperKit/FlipperKitLayoutTextSearchable
|
|
51
64
|
- YogaKit (~> 1.18)
|
|
52
|
-
- FlipperKit/FlipperKitLayoutTextSearchable (0.
|
|
53
|
-
- FlipperKit/FlipperKitNetworkPlugin (0.
|
|
65
|
+
- FlipperKit/FlipperKitLayoutTextSearchable (0.99.0)
|
|
66
|
+
- FlipperKit/FlipperKitNetworkPlugin (0.99.0):
|
|
54
67
|
- FlipperKit/Core
|
|
55
|
-
- FlipperKit/FlipperKitReactPlugin (0.
|
|
68
|
+
- FlipperKit/FlipperKitReactPlugin (0.99.0):
|
|
56
69
|
- FlipperKit/Core
|
|
57
|
-
- FlipperKit/FlipperKitUserDefaultsPlugin (0.
|
|
70
|
+
- FlipperKit/FlipperKitUserDefaultsPlugin (0.99.0):
|
|
58
71
|
- FlipperKit/Core
|
|
59
|
-
- FlipperKit/SKIOSNetworkPlugin (0.
|
|
72
|
+
- FlipperKit/SKIOSNetworkPlugin (0.99.0):
|
|
60
73
|
- FlipperKit/Core
|
|
61
74
|
- FlipperKit/FlipperKitNetworkPlugin
|
|
62
|
-
-
|
|
63
|
-
|
|
75
|
+
- fmt (6.2.1)
|
|
76
|
+
- glog (0.3.5)
|
|
77
|
+
- libevent (2.1.12)
|
|
78
|
+
- OpenSSL-Universal (1.1.180)
|
|
79
|
+
- RCT-Folly (2021.06.28.00-v2):
|
|
80
|
+
- boost
|
|
64
81
|
- DoubleConversion
|
|
65
|
-
-
|
|
82
|
+
- fmt (~> 6.2.1)
|
|
66
83
|
- glog
|
|
67
|
-
|
|
68
|
-
|
|
84
|
+
- RCT-Folly/Default (= 2021.06.28.00-v2)
|
|
85
|
+
- RCT-Folly/Default (2021.06.28.00-v2):
|
|
86
|
+
- boost
|
|
69
87
|
- DoubleConversion
|
|
88
|
+
- fmt (~> 6.2.1)
|
|
70
89
|
- glog
|
|
71
|
-
-
|
|
72
|
-
-
|
|
73
|
-
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
-
|
|
79
|
-
-
|
|
80
|
-
- React-Core (= 0.
|
|
81
|
-
|
|
82
|
-
- React-
|
|
83
|
-
- React-
|
|
84
|
-
- React-
|
|
85
|
-
- React-
|
|
86
|
-
- React-
|
|
87
|
-
- React-
|
|
88
|
-
- React-
|
|
89
|
-
- React-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
- React-RCTText (= 0.62.2)
|
|
93
|
-
- React-RCTVibration (= 0.62.2)
|
|
94
|
-
- React-Core (0.62.2):
|
|
95
|
-
- Folly (= 2018.10.22.00)
|
|
90
|
+
- RCTRequired (0.66.0)
|
|
91
|
+
- RCTTypeSafety (0.66.0):
|
|
92
|
+
- FBLazyVector (= 0.66.0)
|
|
93
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
94
|
+
- RCTRequired (= 0.66.0)
|
|
95
|
+
- React-Core (= 0.66.0)
|
|
96
|
+
- React (0.66.0):
|
|
97
|
+
- React-Core (= 0.66.0)
|
|
98
|
+
- React-Core/DevSupport (= 0.66.0)
|
|
99
|
+
- React-Core/RCTWebSocket (= 0.66.0)
|
|
100
|
+
- React-RCTActionSheet (= 0.66.0)
|
|
101
|
+
- React-RCTAnimation (= 0.66.0)
|
|
102
|
+
- React-RCTBlob (= 0.66.0)
|
|
103
|
+
- React-RCTImage (= 0.66.0)
|
|
104
|
+
- React-RCTLinking (= 0.66.0)
|
|
105
|
+
- React-RCTNetwork (= 0.66.0)
|
|
106
|
+
- React-RCTSettings (= 0.66.0)
|
|
107
|
+
- React-RCTText (= 0.66.0)
|
|
108
|
+
- React-RCTVibration (= 0.66.0)
|
|
109
|
+
- React-callinvoker (0.66.0)
|
|
110
|
+
- React-Core (0.66.0):
|
|
96
111
|
- glog
|
|
97
|
-
-
|
|
98
|
-
- React-
|
|
99
|
-
- React-
|
|
100
|
-
- React-
|
|
112
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
113
|
+
- React-Core/Default (= 0.66.0)
|
|
114
|
+
- React-cxxreact (= 0.66.0)
|
|
115
|
+
- React-jsi (= 0.66.0)
|
|
116
|
+
- React-jsiexecutor (= 0.66.0)
|
|
117
|
+
- React-perflogger (= 0.66.0)
|
|
101
118
|
- Yoga
|
|
102
|
-
- React-Core/CoreModulesHeaders (0.
|
|
103
|
-
- Folly (= 2018.10.22.00)
|
|
119
|
+
- React-Core/CoreModulesHeaders (0.66.0):
|
|
104
120
|
- glog
|
|
121
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
105
122
|
- React-Core/Default
|
|
106
|
-
- React-cxxreact (= 0.
|
|
107
|
-
- React-jsi (= 0.
|
|
108
|
-
- React-jsiexecutor (= 0.
|
|
123
|
+
- React-cxxreact (= 0.66.0)
|
|
124
|
+
- React-jsi (= 0.66.0)
|
|
125
|
+
- React-jsiexecutor (= 0.66.0)
|
|
126
|
+
- React-perflogger (= 0.66.0)
|
|
109
127
|
- Yoga
|
|
110
|
-
- React-Core/Default (0.
|
|
111
|
-
- Folly (= 2018.10.22.00)
|
|
128
|
+
- React-Core/Default (0.66.0):
|
|
112
129
|
- glog
|
|
113
|
-
-
|
|
114
|
-
- React-
|
|
115
|
-
- React-
|
|
130
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
131
|
+
- React-cxxreact (= 0.66.0)
|
|
132
|
+
- React-jsi (= 0.66.0)
|
|
133
|
+
- React-jsiexecutor (= 0.66.0)
|
|
134
|
+
- React-perflogger (= 0.66.0)
|
|
116
135
|
- Yoga
|
|
117
|
-
- React-Core/DevSupport (0.
|
|
118
|
-
- Folly (= 2018.10.22.00)
|
|
136
|
+
- React-Core/DevSupport (0.66.0):
|
|
119
137
|
- glog
|
|
120
|
-
-
|
|
121
|
-
- React-Core/
|
|
122
|
-
- React-
|
|
123
|
-
- React-
|
|
124
|
-
- React-
|
|
125
|
-
- React-
|
|
138
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
139
|
+
- React-Core/Default (= 0.66.0)
|
|
140
|
+
- React-Core/RCTWebSocket (= 0.66.0)
|
|
141
|
+
- React-cxxreact (= 0.66.0)
|
|
142
|
+
- React-jsi (= 0.66.0)
|
|
143
|
+
- React-jsiexecutor (= 0.66.0)
|
|
144
|
+
- React-jsinspector (= 0.66.0)
|
|
145
|
+
- React-perflogger (= 0.66.0)
|
|
126
146
|
- Yoga
|
|
127
|
-
- React-Core/RCTActionSheetHeaders (0.
|
|
128
|
-
- Folly (= 2018.10.22.00)
|
|
147
|
+
- React-Core/RCTActionSheetHeaders (0.66.0):
|
|
129
148
|
- glog
|
|
149
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
130
150
|
- React-Core/Default
|
|
131
|
-
- React-cxxreact (= 0.
|
|
132
|
-
- React-jsi (= 0.
|
|
133
|
-
- React-jsiexecutor (= 0.
|
|
151
|
+
- React-cxxreact (= 0.66.0)
|
|
152
|
+
- React-jsi (= 0.66.0)
|
|
153
|
+
- React-jsiexecutor (= 0.66.0)
|
|
154
|
+
- React-perflogger (= 0.66.0)
|
|
134
155
|
- Yoga
|
|
135
|
-
- React-Core/RCTAnimationHeaders (0.
|
|
136
|
-
- Folly (= 2018.10.22.00)
|
|
156
|
+
- React-Core/RCTAnimationHeaders (0.66.0):
|
|
137
157
|
- glog
|
|
158
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
138
159
|
- React-Core/Default
|
|
139
|
-
- React-cxxreact (= 0.
|
|
140
|
-
- React-jsi (= 0.
|
|
141
|
-
- React-jsiexecutor (= 0.
|
|
160
|
+
- React-cxxreact (= 0.66.0)
|
|
161
|
+
- React-jsi (= 0.66.0)
|
|
162
|
+
- React-jsiexecutor (= 0.66.0)
|
|
163
|
+
- React-perflogger (= 0.66.0)
|
|
142
164
|
- Yoga
|
|
143
|
-
- React-Core/RCTBlobHeaders (0.
|
|
144
|
-
- Folly (= 2018.10.22.00)
|
|
165
|
+
- React-Core/RCTBlobHeaders (0.66.0):
|
|
145
166
|
- glog
|
|
167
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
146
168
|
- React-Core/Default
|
|
147
|
-
- React-cxxreact (= 0.
|
|
148
|
-
- React-jsi (= 0.
|
|
149
|
-
- React-jsiexecutor (= 0.
|
|
169
|
+
- React-cxxreact (= 0.66.0)
|
|
170
|
+
- React-jsi (= 0.66.0)
|
|
171
|
+
- React-jsiexecutor (= 0.66.0)
|
|
172
|
+
- React-perflogger (= 0.66.0)
|
|
150
173
|
- Yoga
|
|
151
|
-
- React-Core/RCTImageHeaders (0.
|
|
152
|
-
- Folly (= 2018.10.22.00)
|
|
174
|
+
- React-Core/RCTImageHeaders (0.66.0):
|
|
153
175
|
- glog
|
|
176
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
154
177
|
- React-Core/Default
|
|
155
|
-
- React-cxxreact (= 0.
|
|
156
|
-
- React-jsi (= 0.
|
|
157
|
-
- React-jsiexecutor (= 0.
|
|
178
|
+
- React-cxxreact (= 0.66.0)
|
|
179
|
+
- React-jsi (= 0.66.0)
|
|
180
|
+
- React-jsiexecutor (= 0.66.0)
|
|
181
|
+
- React-perflogger (= 0.66.0)
|
|
158
182
|
- Yoga
|
|
159
|
-
- React-Core/RCTLinkingHeaders (0.
|
|
160
|
-
- Folly (= 2018.10.22.00)
|
|
183
|
+
- React-Core/RCTLinkingHeaders (0.66.0):
|
|
161
184
|
- glog
|
|
185
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
162
186
|
- React-Core/Default
|
|
163
|
-
- React-cxxreact (= 0.
|
|
164
|
-
- React-jsi (= 0.
|
|
165
|
-
- React-jsiexecutor (= 0.
|
|
187
|
+
- React-cxxreact (= 0.66.0)
|
|
188
|
+
- React-jsi (= 0.66.0)
|
|
189
|
+
- React-jsiexecutor (= 0.66.0)
|
|
190
|
+
- React-perflogger (= 0.66.0)
|
|
166
191
|
- Yoga
|
|
167
|
-
- React-Core/RCTNetworkHeaders (0.
|
|
168
|
-
- Folly (= 2018.10.22.00)
|
|
192
|
+
- React-Core/RCTNetworkHeaders (0.66.0):
|
|
169
193
|
- glog
|
|
194
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
170
195
|
- React-Core/Default
|
|
171
|
-
- React-cxxreact (= 0.
|
|
172
|
-
- React-jsi (= 0.
|
|
173
|
-
- React-jsiexecutor (= 0.
|
|
196
|
+
- React-cxxreact (= 0.66.0)
|
|
197
|
+
- React-jsi (= 0.66.0)
|
|
198
|
+
- React-jsiexecutor (= 0.66.0)
|
|
199
|
+
- React-perflogger (= 0.66.0)
|
|
174
200
|
- Yoga
|
|
175
|
-
- React-Core/RCTSettingsHeaders (0.
|
|
176
|
-
- Folly (= 2018.10.22.00)
|
|
201
|
+
- React-Core/RCTSettingsHeaders (0.66.0):
|
|
177
202
|
- glog
|
|
203
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
178
204
|
- React-Core/Default
|
|
179
|
-
- React-cxxreact (= 0.
|
|
180
|
-
- React-jsi (= 0.
|
|
181
|
-
- React-jsiexecutor (= 0.
|
|
205
|
+
- React-cxxreact (= 0.66.0)
|
|
206
|
+
- React-jsi (= 0.66.0)
|
|
207
|
+
- React-jsiexecutor (= 0.66.0)
|
|
208
|
+
- React-perflogger (= 0.66.0)
|
|
182
209
|
- Yoga
|
|
183
|
-
- React-Core/RCTTextHeaders (0.
|
|
184
|
-
- Folly (= 2018.10.22.00)
|
|
210
|
+
- React-Core/RCTTextHeaders (0.66.0):
|
|
185
211
|
- glog
|
|
212
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
186
213
|
- React-Core/Default
|
|
187
|
-
- React-cxxreact (= 0.
|
|
188
|
-
- React-jsi (= 0.
|
|
189
|
-
- React-jsiexecutor (= 0.
|
|
214
|
+
- React-cxxreact (= 0.66.0)
|
|
215
|
+
- React-jsi (= 0.66.0)
|
|
216
|
+
- React-jsiexecutor (= 0.66.0)
|
|
217
|
+
- React-perflogger (= 0.66.0)
|
|
190
218
|
- Yoga
|
|
191
|
-
- React-Core/RCTVibrationHeaders (0.
|
|
192
|
-
- Folly (= 2018.10.22.00)
|
|
219
|
+
- React-Core/RCTVibrationHeaders (0.66.0):
|
|
193
220
|
- glog
|
|
221
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
194
222
|
- React-Core/Default
|
|
195
|
-
- React-cxxreact (= 0.
|
|
196
|
-
- React-jsi (= 0.
|
|
197
|
-
- React-jsiexecutor (= 0.
|
|
223
|
+
- React-cxxreact (= 0.66.0)
|
|
224
|
+
- React-jsi (= 0.66.0)
|
|
225
|
+
- React-jsiexecutor (= 0.66.0)
|
|
226
|
+
- React-perflogger (= 0.66.0)
|
|
198
227
|
- Yoga
|
|
199
|
-
- React-Core/RCTWebSocket (0.
|
|
200
|
-
- Folly (= 2018.10.22.00)
|
|
228
|
+
- React-Core/RCTWebSocket (0.66.0):
|
|
201
229
|
- glog
|
|
202
|
-
-
|
|
203
|
-
- React-
|
|
204
|
-
- React-
|
|
205
|
-
- React-
|
|
230
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
231
|
+
- React-Core/Default (= 0.66.0)
|
|
232
|
+
- React-cxxreact (= 0.66.0)
|
|
233
|
+
- React-jsi (= 0.66.0)
|
|
234
|
+
- React-jsiexecutor (= 0.66.0)
|
|
235
|
+
- React-perflogger (= 0.66.0)
|
|
206
236
|
- Yoga
|
|
207
|
-
- React-CoreModules (0.
|
|
208
|
-
- FBReactNativeSpec (= 0.
|
|
209
|
-
- Folly (=
|
|
210
|
-
- RCTTypeSafety (= 0.
|
|
211
|
-
- React-Core/CoreModulesHeaders (= 0.
|
|
212
|
-
- React-
|
|
213
|
-
-
|
|
214
|
-
|
|
215
|
-
|
|
237
|
+
- React-CoreModules (0.66.0):
|
|
238
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
239
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
240
|
+
- RCTTypeSafety (= 0.66.0)
|
|
241
|
+
- React-Core/CoreModulesHeaders (= 0.66.0)
|
|
242
|
+
- React-jsi (= 0.66.0)
|
|
243
|
+
- React-RCTImage (= 0.66.0)
|
|
244
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
245
|
+
- React-cxxreact (0.66.0):
|
|
246
|
+
- boost (= 1.76.0)
|
|
216
247
|
- DoubleConversion
|
|
217
|
-
- Folly (= 2018.10.22.00)
|
|
218
248
|
- glog
|
|
219
|
-
-
|
|
220
|
-
|
|
221
|
-
-
|
|
249
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
250
|
+
- React-callinvoker (= 0.66.0)
|
|
251
|
+
- React-jsi (= 0.66.0)
|
|
252
|
+
- React-jsinspector (= 0.66.0)
|
|
253
|
+
- React-logger (= 0.66.0)
|
|
254
|
+
- React-perflogger (= 0.66.0)
|
|
255
|
+
- React-runtimeexecutor (= 0.66.0)
|
|
256
|
+
- React-jsi (0.66.0):
|
|
257
|
+
- boost (= 1.76.0)
|
|
222
258
|
- DoubleConversion
|
|
223
|
-
- Folly (= 2018.10.22.00)
|
|
224
259
|
- glog
|
|
225
|
-
-
|
|
226
|
-
|
|
227
|
-
|
|
260
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
261
|
+
- React-jsi/Default (= 0.66.0)
|
|
262
|
+
- React-jsi/Default (0.66.0):
|
|
263
|
+
- boost (= 1.76.0)
|
|
228
264
|
- DoubleConversion
|
|
229
|
-
- Folly (= 2018.10.22.00)
|
|
230
265
|
- glog
|
|
231
|
-
|
|
266
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
267
|
+
- React-jsiexecutor (0.66.0):
|
|
232
268
|
- DoubleConversion
|
|
233
|
-
- Folly (= 2018.10.22.00)
|
|
234
269
|
- glog
|
|
235
|
-
-
|
|
236
|
-
- React-
|
|
237
|
-
|
|
270
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
271
|
+
- React-cxxreact (= 0.66.0)
|
|
272
|
+
- React-jsi (= 0.66.0)
|
|
273
|
+
- React-perflogger (= 0.66.0)
|
|
274
|
+
- React-jsinspector (0.66.0)
|
|
275
|
+
- React-logger (0.66.0):
|
|
276
|
+
- glog
|
|
238
277
|
- react-native-slider (3.0.0):
|
|
239
278
|
- React
|
|
240
|
-
- React-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
-
|
|
245
|
-
-
|
|
246
|
-
-
|
|
247
|
-
-
|
|
248
|
-
|
|
249
|
-
-
|
|
250
|
-
|
|
251
|
-
-
|
|
252
|
-
-
|
|
253
|
-
- React-
|
|
254
|
-
- React-
|
|
255
|
-
-
|
|
256
|
-
|
|
257
|
-
-
|
|
258
|
-
|
|
259
|
-
-
|
|
260
|
-
-
|
|
261
|
-
-
|
|
262
|
-
-
|
|
263
|
-
|
|
264
|
-
-
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
-
|
|
269
|
-
-
|
|
270
|
-
-
|
|
271
|
-
|
|
272
|
-
-
|
|
273
|
-
|
|
274
|
-
-
|
|
275
|
-
-
|
|
276
|
-
-
|
|
277
|
-
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
-
|
|
281
|
-
|
|
282
|
-
-
|
|
283
|
-
-
|
|
284
|
-
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
-
|
|
289
|
-
-
|
|
290
|
-
- React-
|
|
291
|
-
|
|
279
|
+
- React-perflogger (0.66.0)
|
|
280
|
+
- React-RCTActionSheet (0.66.0):
|
|
281
|
+
- React-Core/RCTActionSheetHeaders (= 0.66.0)
|
|
282
|
+
- React-RCTAnimation (0.66.0):
|
|
283
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
284
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
285
|
+
- RCTTypeSafety (= 0.66.0)
|
|
286
|
+
- React-Core/RCTAnimationHeaders (= 0.66.0)
|
|
287
|
+
- React-jsi (= 0.66.0)
|
|
288
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
289
|
+
- React-RCTBlob (0.66.0):
|
|
290
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
291
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
292
|
+
- React-Core/RCTBlobHeaders (= 0.66.0)
|
|
293
|
+
- React-Core/RCTWebSocket (= 0.66.0)
|
|
294
|
+
- React-jsi (= 0.66.0)
|
|
295
|
+
- React-RCTNetwork (= 0.66.0)
|
|
296
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
297
|
+
- React-RCTImage (0.66.0):
|
|
298
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
299
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
300
|
+
- RCTTypeSafety (= 0.66.0)
|
|
301
|
+
- React-Core/RCTImageHeaders (= 0.66.0)
|
|
302
|
+
- React-jsi (= 0.66.0)
|
|
303
|
+
- React-RCTNetwork (= 0.66.0)
|
|
304
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
305
|
+
- React-RCTLinking (0.66.0):
|
|
306
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
307
|
+
- React-Core/RCTLinkingHeaders (= 0.66.0)
|
|
308
|
+
- React-jsi (= 0.66.0)
|
|
309
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
310
|
+
- React-RCTNetwork (0.66.0):
|
|
311
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
312
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
313
|
+
- RCTTypeSafety (= 0.66.0)
|
|
314
|
+
- React-Core/RCTNetworkHeaders (= 0.66.0)
|
|
315
|
+
- React-jsi (= 0.66.0)
|
|
316
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
317
|
+
- React-RCTSettings (0.66.0):
|
|
318
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
319
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
320
|
+
- RCTTypeSafety (= 0.66.0)
|
|
321
|
+
- React-Core/RCTSettingsHeaders (= 0.66.0)
|
|
322
|
+
- React-jsi (= 0.66.0)
|
|
323
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
324
|
+
- React-RCTText (0.66.0):
|
|
325
|
+
- React-Core/RCTTextHeaders (= 0.66.0)
|
|
326
|
+
- React-RCTVibration (0.66.0):
|
|
327
|
+
- FBReactNativeSpec (= 0.66.0)
|
|
328
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
329
|
+
- React-Core/RCTVibrationHeaders (= 0.66.0)
|
|
330
|
+
- React-jsi (= 0.66.0)
|
|
331
|
+
- ReactCommon/turbomodule/core (= 0.66.0)
|
|
332
|
+
- React-runtimeexecutor (0.66.0):
|
|
333
|
+
- React-jsi (= 0.66.0)
|
|
334
|
+
- ReactCommon/turbomodule/core (0.66.0):
|
|
292
335
|
- DoubleConversion
|
|
293
|
-
- Folly (= 2018.10.22.00)
|
|
294
336
|
- glog
|
|
295
|
-
-
|
|
296
|
-
- React-
|
|
297
|
-
- React-
|
|
298
|
-
-
|
|
337
|
+
- RCT-Folly (= 2021.06.28.00-v2)
|
|
338
|
+
- React-callinvoker (= 0.66.0)
|
|
339
|
+
- React-Core (= 0.66.0)
|
|
340
|
+
- React-cxxreact (= 0.66.0)
|
|
341
|
+
- React-jsi (= 0.66.0)
|
|
342
|
+
- React-logger (= 0.66.0)
|
|
343
|
+
- React-perflogger (= 0.66.0)
|
|
299
344
|
- RNVectorIcons (6.6.0):
|
|
300
345
|
- React
|
|
301
346
|
- Yoga (1.14.0)
|
|
@@ -303,34 +348,38 @@ PODS:
|
|
|
303
348
|
- Yoga (~> 1.14)
|
|
304
349
|
|
|
305
350
|
DEPENDENCIES:
|
|
351
|
+
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
|
|
306
352
|
- BVLinearGradient (from `../node_modules/react-native-linear-gradient`)
|
|
307
353
|
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
|
|
308
354
|
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
|
|
309
|
-
- FBReactNativeSpec (from `../node_modules/react-native/
|
|
310
|
-
- Flipper (
|
|
311
|
-
- Flipper-
|
|
312
|
-
- Flipper-
|
|
355
|
+
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
|
|
356
|
+
- Flipper (= 0.99.0)
|
|
357
|
+
- Flipper-Boost-iOSX (= 1.76.0.1.11)
|
|
358
|
+
- Flipper-DoubleConversion (= 3.1.7)
|
|
359
|
+
- Flipper-Fmt (= 7.1.7)
|
|
360
|
+
- Flipper-Folly (= 2.6.7)
|
|
313
361
|
- Flipper-Glog (= 0.3.6)
|
|
314
|
-
- Flipper-PeerTalk (
|
|
315
|
-
- Flipper-RSocket (
|
|
316
|
-
- FlipperKit (
|
|
317
|
-
- FlipperKit/Core (
|
|
318
|
-
- FlipperKit/CppBridge (
|
|
319
|
-
- FlipperKit/FBCxxFollyDynamicConvert (
|
|
320
|
-
- FlipperKit/FBDefines (
|
|
321
|
-
- FlipperKit/FKPortForwarding (
|
|
322
|
-
- FlipperKit/FlipperKitHighlightOverlay (
|
|
323
|
-
- FlipperKit/FlipperKitLayoutPlugin (
|
|
324
|
-
- FlipperKit/FlipperKitLayoutTextSearchable (
|
|
325
|
-
- FlipperKit/FlipperKitNetworkPlugin (
|
|
326
|
-
- FlipperKit/FlipperKitReactPlugin (
|
|
327
|
-
- FlipperKit/FlipperKitUserDefaultsPlugin (
|
|
328
|
-
- FlipperKit/SKIOSNetworkPlugin (
|
|
329
|
-
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
|
|
362
|
+
- Flipper-PeerTalk (= 0.0.4)
|
|
363
|
+
- Flipper-RSocket (= 1.4.3)
|
|
364
|
+
- FlipperKit (= 0.99.0)
|
|
365
|
+
- FlipperKit/Core (= 0.99.0)
|
|
366
|
+
- FlipperKit/CppBridge (= 0.99.0)
|
|
367
|
+
- FlipperKit/FBCxxFollyDynamicConvert (= 0.99.0)
|
|
368
|
+
- FlipperKit/FBDefines (= 0.99.0)
|
|
369
|
+
- FlipperKit/FKPortForwarding (= 0.99.0)
|
|
370
|
+
- FlipperKit/FlipperKitHighlightOverlay (= 0.99.0)
|
|
371
|
+
- FlipperKit/FlipperKitLayoutPlugin (= 0.99.0)
|
|
372
|
+
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.99.0)
|
|
373
|
+
- FlipperKit/FlipperKitNetworkPlugin (= 0.99.0)
|
|
374
|
+
- FlipperKit/FlipperKitReactPlugin (= 0.99.0)
|
|
375
|
+
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0)
|
|
376
|
+
- FlipperKit/SKIOSNetworkPlugin (= 0.99.0)
|
|
330
377
|
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
|
|
378
|
+
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
|
|
331
379
|
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
|
|
332
380
|
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
|
|
333
381
|
- React (from `../node_modules/react-native/`)
|
|
382
|
+
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
|
|
334
383
|
- React-Core (from `../node_modules/react-native/`)
|
|
335
384
|
- React-Core/DevSupport (from `../node_modules/react-native/`)
|
|
336
385
|
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
|
|
@@ -339,7 +388,9 @@ DEPENDENCIES:
|
|
|
339
388
|
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
|
|
340
389
|
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
|
|
341
390
|
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
|
|
391
|
+
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
|
|
342
392
|
- "react-native-slider (from `../node_modules/@react-native-community/slider`)"
|
|
393
|
+
- React-perflogger (from `../node_modules/react-native/ReactCommon/reactperflogger`)
|
|
343
394
|
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
|
|
344
395
|
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
|
|
345
396
|
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
|
|
@@ -349,27 +400,31 @@ DEPENDENCIES:
|
|
|
349
400
|
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
|
|
350
401
|
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
|
|
351
402
|
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
|
|
352
|
-
-
|
|
403
|
+
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
|
353
404
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
|
354
405
|
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
|
|
355
406
|
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
|
|
356
407
|
|
|
357
408
|
SPEC REPOS:
|
|
358
409
|
trunk:
|
|
359
|
-
- boost-for-react-native
|
|
360
410
|
- CocoaAsyncSocket
|
|
361
|
-
- CocoaLibEvent
|
|
362
411
|
- Flipper
|
|
412
|
+
- Flipper-Boost-iOSX
|
|
363
413
|
- Flipper-DoubleConversion
|
|
414
|
+
- Flipper-Fmt
|
|
364
415
|
- Flipper-Folly
|
|
365
416
|
- Flipper-Glog
|
|
366
417
|
- Flipper-PeerTalk
|
|
367
418
|
- Flipper-RSocket
|
|
368
419
|
- FlipperKit
|
|
420
|
+
- fmt
|
|
421
|
+
- libevent
|
|
369
422
|
- OpenSSL-Universal
|
|
370
423
|
- YogaKit
|
|
371
424
|
|
|
372
425
|
EXTERNAL SOURCES:
|
|
426
|
+
boost:
|
|
427
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/boost.podspec"
|
|
373
428
|
BVLinearGradient:
|
|
374
429
|
:path: "../node_modules/react-native-linear-gradient"
|
|
375
430
|
DoubleConversion:
|
|
@@ -377,17 +432,19 @@ EXTERNAL SOURCES:
|
|
|
377
432
|
FBLazyVector:
|
|
378
433
|
:path: "../node_modules/react-native/Libraries/FBLazyVector"
|
|
379
434
|
FBReactNativeSpec:
|
|
380
|
-
:path: "../node_modules/react-native/
|
|
381
|
-
Folly:
|
|
382
|
-
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
|
|
435
|
+
:path: "../node_modules/react-native/React/FBReactNativeSpec"
|
|
383
436
|
glog:
|
|
384
437
|
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
|
|
438
|
+
RCT-Folly:
|
|
439
|
+
:podspec: "../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec"
|
|
385
440
|
RCTRequired:
|
|
386
441
|
:path: "../node_modules/react-native/Libraries/RCTRequired"
|
|
387
442
|
RCTTypeSafety:
|
|
388
443
|
:path: "../node_modules/react-native/Libraries/TypeSafety"
|
|
389
444
|
React:
|
|
390
445
|
:path: "../node_modules/react-native/"
|
|
446
|
+
React-callinvoker:
|
|
447
|
+
:path: "../node_modules/react-native/ReactCommon/callinvoker"
|
|
391
448
|
React-Core:
|
|
392
449
|
:path: "../node_modules/react-native/"
|
|
393
450
|
React-CoreModules:
|
|
@@ -400,8 +457,12 @@ EXTERNAL SOURCES:
|
|
|
400
457
|
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
|
|
401
458
|
React-jsinspector:
|
|
402
459
|
:path: "../node_modules/react-native/ReactCommon/jsinspector"
|
|
460
|
+
React-logger:
|
|
461
|
+
:path: "../node_modules/react-native/ReactCommon/logger"
|
|
403
462
|
react-native-slider:
|
|
404
463
|
:path: "../node_modules/@react-native-community/slider"
|
|
464
|
+
React-perflogger:
|
|
465
|
+
:path: "../node_modules/react-native/ReactCommon/reactperflogger"
|
|
405
466
|
React-RCTActionSheet:
|
|
406
467
|
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
|
|
407
468
|
React-RCTAnimation:
|
|
@@ -420,6 +481,8 @@ EXTERNAL SOURCES:
|
|
|
420
481
|
:path: "../node_modules/react-native/Libraries/Text"
|
|
421
482
|
React-RCTVibration:
|
|
422
483
|
:path: "../node_modules/react-native/Libraries/Vibration"
|
|
484
|
+
React-runtimeexecutor:
|
|
485
|
+
:path: "../node_modules/react-native/ReactCommon/runtimeexecutor"
|
|
423
486
|
ReactCommon:
|
|
424
487
|
:path: "../node_modules/react-native/ReactCommon"
|
|
425
488
|
RNVectorIcons:
|
|
@@ -428,47 +491,54 @@ EXTERNAL SOURCES:
|
|
|
428
491
|
:path: "../node_modules/react-native/ReactCommon/yoga"
|
|
429
492
|
|
|
430
493
|
SPEC CHECKSUMS:
|
|
431
|
-
boost
|
|
494
|
+
boost: a7c83b31436843459a1961bfd74b96033dc77234
|
|
432
495
|
BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
|
|
433
|
-
CocoaAsyncSocket:
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
Flipper:
|
|
439
|
-
Flipper-DoubleConversion:
|
|
440
|
-
Flipper-
|
|
496
|
+
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
|
497
|
+
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
|
|
498
|
+
FBLazyVector: 6816ca39e1cc8beffd2a96783f518296789d1c48
|
|
499
|
+
FBReactNativeSpec: 3b1e86618e902743fde35b40cf9ebd100fd655b7
|
|
500
|
+
Flipper: 30e8eeeed6abdc98edaf32af0cda2f198be4b733
|
|
501
|
+
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
|
|
502
|
+
Flipper-DoubleConversion: 57ffbe81ef95306cc9e69c4aa3aeeeeb58a6a28c
|
|
503
|
+
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
|
|
504
|
+
Flipper-Folly: 83af37379faa69497529e414bd43fbfc7cae259a
|
|
441
505
|
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
|
|
442
506
|
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
|
443
|
-
Flipper-RSocket:
|
|
444
|
-
FlipperKit:
|
|
445
|
-
|
|
446
|
-
glog:
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
React
|
|
453
|
-
React-
|
|
454
|
-
React-
|
|
455
|
-
React-
|
|
456
|
-
React-
|
|
507
|
+
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
|
|
508
|
+
FlipperKit: d8d346844eca5d9120c17d441a2f38596e8ed2b9
|
|
509
|
+
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
|
|
510
|
+
glog: 5337263514dd6f09803962437687240c5dc39aa4
|
|
511
|
+
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
|
512
|
+
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
|
|
513
|
+
RCT-Folly: a21c126816d8025b547704b777a2ba552f3d9fa9
|
|
514
|
+
RCTRequired: e4a18a90004e0ed97bba9081099104fd0f658dc9
|
|
515
|
+
RCTTypeSafety: 8a3c31d38de58e1a6a7df6e4e643644a60b00e22
|
|
516
|
+
React: 2b1d0dc3c23e01b754588a74a5b265282d9eb61e
|
|
517
|
+
React-callinvoker: 57c195e780695285fa56e61efdbc0ca0e9204484
|
|
518
|
+
React-Core: 45e4b3c57b0b5fdbb24bc6a63a964870c0405955
|
|
519
|
+
React-CoreModules: d7bb1ae3436eddd85a7eb6d5e928f8c1655d87db
|
|
520
|
+
React-cxxreact: 60c850e9997b21ee302757c36a460efc944183e7
|
|
521
|
+
React-jsi: 38d68cb1b53843703100830d530342b32f8e0878
|
|
522
|
+
React-jsiexecutor: 6a05173dc0142abc582bd4edd2d23146b8cc218a
|
|
523
|
+
React-jsinspector: be95ad424ba9f7b817aff22732eb9b1b810a000a
|
|
524
|
+
React-logger: 9a9cd87d4ea681ae929b32ef580638ff1b50fb24
|
|
457
525
|
react-native-slider: 05f11678260cb27c3d00a2dd1558b623be3ec8d2
|
|
458
|
-
React-
|
|
459
|
-
React-
|
|
460
|
-
React-
|
|
461
|
-
React-
|
|
462
|
-
React-
|
|
463
|
-
React-
|
|
464
|
-
React-
|
|
465
|
-
React-
|
|
466
|
-
React-
|
|
467
|
-
|
|
526
|
+
React-perflogger: 1f554c2b684e2f484f9edcdfdaeedab039fbaca8
|
|
527
|
+
React-RCTActionSheet: 610d5a5d71ab4808734782c8bca6a12ec3563672
|
|
528
|
+
React-RCTAnimation: ec6ed97370ace32724c253f29f0586cafcab8126
|
|
529
|
+
React-RCTBlob: b3270d498ff240f49c50e1bc950b6e5fd48886ba
|
|
530
|
+
React-RCTImage: 23d5e26669b31230bea3fd99eb703af699e5d61a
|
|
531
|
+
React-RCTLinking: edaaee9dee82b79e90e7b903d8913fa72284fbba
|
|
532
|
+
React-RCTNetwork: e8825053dd1b5c2a0e1aa3cf1127750b624f90c0
|
|
533
|
+
React-RCTSettings: 40d7ae987031c5dc561d11cd3a15cc1245a11d42
|
|
534
|
+
React-RCTText: 6e104479d4f0bb593b4cf90b6fc6e5390c12ccde
|
|
535
|
+
React-RCTVibration: 53b92d54b923283638cb0186da7a5c2d2b70a49b
|
|
536
|
+
React-runtimeexecutor: 4bb657a97aa74568d9ed634c8bd478299bb8a3a6
|
|
537
|
+
ReactCommon: eb059748e842a1a86025ebbd4ac9d99e74492f88
|
|
468
538
|
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4
|
|
469
|
-
Yoga:
|
|
539
|
+
Yoga: c11abbf5809216c91fcd62f5571078b83d9b6720
|
|
470
540
|
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
|
471
541
|
|
|
472
|
-
PODFILE CHECKSUM:
|
|
542
|
+
PODFILE CHECKSUM: e022ae08870d0620defd9fd74a9c71c56e5d574c
|
|
473
543
|
|
|
474
|
-
COCOAPODS: 1.
|
|
544
|
+
COCOAPODS: 1.11.2
|