Parcourir la source

Fix example app on iOS

Janic Duplessis il y a 4 ans
Parent
révision
831fd650f7
2 fichiers modifiés avec 255 ajouts et 91 suppressions
  1. 11
    4
      example/ios/Podfile
  2. 244
    87
      example/ios/Podfile.lock

+ 11
- 4
example/ios/Podfile Voir le fichier

@@ -2,9 +2,14 @@ platform :ios, '9.0'
2 2
 
3 3
 target 'SafeAreaViewExample' do
4 4
   # Pods for SafeAreaViewExample
5
+  pod 'FBLazyVector', :path => "../../node_modules/react-native/Libraries/FBLazyVector"
6
+  pod 'FBReactNativeSpec', :path => "../../node_modules/react-native/Libraries/FBReactNativeSpec"
7
+  pod 'RCTRequired', :path => "../../node_modules/react-native/Libraries/RCTRequired"
8
+  pod 'RCTTypeSafety', :path => "../../node_modules/react-native/Libraries/TypeSafety"
5 9
   pod 'React', :path => '../../node_modules/react-native/'
6
-  pod 'React-Core', :path => '../../node_modules/react-native/React'
7
-  pod 'React-DevSupport', :path => '../../node_modules/react-native/React'
10
+  pod 'React-Core', :path => '../../node_modules/react-native/'
11
+  pod 'React-CoreModules', :path => '../../node_modules/react-native/React/CoreModules'
12
+  pod 'React-Core/DevSupport', :path => '../../node_modules/react-native/'
8 13
   pod 'React-RCTActionSheet', :path => '../../node_modules/react-native/Libraries/ActionSheetIOS'
9 14
   pod 'React-RCTAnimation', :path => '../../node_modules/react-native/Libraries/NativeAnimation'
10 15
   pod 'React-RCTBlob', :path => '../../node_modules/react-native/Libraries/Blob'
@@ -14,13 +19,15 @@ target 'SafeAreaViewExample' do
14 19
   pod 'React-RCTSettings', :path => '../../node_modules/react-native/Libraries/Settings'
15 20
   pod 'React-RCTText', :path => '../../node_modules/react-native/Libraries/Text'
16 21
   pod 'React-RCTVibration', :path => '../../node_modules/react-native/Libraries/Vibration'
17
-  pod 'React-RCTWebSocket', :path => '../../node_modules/react-native/Libraries/WebSocket'
22
+  pod 'React-Core/RCTWebSocket', :path => '../../node_modules/react-native/'
18 23
 
19 24
   pod 'React-cxxreact', :path => '../../node_modules/react-native/ReactCommon/cxxreact'
20 25
   pod 'React-jsi', :path => '../../node_modules/react-native/ReactCommon/jsi'
21 26
   pod 'React-jsiexecutor', :path => '../../node_modules/react-native/ReactCommon/jsiexecutor'
22 27
   pod 'React-jsinspector', :path => '../../node_modules/react-native/ReactCommon/jsinspector'
23
-  pod 'yoga', :path => '../../node_modules/react-native/ReactCommon/yoga'
28
+  pod 'ReactCommon/jscallinvoker', :path => "../../node_modules/react-native/ReactCommon"
29
+  pod 'ReactCommon/turbomodule/core', :path => "../../node_modules/react-native/ReactCommon"
30
+  pod 'Yoga', :path => '../../node_modules/react-native/ReactCommon/yoga'
24 31
 
25 32
   pod 'DoubleConversion', :podspec => '../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
26 33
   pod 'glog', :podspec => '../../node_modules/react-native/third-party-podspecs/glog.podspec'

+ 244
- 87
example/ios/Podfile.lock Voir le fichier

@@ -1,6 +1,14 @@
1 1
 PODS:
2 2
   - boost-for-react-native (1.63.0)
3 3
   - DoubleConversion (1.1.6)
4
+  - FBLazyVector (0.61.5)
5
+  - FBReactNativeSpec (0.61.5):
6
+    - Folly (= 2018.10.22.00)
7
+    - RCTRequired (= 0.61.5)
8
+    - RCTTypeSafety (= 0.61.5)
9
+    - React-Core (= 0.61.5)
10
+    - React-jsi (= 0.61.5)
11
+    - ReactCommon/turbomodule/core (= 0.61.5)
4 12
   - Folly (2018.10.22.00):
5 13
     - boost-for-react-native
