@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.
Files changed (72) hide show
  1. package/.flowconfig +65 -0
  2. package/android/app/build.gradle +20 -18
  3. package/android/app/src/debug/AndroidManifest.xml +7 -2
  4. package/android/app/src/main/AndroidManifest.xml +0 -2
  5. package/android/app/src/main/res/values/styles.xml +1 -2
  6. package/android/build.gradle +8 -8
  7. package/android/gradle/wrapper/gradle-wrapper.properties +1 -1
  8. package/android/gradle.properties +1 -1
  9. package/android/gradlew +14 -17
  10. package/android/gradlew.bat +7 -18
  11. package/coverage/clover.xml +716 -0
  12. package/coverage/coverage-final.json +28 -0
  13. package/coverage/lcov-report/base.css +224 -0
  14. package/coverage/lcov-report/block-navigation.js +79 -0
  15. package/coverage/lcov-report/favicon.png +0 -0
  16. package/coverage/lcov-report/index.html +201 -0
  17. package/coverage/lcov-report/prettify.css +1 -0
  18. package/coverage/lcov-report/prettify.js +2 -0
  19. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  20. package/coverage/lcov-report/sorter.js +170 -0
  21. package/coverage/lcov-report/src/RecommendationScreen.tsx.html +2501 -0
  22. package/coverage/lcov-report/src/__tests__/index.html +111 -0
  23. package/coverage/lcov-report/src/__tests__/utils.tsx.html +533 -0
  24. package/coverage/lcov-report/src/components/Header.tsx.html +356 -0
  25. package/coverage/lcov-report/src/components/InfoBars.tsx.html +518 -0
  26. package/coverage/lcov-report/src/components/InvisibleNumberInput.tsx.html +566 -0
  27. package/coverage/lcov-report/src/components/LimitationMessage.tsx.html +209 -0
  28. package/coverage/lcov-report/src/components/LineSeparator.tsx.html +161 -0
  29. package/coverage/lcov-report/src/components/RecentInsulin.tsx.html +410 -0
  30. package/coverage/lcov-report/src/components/RecommendationModal.tsx.html +923 -0
  31. package/coverage/lcov-report/src/components/RecommendedCarbs.tsx.html +1061 -0
  32. package/coverage/lcov-report/src/components/RecommendedInsulin.tsx.html +779 -0
  33. package/coverage/lcov-report/src/components/Remeasure.tsx.html +551 -0
  34. package/coverage/lcov-report/src/components/TransferToLogbook.tsx.html +443 -0
  35. package/coverage/lcov-report/src/components/TwoOptionModal.tsx.html +665 -0
  36. package/coverage/lcov-report/src/components/activity/Activity.tsx.html +371 -0
  37. package/coverage/lcov-report/src/components/activity/ActivityIcon.tsx.html +281 -0
  38. package/coverage/lcov-report/src/components/activity/ActivityIntensity.tsx.html +281 -0
  39. package/coverage/lcov-report/src/components/activity/index.html +141 -0
  40. package/coverage/lcov-report/src/components/index.html +276 -0
  41. package/coverage/lcov-report/src/components/mood/Emotion.tsx.html +353 -0
  42. package/coverage/lcov-report/src/components/mood/MoodIcon.tsx.html +335 -0
  43. package/coverage/lcov-report/src/components/mood/index.html +126 -0
  44. package/coverage/lcov-report/src/index.html +111 -0
  45. package/coverage/lcov-report/src/locale/i18nUtils.ts.html +206 -0
  46. package/coverage/lcov-report/src/locale/index.html +111 -0
  47. package/coverage/lcov-report/src/utils/AttentionMessages.tsx.html +554 -0
  48. package/coverage/lcov-report/src/utils/Constants.ts.html +248 -0
  49. package/coverage/lcov-report/src/utils/RecommendationError.tsx.html +620 -0
  50. package/coverage/lcov-report/src/utils/RecommendationUtils.ts.html +764 -0
  51. package/coverage/lcov-report/src/utils/Translations.ts.html +131 -0
  52. package/coverage/lcov-report/src/utils/Utils.ts.html +545 -0
  53. package/coverage/lcov-report/src/utils/Validations.ts.html +1544 -0
  54. package/coverage/lcov-report/src/utils/index.html +201 -0
  55. package/coverage/lcov.info +1611 -0
  56. package/ios/HediaRecommendationScreen/AppDelegate.m +7 -4
  57. package/ios/HediaRecommendationScreen/Info.plist +0 -2
  58. package/ios/HediaRecommendationScreen/LaunchScreen.storyboard +47 -0
  59. package/ios/HediaRecommendationScreen.xcodeproj/project.pbxproj +192 -549
  60. package/ios/HediaRecommendationScreen.xcodeproj/xcshareddata/xcschemes/HediaRecommendationScreen.xcscheme +1 -1
  61. package/ios/Podfile +13 -87
  62. package/ios/Podfile.lock +353 -283
  63. package/jest.config.js +3 -3
  64. package/jest.mock.js +1 -1
  65. package/metro.config.js +1 -1
  66. package/package.json +10 -9
  67. package/src/RecommendationScreen.d.ts +6 -1
  68. package/src/RecommendationScreen.js +5 -5
  69. package/src/__tests__/RecommendationScreen.test.js +4 -6
  70. package/ios/HediaRecommendationScreen/Base.lproj/LaunchScreen.xib +0 -42
  71. package/ios/HediaRecommendationScreen-tvOS/Info.plist +0 -53
  72. package/ios/HediaRecommendationScreen-tvOSTests/Info.plist +0 -24