6 14
     - DoubleConversion
@@ -11,86 +19,222 @@ PODS:
11 19
     - DoubleConversion
12 20
     - glog
13 21
   - glog (0.3.5)
14
-  - React (0.60.5):
15
-    - React-Core (= 0.60.5)
16
-    - React-DevSupport (= 0.60.5)
17
-    - React-RCTActionSheet (= 0.60.5)
18
-    - React-RCTAnimation (= 0.60.5)
19
-    - React-RCTBlob (= 0.60.5)
20
-    - React-RCTImage (= 0.60.5)
21
-    - React-RCTLinking (= 0.60.5)
22
-    - React-RCTNetwork (= 0.60.5)
23
-    - React-RCTSettings (= 0.60.5)
24
-    - React-RCTText (= 0.60.5)
25
-    - React-RCTVibration (= 0.60.5)
26
-    - React-RCTWebSocket (= 0.60.5)
27
-  - React-Core (0.60.5):
28
-    - Folly (= 2018.10.22.00)
29
-    - React-cxxreact (= 0.60.5)
30
-    - React-jsiexecutor (= 0.60.5)
31
-    - yoga (= 0.60.5.React)
32
-  - React-cxxreact (0.60.5):
22
+  - RCTRequired (0.61.5)
23
+  - RCTTypeSafety (0.61.5):
24
+    - FBLazyVector (= 0.61.5)
25
+    - Folly (= 2018.10.22.00)
26
+    - RCTRequired (= 0.61.5)
27
+    - React-Core (= 0.61.5)
28
+  - React (0.61.5):
29
+    - React-Core (= 0.61.5)
30
+    - React-Core/DevSupport (= 0.61.5)
31
+    - React-Core/RCTWebSocket (= 0.61.5)
32
+    - React-RCTActionSheet (= 0.61.5)
33
+    - React-RCTAnimation (= 0.61.5)
34
+    - React-RCTBlob (= 0.61.5)
35
+    - React-RCTImage (= 0.61.5)
36
+    - React-RCTLinking (= 0.61.5)
37
+    - React-RCTNetwork (= 0.61.5)
38
+    - React-RCTSettings (= 0.61.5)
39
+    - React-RCTText (= 0.61.5)
40
+    - React-RCTVibration (= 0.61.5)
41
+  - React-Core (0.61.5):
42
+    - Folly (= 2018.10.22.00)
43
+    - glog
44
+    - React-Core/Default (= 0.61.5)
45
+    - React-cxxreact (= 0.61.5)
46
+    - React-jsi (= 0.61.5)
47
+    - React-jsiexecutor (= 0.61.5)
48
+    - Yoga
49
+  - React-Core/CoreModulesHeaders (0.61.5):
50
+    - Folly (= 2018.10.22.00)
51
+    - glog
52
+    - React-Core/Default
53
+    - React-cxxreact (= 0.61.5)
54
+    - React-jsi (= 0.61.5)
55
+    - React-jsiexecutor (= 0.61.5)
56
+    - Yoga
57
+  - React-Core/Default (0.61.5):
58
+    - Folly (= 2018.10.22.00)
59
+    - glog
60
+    - React-cxxreact (= 0.61.5)
61
+    - React-jsi (= 0.61.5)
62
+    - React-jsiexecutor (= 0.61.5)
63
+    - Yoga
64
+  - React-Core/DevSupport (0.61.5):
65
+    - Folly (= 2018.10.22.00)
66
+    - glog
67
+    - React-Core/Default (= 0.61.5)
68
+    - React-Core/RCTWebSocket (= 0.61.5)
69
+    - React-cxxreact (= 0.61.5)
70
+    - React-jsi (= 0.61.5)
71
+    - React-jsiexecutor (= 0.61.5)
72
+    - React-jsinspector (= 0.61.5)
73
+    - Yoga
74
+  - React-Core/RCTActionSheetHeaders (0.61.5):
75
+    - Folly (= 2018.10.22.00)
76
+    - glog
77
+    - React-Core/Default
78
+    - React-cxxreact (= 0.61.5)
79
+    - React-jsi (= 0.61.5)
80
+    - React-jsiexecutor (= 0.61.5)
81
+    - Yoga
82
+  - React-Core/RCTAnimationHeaders (0.61.5):
83
+    - Folly (= 2018.10.22.00)
84
+    - glog
85
+    - React-Core/Default
86
+    - React-cxxreact (= 0.61.5)
87
+    - React-jsi (= 0.61.5)
88
+    - React-jsiexecutor (= 0.61.5)
89
+    - Yoga
90
+  - React-Core/RCTBlobHeaders (0.61.5):
91
+    - Folly (= 2018.10.22.00)
92
+    - glog
93
+    - React-Core/Default
94
+    - React-cxxreact (= 0.61.5)
95
+    - React-jsi (= 0.61.5)
96
+    - React-jsiexecutor (= 0.61.5)
97
+    - Yoga
98
+  - React-Core/RCTImageHeaders (0.61.5):
99
+    - Folly (= 2018.10.22.00)
100
+    - glog
101
+    - React-Core/Default
102
+    - React-cxxreact (= 0.61.5)
103
+    - React-jsi (= 0.61.5)
104
+    - React-jsiexecutor (= 0.61.5)
105
+    - Yoga
106
+  - React-Core/RCTLinkingHeaders (0.61.5):
107
+    - Folly (= 2018.10.22.00)
108
+    - glog
109
+    - React-Core/Default
110
+    - React-cxxreact (= 0.61.5)
111
+    - React-jsi (= 0.61.5)
112
+    - React-jsiexecutor (= 0.61.5)
113
+    - Yoga
114
+  - React-Core/RCTNetworkHeaders (0.61.5):
115
+    - Folly (= 2018.10.22.00)
116
+    - glog
117
+    - React-Core/Default
118
+    - React-cxxreact (= 0.61.5)
119
+    - React-jsi (= 0.61.5)
120
+    - React-jsiexecutor (= 0.61.5)
121
+    - Yoga
122
+  - React-Core/RCTSettingsHeaders (0.61.5):
123
+    - Folly (= 2018.10.22.00)
124
+    - glog
125
+    - React-Core/Default
126
+    - React-cxxreact (= 0.61.5)
127
+    - React-jsi (= 0.61.5)
128
+    - React-jsiexecutor (= 0.61.5)
129
+    - Yoga
130
+  - React-Core/RCTTextHeaders (0.61.5):
131
+    - Folly (= 2018.10.22.00)
132
+    - glog
133
+    - React-Core/Default
134
+    - React-cxxreact (= 0.61.5)
135
+    - React-jsi (= 0.61.5)
136
+    - React-jsiexecutor (= 0.61.5)
137
+    - Yoga
138
+  - React-Core/RCTVibrationHeaders (0.61.5):
139
+    - Folly (= 2018.10.22.00)
140
+    - glog
141
+    - React-Core/Default
142
+    - React-cxxreact (= 0.61.5)
143
+    - React-jsi (= 0.61.5)
144
+    - React-jsiexecutor (= 0.61.5)
145
+    - Yoga
146
+  - React-Core/RCTWebSocket (0.61.5):
147
+    - Folly (= 2018.10.22.00)
148
+    - glog
149
+    - React-Core/Default (= 0.61.5)
150
+    - React-cxxreact (= 0.61.5)
151
+    - React-jsi (= 0.61.5)
152
+    - React-jsiexecutor (= 0.61.5)
153
+    - Yoga
154
+  - React-CoreModules (0.61.5):
155
+    - FBReactNativeSpec (= 0.61.5)
156
+    - Folly (= 2018.10.22.00)
157
+    - RCTTypeSafety (= 0.61.5)
158
+    - React-Core/CoreModulesHeaders (= 0.61.5)
159
+    - React-RCTImage (= 0.61.5)
160
+    - ReactCommon/turbomodule/core (= 0.61.5)
161
+  - React-cxxreact (0.61.5):
33 162
     - boost-for-react-native (= 1.63.0)
34 163
     - DoubleConversion
35 164
     - Folly (= 2018.10.22.00)
36 165
     - glog
37
-    - React-jsinspector (= 0.60.5)
38
-  - React-DevSupport (0.60.5):
39
-    - React-Core (= 0.60.5)
40
-    - React-RCTWebSocket (= 0.60.5)
41
-  - React-jsi (0.60.5):
166
+    - React-jsinspector (= 0.61.5)
167
+  - React-jsi (0.61.5):
42 168
     - boost-for-react-native (= 1.63.0)
43 169
     - DoubleConversion
44 170
     - Folly (= 2018.10.22.00)
45 171
     - glog
46
-    - React-jsi/Default (= 0.60.5)
47
-  - React-jsi/Default (0.60.5):
172
+    - React-jsi/Default (= 0.61.5)
173
+  - React-jsi/Default (0.61.5):
48 174
     - boost-for-react-native (= 1.63.0)
49 175
     - DoubleConversion
50 176
     - Folly (= 2018.10.22.00)
51 177
     - glog
52
-  - React-jsiexecutor (0.60.5):
178
+  - React-jsiexecutor (0.61.5):
53 179
     - DoubleConversion
54 180
     - Folly (= 2018.10.22.00)
55 181
     - glog
56
-    - React-cxxreact (= 0.60.5)
57
-    - React-jsi (= 0.60.5)
58
-  - React-jsinspector (0.60.5)
59
-  - react-native-safe-area-context (0.3.3):
182
+    - React-cxxreact (= 0.61.5)
183
+    - React-jsi (= 0.61.5)
184
+  - React-jsinspector (0.61.5)
185
+  - react-native-safe-area-context (0.6.4):
60 186
     - React