package/ios/Podfile.lock CHANGED
@@ -1,301 +1,346 @@
1
1
  PODS:
2
- - boost-for-react-native (1.63.0)
2
+ - boost (1.76.0)
3
3
  - BVLinearGradient (2.5.6):
4
4
  - React
5
- - CocoaAsyncSocket (7.6.4)
6
- - CocoaLibEvent (1.0.0)
5
+ - CocoaAsyncSocket (7.6.5)
7
6
  - DoubleConversion (1.1.6)
8
- - FBLazyVector (0.62.2)
9
- - FBReactNativeSpec (0.62.2):
10
- - Folly (= 2018.10.22.00)
11
- - RCTRequired (= 0.62.2)
12
- - RCTTypeSafety (= 0.62.2)
13
- - React-Core (= 0.62.2)
14
- - React-jsi (= 0.62.2)
15
- - ReactCommon/turbomodule/core (= 0.62.2)
16
- - Flipper (0.33.1):
17
- - Flipper-Folly (~> 2.1)
18
- - Flipper-RSocket (~> 1.0)
19
- - Flipper-DoubleConversion (1.1.7)
20
- - Flipper-Folly (2.2.0):
21
- - boost-for-react-native
22
- - CocoaLibEvent (~> 1.0)
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
- - OpenSSL-Universal (= 1.0.2.19)
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.1.0):
29
- - Flipper-Folly (~> 2.2)
30
- - FlipperKit (0.33.1):
31
- - FlipperKit/Core (= 0.33.1)
32
- - FlipperKit/Core (0.33.1):
33
- - Flipper (~> 0.33.1)
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.33.1):
39
- - Flipper (~> 0.33.1)
40
- - FlipperKit/FBCxxFollyDynamicConvert (0.33.1):
41
- - Flipper-Folly (~> 2.1)
42
- - FlipperKit/FBDefines (0.33.1)
43
- - FlipperKit/FKPortForwarding (0.33.1):
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.33.1)
47
- - FlipperKit/FlipperKitLayoutPlugin (0.33.1):
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.33.1)
53
- - FlipperKit/FlipperKitNetworkPlugin (0.33.1):
65
+ - FlipperKit/FlipperKitLayoutTextSearchable (0.99.0)
66
+ - FlipperKit/FlipperKitNetworkPlugin (0.99.0):
54
67
  - FlipperKit/Core
55
- - FlipperKit/FlipperKitReactPlugin (0.33.1):
68
+ - FlipperKit/FlipperKitReactPlugin (0.99.0):
56
69
  - FlipperKit/Core
57
- - FlipperKit/FlipperKitUserDefaultsPlugin (0.33.1):
70
+ - FlipperKit/FlipperKitUserDefaultsPlugin (0.99.0):
58
71
  - FlipperKit/Core
59
- - FlipperKit/SKIOSNetworkPlugin (0.33.1):
72
+ - FlipperKit/SKIOSNetworkPlugin (0.99.0):
60
73
  - FlipperKit/Core
61
74
  - FlipperKit/FlipperKitNetworkPlugin
62
- - Folly (2018.10.22.00):
63
- - boost-for-react-native
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
- - Folly/Default (= 2018.10.22.00)
82
+ - fmt (~> 6.2.1)
66
83
  - glog
67
- - Folly/Default (2018.10.22.00):
68
- - boost-for-react-native
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
- - glog (0.3.5)
72
- - OpenSSL-Universal (1.0.2.19):
73
- - OpenSSL-Universal/Static (= 1.0.2.19)
74
- - OpenSSL-Universal/Static (1.0.2.19)
75
- - RCTRequired (0.62.2)
76
- - RCTTypeSafety (0.62.2):
77
- - FBLazyVector (= 0.62.2)
78
- - Folly (= 2018.10.22.00)
79
- - RCTRequired (= 0.62.2)
80
- - React-Core (= 0.62.2)
81
- - React (0.62.2):
82
- - React-Core (= 0.62.2)
83
- - React-Core/DevSupport (= 0.62.2)
84
- - React-Core/RCTWebSocket (= 0.62.2)
85
- - React-RCTActionSheet (= 0.62.2)
86
- - React-RCTAnimation (= 0.62.2)
87
- - React-RCTBlob (= 0.62.2)
88
- - React-RCTImage (= 0.62.2)
89
- - React-RCTLinking (= 0.62.2)
90
- - React-RCTNetwork (= 0.62.2)
91
- - React-RCTSettings (= 0.62.2)
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
- - React-Core/Default (= 0.62.2)
98
- - React-cxxreact (= 0.62.2)
99
- - React-jsi (= 0.62.2)
100
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
107
- - React-jsi (= 0.62.2)
108
- - React-jsiexecutor (= 0.62.2)
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.62.2):
111
- - Folly (= 2018.10.22.00)
128
+ - React-Core/Default (0.66.0):
112
129
  - glog
113
- - React-cxxreact (= 0.62.2)
114
- - React-jsi (= 0.62.2)
115
- - React-jsiexecutor (= 0.62.2)
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.62.2):
118
- - Folly (= 2018.10.22.00)
136
+ - React-Core/DevSupport (0.66.0):
119
137
  - glog
120
- - React-Core/Default (= 0.62.2)
121
- - React-Core/RCTWebSocket (= 0.62.2)
122
- - React-cxxreact (= 0.62.2)
123
- - React-jsi (= 0.62.2)
124
- - React-jsiexecutor (= 0.62.2)
125
- - React-jsinspector (= 0.62.2)
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.62.2):
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.62.2)
132
- - React-jsi (= 0.62.2)
133
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
140
- - React-jsi (= 0.62.2)
141
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
148
- - React-jsi (= 0.62.2)
149
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
156
- - React-jsi (= 0.62.2)
157
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
164
- - React-jsi (= 0.62.2)
165
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
172
- - React-jsi (= 0.62.2)
173
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
180
- - React-jsi (= 0.62.2)
181
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
188
- - React-jsi (= 0.62.2)
189
- - React-jsiexecutor (= 0.62.2)
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.62.2):
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.62.2)
196
- - React-jsi (= 0.62.2)
197
- - React-jsiexecutor (= 0.62.2)
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.62.2):
200
- - Folly (= 2018.10.22.00)
228
+ - React-Core/RCTWebSocket (0.66.0):
201
229
  - glog