61
-  - React-RCTActionSheet (0.60.5):
62
-    - React-Core (= 0.60.5)
63
-  - React-RCTAnimation (0.60.5):
64
-    - React-Core (= 0.60.5)
65
-  - React-RCTBlob (0.60.5):
66
-    - React-Core (= 0.60.5)
67
-    - React-RCTNetwork (= 0.60.5)
68
-    - React-RCTWebSocket (= 0.60.5)
69
-  - React-RCTImage (0.60.5):
70
-    - React-Core (= 0.60.5)
71
-    - React-RCTNetwork (= 0.60.5)
72
-  - React-RCTLinking (0.60.5):
73
-    - React-Core (= 0.60.5)
74
-  - React-RCTNetwork (0.60.5):
75
-    - React-Core (= 0.60.5)
76
-  - React-RCTSettings (0.60.5):
77
-    - React-Core (= 0.60.5)
78
-  - React-RCTText (0.60.5):
79
-    - React-Core (= 0.60.5)
80
-  - React-RCTVibration (0.60.5):
81
-    - React-Core (= 0.60.5)
82
-  - React-RCTWebSocket (0.60.5):
83
-    - React-Core (= 0.60.5)
84
-  - yoga (0.60.5.React)
187
+  - React-RCTActionSheet (0.61.5):
188
+    - React-Core/RCTActionSheetHeaders (= 0.61.5)
189
+  - React-RCTAnimation (0.61.5):
190
+    - React-Core/RCTAnimationHeaders (= 0.61.5)
191
+  - React-RCTBlob (0.61.5):
192
+    - React-Core/RCTBlobHeaders (= 0.61.5)
193
+    - React-Core/RCTWebSocket (= 0.61.5)
194
+    - React-jsi (= 0.61.5)
195
+    - React-RCTNetwork (= 0.61.5)
196
+  - React-RCTImage (0.61.5):
197
+    - React-Core/RCTImageHeaders (= 0.61.5)
198
+    - React-RCTNetwork (= 0.61.5)
199
+  - React-RCTLinking (0.61.5):
200
+    - React-Core/RCTLinkingHeaders (= 0.61.5)
201
+  - React-RCTNetwork (0.61.5):
202
+    - React-Core/RCTNetworkHeaders (= 0.61.5)
203
+  - React-RCTSettings (0.61.5):
204
+    - React-Core/RCTSettingsHeaders (= 0.61.5)
205
+  - React-RCTText (0.61.5):
206
+    - React-Core/RCTTextHeaders (= 0.61.5)
207
+  - React-RCTVibration (0.61.5):
208
+    - React-Core/RCTVibrationHeaders (= 0.61.5)
209
+  - ReactCommon/jscallinvoker (0.61.5):
210
+    - DoubleConversion
211
+    - Folly (= 2018.10.22.00)
212
+    - glog
213
+    - React-cxxreact (= 0.61.5)
214
+  - ReactCommon/turbomodule/core (0.61.5):
215
+    - DoubleConversion
216
+    - Folly (= 2018.10.22.00)
217
+    - glog
218
+    - React-Core (= 0.61.5)
219
+    - React-cxxreact (= 0.61.5)
220
+    - React-jsi (= 0.61.5)
221
+    - ReactCommon/jscallinvoker (= 0.61.5)
222
+  - Yoga (1.14.0)
85 223
 
86 224
 DEPENDENCIES:
87 225
   - DoubleConversion (from `../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
226
+  - FBLazyVector (from `../../node_modules/react-native/Libraries/FBLazyVector`)
227
+  - FBReactNativeSpec (from `../../node_modules/react-native/Libraries/FBReactNativeSpec`)
88 228
   - Folly (from `../../node_modules/react-native/third-party-podspecs/Folly.podspec`)
89 229
   - glog (from `../../node_modules/react-native/third-party-podspecs/glog.podspec`)
230
+  - RCTRequired (from `../../node_modules/react-native/Libraries/RCTRequired`)
231
+  - RCTTypeSafety (from `../../node_modules/react-native/Libraries/TypeSafety`)
90 232
   - React (from `../../node_modules/react-native/`)
91
-  - React-Core (from `../../node_modules/react-native/React`)
233
+  - React-Core (from `../../node_modules/react-native/`)
234
+  - React-Core/DevSupport (from `../../node_modules/react-native/`)
235
+  - React-Core/RCTWebSocket (from `../../node_modules/react-native/`)
236
+  - React-CoreModules (from `../../node_modules/react-native/React/CoreModules`)
92 237
   - React-cxxreact (from `../../node_modules/react-native/ReactCommon/cxxreact`)
93
-  - React-DevSupport (from `../../node_modules/react-native/React`)
94 238
   - React-jsi (from `../../node_modules/react-native/ReactCommon/jsi`)
95 239
   - React-jsiexecutor (from `../../node_modules/react-native/ReactCommon/jsiexecutor`)
96 240
   - React-jsinspector (from `../../node_modules/react-native/ReactCommon/jsinspector`)
@@ -104,28 +248,37 @@ DEPENDENCIES:
104 248
   - React-RCTSettings (from `../../node_modules/react-native/Libraries/Settings`)
105 249
   - React-RCTText (from `../../node_modules/react-native/Libraries/Text`)
106 250
   - React-RCTVibration (from `../../node_modules/react-native/Libraries/Vibration`)
107
-  - React-RCTWebSocket (from `../../node_modules/react-native/Libraries/WebSocket`)
108
-  - yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
251
+  - ReactCommon/jscallinvoker (from `../../node_modules/react-native/ReactCommon`)
252
+  - ReactCommon/turbomodule/core (from `../../node_modules/react-native/ReactCommon`)
253
+  - Yoga (from `../../node_modules/react-native/ReactCommon/yoga`)
109 254
 
110 255
 SPEC REPOS:
111
-  https://github.com/cocoapods/specs.git:
256
+  trunk:
112 257
     - boost-for-react-native
113 258
 
114 259
 EXTERNAL SOURCES:
115 260
   DoubleConversion:
116 261
     :podspec: "../../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
262
+  FBLazyVector:
263
+    :path: "../../node_modules/react-native/Libraries/FBLazyVector"
264
+  FBReactNativeSpec:
265
+    :path: "../../node_modules/react-native/Libraries/FBReactNativeSpec"
117 266
   Folly:
118 267
     :podspec: "../../node_modules/react-native/third-party-podspecs/Folly.podspec"
119 268
   glog:
120 269
     :podspec: "../../node_modules/react-native/third-party-podspecs/glog.podspec"
270
+  RCTRequired:
271
+    :path: "../../node_modules/react-native/Libraries/RCTRequired"
272
+  RCTTypeSafety:
273
+    :path: "../../node_modules/react-native/Libraries/TypeSafety"
121 274
   React:
122 275
     :path: "../../node_modules/react-native/"
123 276
   React-Core:
124
-    :path: "../../node_modules/react-native/React"
277
+    :path: "../../node_modules/react-native/"
278
+  React-CoreModules:
279
+    :path: "../../node_modules/react-native/React/CoreModules"
125 280
   React-cxxreact:
126 281
     :path: "../../node_modules/react-native/ReactCommon/cxxreact"
127
-  React-DevSupport:
128
-    :path: "../../node_modules/react-native/React"
129 282
   React-jsi:
130 283
     :path: "../../node_modules/react-native/ReactCommon/jsi"
131 284
   React-jsiexecutor:
@@ -152,36 +305,40 @@ EXTERNAL SOURCES:
152 305
     :path: "../../node_modules/react-native/Libraries/Text"
153 306
   React-RCTVibration:
154 307
     :path: "../../node_modules/react-native/Libraries/Vibration"
155
-  React-RCTWebSocket:
156
-    :path: "../../node_modules/react-native/Libraries/WebSocket"
157
-  yoga:
308
+  ReactCommon:
309
+    :path: "../../node_modules/react-native/ReactCommon"
310
+  Yoga:
158 311
     :path: "../../node_modules/react-native/ReactCommon/yoga"
159 312
 
160 313
 SPEC CHECKSUMS:
161 314
   boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
162 315
   DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
316
+  FBLazyVector: aaeaf388755e4f29cd74acbc9e3b8da6d807c37f
317
+  FBReactNativeSpec: 118d0d177724c2d67f08a59136eb29ef5943ec75
163 318
   Folly: 30e7936e1c45c08d884aa59369ed951a8e68cf51
164 319
   glog: 1f3da668190260b06b429bb211bfbee5cd790c28
165
-  React: 53c53c4d99097af47cf60594b8706b4e3321e722
166
-  React-Core: ba421f6b4f4cbe2fb17c0b6fc675f87622e78a64
167
-  React-cxxreact: 8384287780c4999351ad9b6e7a149d9ed10a2395
168
-  React-DevSupport: 197fb409737cff2c4f9986e77c220d7452cb9f9f
169
-  React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2
170
-  React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30
171
-  React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4
172
-  react-native-safe-area-context: 05fce11cf3a094304cb4cb8761a8f66f1bbaf0a0
173
-  React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90
174
-  React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e
175
-  React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24
176
-  React-RCTImage: f5f1c50922164e89bdda67bcd0153952a5cfe719
177
-  React-RCTLinking: d0ecbd791e9ddddc41fa1f66b0255de90e8ee1e9
178
-  React-RCTNetwork: e26946300b0ab7bb6c4a6348090e93fa21f33a9d
179
-  React-RCTSettings: d0d37cb521b7470c998595a44f05847777cc3f42
180
-  React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
181
-  React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
182
-  React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
183
-  yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
320
+  RCTRequired: b153add4da6e7dbc44aebf93f3cf4fcae392ddf1
321
+  RCTTypeSafety: 9aa1b91d7f9310fc6eadc3cf95126ffe818af320
322
+  React: b6a59ef847b2b40bb6e0180a97d0ca716969ac78
323
+  React-Core: 688b451f7d616cc1134ac95295b593d1b5158a04
324
+  React-CoreModules: d04f8494c1a328b69ec11db9d1137d667f916dcb
325
+  React-cxxreact: d0f7bcafa196ae410e5300736b424455e7fb7ba7
326
+  React-jsi: cb2cd74d7ccf4cffb071a46833613edc79cdf8f7
327
+  React-jsiexecutor: d5525f9ed5f782fdbacb64b9b01a43a9323d2386
328
+  React-jsinspector: fa0ecc501688c3c4c34f28834a76302233e29dc0
329
+  react-native-safe-area-context: 52342d2d80ea8faadd0ffa76d83b6051f20c5329
330
+  React-RCTActionSheet: 600b4d10e3aea0913b5a92256d2719c0cdd26d76
331
+  React-RCTAnimation: 791a87558389c80908ed06cc5dfc5e7920dfa360
332
+  React-RCTBlob: d89293cc0236d9cb0933d85e430b0bbe81ad1d72
333
+  React-RCTImage: 6b8e8df449eb7c814c99a92d6b52de6fe39dea4e
334
+  React-RCTLinking: 121bb231c7503cf9094f4d8461b96a130fabf4a5
335
+  React-RCTNetwork: fb353640aafcee84ca8b78957297bd395f065c9a
336
+  React-RCTSettings: 8db258ea2a5efee381fcf7a6d5044e2f8b68b640
337
+  React-RCTText: 9ccc88273e9a3aacff5094d2175a605efa854dbe
338
+  React-RCTVibration: a49a1f42bf8f5acf1c3e297097517c6b3af377ad
339
+  ReactCommon: 198c7c8d3591f975e5431bec1b0b3b581aa1c5dd
340
+  Yoga: f2a7cd4280bfe2cca5a7aed98ba0eb3d1310f18b
184 341
 
185
-PODFILE CHECKSUM: fa1f01625d28901a0250cd8fa231599b0798e3d1
342
+PODFILE CHECKSUM: 3385dd94e97e53501bf5b4afd25375c777edd67d
186 343
 
187
-COCOAPODS: 1.7.5
344
+COCOAPODS: 1.8.4