202
- - React-Core/Default (= 0.62.2)
203
- - React-cxxreact (= 0.62.2)
204
- - React-jsi (= 0.62.2)
205
- - React-jsiexecutor (= 0.62.2)
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.62.2):
208
- - FBReactNativeSpec (= 0.62.2)
209
- - Folly (= 2018.10.22.00)
210
- - RCTTypeSafety (= 0.62.2)
211
- - React-Core/CoreModulesHeaders (= 0.62.2)
212
- - React-RCTImage (= 0.62.2)
213
- - ReactCommon/turbomodule/core (= 0.62.2)
214
- - React-cxxreact (0.62.2):
215
- - boost-for-react-native (= 1.63.0)
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
- - React-jsinspector (= 0.62.2)
220
- - React-jsi (0.62.2):
221
- - boost-for-react-native (= 1.63.0)
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
- - React-jsi/Default (= 0.62.2)
226
- - React-jsi/Default (0.62.2):
227
- - boost-for-react-native (= 1.63.0)
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
- - React-jsiexecutor (0.62.2):
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
- - React-cxxreact (= 0.62.2)
236
- - React-jsi (= 0.62.2)
237
- - React-jsinspector (0.62.2)
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-RCTActionSheet (0.62.2):
241
- - React-Core/RCTActionSheetHeaders (= 0.62.2)
242
- - React-RCTAnimation (0.62.2):
243
- - FBReactNativeSpec (= 0.62.2)
244
- - Folly (= 2018.10.22.00)
245
- - RCTTypeSafety (= 0.62.2)
246
- - React-Core/RCTAnimationHeaders (= 0.62.2)
247
- - ReactCommon/turbomodule/core (= 0.62.2)
248
- - React-RCTBlob (0.62.2):
249
- - FBReactNativeSpec (= 0.62.2)
250
- - Folly (= 2018.10.22.00)
251
- - React-Core/RCTBlobHeaders (= 0.62.2)
252
- - React-Core/RCTWebSocket (= 0.62.2)
253
- - React-jsi (= 0.62.2)
254
- - React-RCTNetwork (= 0.62.2)
255
- - ReactCommon/turbomodule/core (= 0.62.2)
256
- - React-RCTImage (0.62.2):
257
- - FBReactNativeSpec (= 0.62.2)
258
- - Folly (= 2018.10.22.00)
259
- - RCTTypeSafety (= 0.62.2)
260
- - React-Core/RCTImageHeaders (= 0.62.2)
261
- - React-RCTNetwork (= 0.62.2)
262
- - ReactCommon/turbomodule/core (= 0.62.2)
263
- - React-RCTLinking (0.62.2):
264
- - FBReactNativeSpec (= 0.62.2)
265
- - React-Core/RCTLinkingHeaders (= 0.62.2)
266
- - ReactCommon/turbomodule/core (= 0.62.2)
267
- - React-RCTNetwork (0.62.2):
268
- - FBReactNativeSpec (= 0.62.2)
269
- - Folly (= 2018.10.22.00)
270
- - RCTTypeSafety (= 0.62.2)
271
- - React-Core/RCTNetworkHeaders (= 0.62.2)
272
- - ReactCommon/turbomodule/core (= 0.62.2)
273
- - React-RCTSettings (0.62.2):
274
- - FBReactNativeSpec (= 0.62.2)
275
- - Folly (= 2018.10.22.00)
276
- - RCTTypeSafety (= 0.62.2)
277
- - React-Core/RCTSettingsHeaders (= 0.62.2)
278
- - ReactCommon/turbomodule/core (= 0.62.2)
279
- - React-RCTText (0.62.2):
280
- - React-Core/RCTTextHeaders (= 0.62.2)
281
- - React-RCTVibration (0.62.2):
282
- - FBReactNativeSpec (= 0.62.2)
283
- - Folly (= 2018.10.22.00)
284
- - React-Core/RCTVibrationHeaders (= 0.62.2)
285
- - ReactCommon/turbomodule/core (= 0.62.2)
286
- - ReactCommon/callinvoker (0.62.2):
287
- - DoubleConversion
288
- - Folly (= 2018.10.22.00)
289
- - glog
290
- - React-cxxreact (= 0.62.2)
291
- - ReactCommon/turbomodule/core (0.62.2):
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
- - React-Core (= 0.62.2)
296
- - React-cxxreact (= 0.62.2)
297
- - React-jsi (= 0.62.2)
298
- - ReactCommon/callinvoker (= 0.62.2)
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/Libraries/FBReactNativeSpec`)
310
- - Flipper (~> 0.33.1)
311
- - Flipper-DoubleConversion (= 1.1.7)
312
- - Flipper-Folly (~> 2.1)
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 (~> 0.0.4)
315
- - Flipper-RSocket (~> 1.0)
316
- - FlipperKit (~> 0.33.1)
317
- - FlipperKit/Core (~> 0.33.1)
318
- - FlipperKit/CppBridge (~> 0.33.1)
319
- - FlipperKit/FBCxxFollyDynamicConvert (~> 0.33.1)
320
- - FlipperKit/FBDefines (~> 0.33.1)
321
- - FlipperKit/FKPortForwarding (~> 0.33.1)
322
- - FlipperKit/FlipperKitHighlightOverlay (~> 0.33.1)
323
- - FlipperKit/FlipperKitLayoutPlugin (~> 0.33.1)
324
- - FlipperKit/FlipperKitLayoutTextSearchable (~> 0.33.1)
325
- - FlipperKit/FlipperKitNetworkPlugin (~> 0.33.1)
326
- - FlipperKit/FlipperKitReactPlugin (~> 0.33.1)
327
- - FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.33.1)
328
- - FlipperKit/SKIOSNetworkPlugin (~> 0.33.1)
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
- - ReactCommon/callinvoker (from `../node_modules/react-native/ReactCommon`)
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/Libraries/FBReactNativeSpec"
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-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
494
+ boost: a7c83b31436843459a1961bfd74b96033dc77234
432
495
  BVLinearGradient: e3aad03778a456d77928f594a649e96995f1c872
433
- CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
434
- CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
435
- DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
436
- FBLazyVector: 4aab18c93cd9546e4bfed752b4084585eca8b245
437
- FBReactNativeSpec: 5465d51ccfeecb7faa12f9ae0024f2044ce4044e
438
- Flipper: 6c1f484f9a88d30ab3e272800d53688439e50f69
439
- Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
440
- Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
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: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
444
- FlipperKit: 6dc9b8f4ef60d9e5ded7f0264db299c91f18832e
445
- Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
446
- glog: 1f3da668190260b06b429bb211bfbee5cd790c28
447
- OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
448
- RCTRequired: cec6a34b3ac8a9915c37e7e4ad3aa74726ce4035
449
- RCTTypeSafety: 93006131180074cffa227a1075802c89a49dd4ce
450
- React: 29a8b1a02bd764fb7644ef04019270849b9a7ac3
451
- React-Core: b12bffb3f567fdf99510acb716ef1abd426e0e05
452
- React-CoreModules: 4a9b87bbe669d6c3173c0132c3328e3b000783d0
453
- React-cxxreact: e65f9c2ba0ac5be946f53548c1aaaee5873a8103
454
- React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
455
- React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
456
- React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
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-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
459
- React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
460
- React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
461
- React-RCTImage: e70be9b9c74fe4e42d0005f42cace7981c994ac3
462
- React-RCTLinking: c1b9739a88d56ecbec23b7f63650e44672ab2ad2
463
- React-RCTNetwork: 73138b6f45e5a2768ad93f3d57873c2a18d14b44
464
- React-RCTSettings: 6e3738a87e21b39a8cb08d627e68c44acf1e325a
465
- React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
466
- React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
467
- ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
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: 3ebccbdd559724312790e7742142d062476b698e
539
+ Yoga: c11abbf5809216c91fcd62f5571078b83d9b6720
470
540
  YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
471
541
 
472
- PODFILE CHECKSUM: 3215c12293cb7ac3f4e9ab5a94a4f0e6bc248a46
542
+ PODFILE CHECKSUM: e022ae08870d0620defd9fd74a9c71c56e5d574c
473
543
 
474
- COCOAPODS: 1.10.0
544
+ COCOAPODS: 1.11.2