Selaa lähdekoodia

update RN to 61

master
Bettenbuk Zoltan 5 vuotta sitten
vanhempi
commit
c472537ecf

+ 4
- 1
.flowconfig Näytä tiedosto

@@ -11,6 +11,9 @@ node_modules/react-native/Libraries/react-native/React.js
11 11
 ; "node_modules/react-native" but in the source repo it is in the root
12 12
 node_modules/react-native/Libraries/react-native/React.js
13 13
 
14
+; Flow doesn't support platforms
15
+.*/Libraries/Utilities/LoadingView.js
16
+
14 17
 ; Ignore polyfills
15 18
 node_modules/react-native/Libraries/polyfills/.*
16 19
 
@@ -112,4 +115,4 @@ untyped-import
112 115
 untyped-type-import
113 116
 
114 117
 [version]
115
-^0.98.0
118
+^0.104.0

+ 14
- 4
ios/Podfile Näytä tiedosto

@@ -17,9 +17,20 @@ target 'JitsiMeet' do
17 17
   # React Native and its dependencies
18 18
   #
19 19
 
20
+  pod 'FBLazyVector', :path => '../node_modules/react-native/Libraries/FBLazyVector/'
21
+  pod 'FBReactNativeSpec', :path => '../node_modules/react-native/Libraries/FBReactNativeSpec/'
22
+  pod 'RCTRequired', :path => '../node_modules/react-native/Libraries/RCTRequired/'
23
+  pod 'RCTTypeSafety', :path => '../node_modules/react-native/Libraries/TypeSafety/'
20 24
   pod 'React', :path => '../node_modules/react-native/'
21
-  pod 'React-Core', :path => '../node_modules/react-native/React'
22
-  pod 'React-DevSupport', :path => '../node_modules/react-native/React'
25
+  pod 'ReactCommon', :path => '../node_modules/react-native/ReactCommon', :subspecs => [
26
+    'turbomodule'
27
+  ]
28
+  pod 'React-Core', :path => '../node_modules/react-native/', :subspecs => [
29
+    'CoreModulesHeaders',
30
+    'DevSupport',
31
+    'RCTWebSocket'
32
+  ]
33
+  pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
23 34
   pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
24 35
   pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
25 36
   pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
@@ -29,13 +40,12 @@ target 'JitsiMeet' do
29 40
   pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
30 41
   pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
31 42
   pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
32
-  pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
33 43
 
34 44
   pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
35 45
   pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
36 46
   pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
37 47
   pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
38
-  pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
48
+  pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
39 49
 
40 50
   pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
41 51
   pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'

+ 257
- 82
ios/Podfile.lock Näytä tiedosto

@@ -10,6 +10,14 @@ PODS:
10 10
     - Fabric (~> 1.9.0)
11 11
   - DoubleConversion (1.1.6)
12 12
   - Fabric (1.9.0)
13
+  - FBLazyVector (0.61.1)
14
+  - FBReactNativeSpec (0.61.1):
15
+    - Folly (= 2018.10.22.00)
16
+    - RCTRequired (= 0.61.1)
17
+    - RCTTypeSafety (= 0.61.1)
18
+    - React-Core (= 0.61.1)
19
+    - React-jsi (= 0.61.1)
20
+    - ReactCommon/turbomodule/core (= 0.61.1)
13 21
   - Firebase/Core (5.18.0):
14 22
     - Firebase/CoreOnly
15 23
     - FirebaseAnalytics (= 5.7.0)
@@ -91,51 +99,169 @@ PODS:
91 99
   - nanopb/decode (0.3.901)
92 100
   - nanopb/encode (0.3.901)
93 101
   - ObjectiveDropboxOfficial (3.9.4)
94
-  - React (0.60.5):
95
-    - React-Core (= 0.60.5)
96
-    - React-DevSupport (= 0.60.5)
97
-    - React-RCTActionSheet (= 0.60.5)
98
-    - React-RCTAnimation (= 0.60.5)
99
-    - React-RCTBlob (= 0.60.5)
100
-    - React-RCTImage (= 0.60.5)
101
-    - React-RCTLinking (= 0.60.5)
102
-    - React-RCTNetwork (= 0.60.5)
103
-    - React-RCTSettings (= 0.60.5)
104
-    - React-RCTText (= 0.60.5)
105
-    - React-RCTVibration (= 0.60.5)
106
-    - React-RCTWebSocket (= 0.60.5)
107
-  - React-Core (0.60.5):
102
+  - RCTRequired (0.61.1)
103
+  - RCTTypeSafety (0.61.1):
104
+    - FBLazyVector (= 0.61.1)
105
+    - Folly (= 2018.10.22.00)
106
+    - RCTRequired (= 0.61.1)
107
+    - React-Core (= 0.61.1)
108
+  - React (0.61.1):
109
+    - React-Core (= 0.61.1)
110
+    - React-Core/DevSupport (= 0.61.1)
111
+    - React-Core/RCTWebSocket (= 0.61.1)
112
+    - React-RCTActionSheet (= 0.61.1)
113
+    - React-RCTAnimation (= 0.61.1)
114
+    - React-RCTBlob (= 0.61.1)
115
+    - React-RCTImage (= 0.61.1)
116
+    - React-RCTLinking (= 0.61.1)
117
+    - React-RCTNetwork (= 0.61.1)
118
+    - React-RCTSettings (= 0.61.1)
119
+    - React-RCTText (= 0.61.1)
120
+    - React-RCTVibration (= 0.61.1)
121
+  - React-Core (0.61.1):
122
+    - Folly (= 2018.10.22.00)
123
+    - glog
124
+    - React-Core/Default (= 0.61.1)
125
+    - React-cxxreact (= 0.61.1)
126
+    - React-jsi (= 0.61.1)
127
+    - React-jsiexecutor (= 0.61.1)
128
+    - Yoga
129
+  - React-Core/CoreModulesHeaders (0.61.1):
130
+    - Folly (= 2018.10.22.00)
131
+    - glog
132
+    - React-Core/Default
133
+    - React-cxxreact (= 0.61.1)
134
+    - React-jsi (= 0.61.1)
135
+    - React-jsiexecutor (= 0.61.1)
136
+    - Yoga
137
+  - React-Core/Default (0.61.1):
138
+    - Folly (= 2018.10.22.00)
139
+    - glog
140
+    - React-cxxreact (= 0.61.1)
141
+    - React-jsi (= 0.61.1)
142
+    - React-jsiexecutor (= 0.61.1)
143
+    - Yoga
144
+  - React-Core/DevSupport (0.61.1):
145
+    - Folly (= 2018.10.22.00)
146
+    - glog
147
+    - React-Core/Default (= 0.61.1)
148
+    - React-Core/RCTWebSocket (= 0.61.1)
149
+    - React-cxxreact (= 0.61.1)
150
+    - React-jsi (= 0.61.1)
151
+    - React-jsiexecutor (= 0.61.1)
152
+    - React-jsinspector (= 0.61.1)
153
+    - Yoga
154
+  - React-Core/RCTActionSheetHeaders (0.61.1):
155
+    - Folly (= 2018.10.22.00)
156
+    - glog
157
+    - React-Core/Default
158
+    - React-cxxreact (= 0.61.1)
159
+    - React-jsi (= 0.61.1)
160
+    - React-jsiexecutor (= 0.61.1)
161
+    - Yoga
162
+  - React-Core/RCTAnimationHeaders (0.61.1):
163
+    - Folly (= 2018.10.22.00)
164
+    - glog
165
+    - React-Core/Default
166
+    - React-cxxreact (= 0.61.1)
167
+    - React-jsi (= 0.61.1)
168
+    - React-jsiexecutor (= 0.61.1)
169
+    - Yoga
170
+  - React-Core/RCTBlobHeaders (0.61.1):
171
+    - Folly (= 2018.10.22.00)
172
+    - glog
173
+    - React-Core/Default
174
+    - React-cxxreact (= 0.61.1)
175
+    - React-jsi (= 0.61.1)
176
+    - React-jsiexecutor (= 0.61.1)
177
+    - Yoga
178
+  - React-Core/RCTImageHeaders (0.61.1):
179
+    - Folly (= 2018.10.22.00)
180
+    - glog
181
+    - React-Core/Default
182
+    - React-cxxreact (= 0.61.1)
183
+    - React-jsi (= 0.61.1)
184
+    - React-jsiexecutor (= 0.61.1)
185
+    - Yoga
186
+  - React-Core/RCTLinkingHeaders (0.61.1):
187
+    - Folly (= 2018.10.22.00)
188
+    - glog
189
+    - React-Core/Default
190
+    - React-cxxreact (= 0.61.1)
191
+    - React-jsi (= 0.61.1)
192
+    - React-jsiexecutor (= 0.61.1)
193
+    - Yoga
194
+  - React-Core/RCTNetworkHeaders (0.61.1):
195
+    - Folly (= 2018.10.22.00)
196
+    - glog
197
+    - React-Core/Default
198
+    - React-cxxreact (= 0.61.1)
199
+    - React-jsi (= 0.61.1)
200
+    - React-jsiexecutor (= 0.61.1)
201
+    - Yoga
202
+  - React-Core/RCTSettingsHeaders (0.61.1):
108 203
     - Folly (= 2018.10.22.00)
109
-    - React-cxxreact (= 0.60.5)
110
-    - React-jsiexecutor (= 0.60.5)
111
-    - yoga (= 0.60.5.React)
112
-  - React-cxxreact (0.60.5):
204
+    - glog
205
+    - React-Core/Default
206
+    - React-cxxreact (= 0.61.1)
207
+    - React-jsi (= 0.61.1)
208
+    - React-jsiexecutor (= 0.61.1)
209
+    - Yoga
210
+  - React-Core/RCTTextHeaders (0.61.1):
211
+    - Folly (= 2018.10.22.00)
212
+    - glog
213
+    - React-Core/Default
214
+    - React-cxxreact (= 0.61.1)
215
+    - React-jsi (= 0.61.1)
216
+    - React-jsiexecutor (= 0.61.1)
217
+    - Yoga
218
+  - React-Core/RCTVibrationHeaders (0.61.1):
219
+    - Folly (= 2018.10.22.00)
220
+    - glog
221
+    - React-Core/Default
222
+    - React-cxxreact (= 0.61.1)
223
+    - React-jsi (= 0.61.1)
224
+    - React-jsiexecutor (= 0.61.1)
225
+    - Yoga
226
+  - React-Core/RCTWebSocket (0.61.1):
227
+    - Folly (= 2018.10.22.00)
228
+    - glog
229
+    - React-Core/Default (= 0.61.1)
230
+    - React-cxxreact (= 0.61.1)
231
+    - React-jsi (= 0.61.1)
232
+    - React-jsiexecutor (= 0.61.1)
233
+    - Yoga
234
+  - React-CoreModules (0.61.1):
235
+    - FBReactNativeSpec (= 0.61.1)
236
+    - Folly (= 2018.10.22.00)
237
+    - RCTTypeSafety (= 0.61.1)
238
+    - React-Core/CoreModulesHeaders (= 0.61.1)
239
+    - React-RCTImage (= 0.61.1)
240
+    - ReactCommon/turbomodule/core (= 0.61.1)
241
+  - React-cxxreact (0.61.1):
113 242
     - boost-for-react-native (= 1.63.0)
114 243
     - DoubleConversion
115 244
     - Folly (= 2018.10.22.00)
116 245
     - glog
117
-    - React-jsinspector (= 0.60.5)
118
-  - React-DevSupport (0.60.5):
119
-    - React-Core (= 0.60.5)
120
-    - React-RCTWebSocket (= 0.60.5)
121
-  - React-jsi (0.60.5):
246
+    - React-jsinspector (= 0.61.1)
247
+  - React-jsi (0.61.1):
122 248
     - boost-for-react-native (= 1.63.0)
123 249
     - DoubleConversion
124 250
     - Folly (= 2018.10.22.00)
125 251
     - glog
126
-    - React-jsi/Default (= 0.60.5)
127
-  - React-jsi/Default (0.60.5):
252
+    - React-jsi/Default (= 0.61.1)
253
+  - React-jsi/Default (0.61.1):
128 254
     - boost-for-react-native (= 1.63.0)
129 255
     - DoubleConversion
130 256
     - Folly (= 2018.10.22.00)
131 257
     - glog
132
-  - React-jsiexecutor (0.60.5):
258
+  - React-jsiexecutor (0.61.1):
133 259
     - DoubleConversion
134 260
     - Folly (= 2018.10.22.00)
135 261
     - glog
136
-    - React-cxxreact (= 0.60.5)
137
-    - React-jsi (= 0.60.5)
138
-  - React-jsinspector (0.60.5)
262
+    - React-cxxreact (= 0.61.1)
263
+    - React-jsi (= 0.61.1)
264
+  - React-jsinspector (0.61.1)
139 265
   - react-native-background-timer (2.1.1):
140 266
     - React
141 267
   - react-native-calendar-events (1.7.3):
@@ -148,29 +274,60 @@ PODS:
148 274
     - React
149 275
   - react-native-webview (5.8.1):
150 276
     - React
151
-  - React-RCTActionSheet (0.60.5):
152
-    - React-Core (= 0.60.5)
153
-  - React-RCTAnimation (0.60.5):
154
-    - React-Core (= 0.60.5)
155
-  - React-RCTBlob (0.60.5):
156
-    - React-Core (= 0.60.5)
157
-    - React-RCTNetwork (= 0.60.5)
158
-    - React-RCTWebSocket (= 0.60.5)
159
-  - React-RCTImage (0.60.5):
160
-    - React-Core (= 0.60.5)
161
-    - React-RCTNetwork (= 0.60.5)
162
-  - React-RCTLinking (0.60.5):
163
-    - React-Core (= 0.60.5)
164
-  - React-RCTNetwork (0.60.5):
165
-    - React-Core (= 0.60.5)
166
-  - React-RCTSettings (0.60.5):
167
-    - React-Core (= 0.60.5)
168
-  - React-RCTText (0.60.5):
169
-    - React-Core (= 0.60.5)
170
-  - React-RCTVibration (0.60.5):
171
-    - React-Core (= 0.60.5)
172
-  - React-RCTWebSocket (0.60.5):
173
-    - React-Core (= 0.60.5)
277
+  - React-RCTActionSheet (0.61.1):
278
+    - React-Core/RCTActionSheetHeaders (= 0.61.1)
279
+  - React-RCTAnimation (0.61.1):
280
+    - React-Core/RCTAnimationHeaders (= 0.61.1)
281
+  - React-RCTBlob (0.61.1):
282
+    - React-Core/RCTBlobHeaders (= 0.61.1)
283
+    - React-Core/RCTWebSocket (= 0.61.1)
284
+    - React-jsi (= 0.61.1)
285
+    - React-RCTNetwork (= 0.61.1)
286
+  - React-RCTImage (0.61.1):
287
+    - React-Core/RCTImageHeaders (= 0.61.1)
288
+    - React-RCTNetwork (= 0.61.1)
289
+  - React-RCTLinking (0.61.1):
290
+    - React-Core/RCTLinkingHeaders (= 0.61.1)
291
+  - React-RCTNetwork (0.61.1):
292
+    - React-Core/RCTNetworkHeaders (= 0.61.1)
293
+  - React-RCTSettings (0.61.1):
294
+    - React-Core/RCTSettingsHeaders (= 0.61.1)
295
+  - React-RCTText (0.61.1):
296
+    - React-Core/RCTTextHeaders (= 0.61.1)
297
+  - React-RCTVibration (0.61.1):
298
+    - React-Core/RCTVibrationHeaders (= 0.61.1)
299
+  - ReactCommon/jscallinvoker (0.61.1):
300
+    - DoubleConversion
301
+    - Folly (= 2018.10.22.00)
302
+    - glog
303
+    - React-cxxreact (= 0.61.1)
304
+  - ReactCommon/turbomodule (0.61.1):
305
+    - DoubleConversion
306
+    - Folly (= 2018.10.22.00)
307
+    - glog
308
+    - React-Core (= 0.61.1)
309
+    - React-cxxreact (= 0.61.1)
310
+    - React-jsi (= 0.61.1)
311
+    - ReactCommon/jscallinvoker (= 0.61.1)
312
+    - ReactCommon/turbomodule/core (= 0.61.1)
313
+    - ReactCommon/turbomodule/samples (= 0.61.1)
314
+  - ReactCommon/turbomodule/core (0.61.1):
315
+    - DoubleConversion
316
+    - Folly (= 2018.10.22.00)
317
+    - glog
318
+    - React-Core (= 0.61.1)
319
+    - React-cxxreact (= 0.61.1)
320
+    - React-jsi (= 0.61.1)
321
+    - ReactCommon/jscallinvoker (= 0.61.1)
322
+  - ReactCommon/turbomodule/samples (0.61.1):
323
+    - DoubleConversion
324
+    - Folly (= 2018.10.22.00)
325
+    - glog
326
+    - React-Core (= 0.61.1)
327
+    - React-cxxreact (= 0.61.1)
328
+    - React-jsi (= 0.61.1)
329
+    - ReactCommon/jscallinvoker (= 0.61.1)
330
+    - ReactCommon/turbomodule/core (= 0.61.1)
174 331
   - RNCAsyncStorage (1.3.4):
175 332
     - React
176 333
   - RNGoogleSignin (2.0.0):
@@ -185,7 +342,7 @@ PODS:
185 342
     - React
186 343
   - RNWatch (0.2.0):
187 344
     - React
188
-  - yoga (0.60.5.React)
345
+  - Yoga (1.14.0)
189 346
 
190 347
 DEPENDENCIES:
191 348
   - Amplitude-iOS (~> 4.0.4)
@@ -194,15 +351,21 @@ DEPENDENCIES:
194 351
   - Crashlytics (~> 3.12.0)
195 352
   - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
196 353
   - Fabric (~> 1.9.0)
354
+  - FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector/`)
355
+  - FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec/`)
197 356
   - Firebase/Core (~> 5.18.0)
198 357
   - Firebase/DynamicLinks (~> 5.18.0)
199 358
   - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
200 359
   - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
201 360
   - ObjectiveDropboxOfficial (~> 3.9.4)
361
+  - RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired/`)
362
+  - RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety/`)
202 363
   - React (from `../node_modules/react-native/`)
203
-  - React-Core (from `../node_modules/react-native/React`)
364
+  - React-Core/CoreModulesHeaders (from `../node_modules/react-native/`)
365
+  - React-Core/DevSupport (from `../node_modules/react-native/`)
366
+  - React-Core/RCTWebSocket (from `../node_modules/react-native/`)
367
+  - React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
204 368
   - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
205
-  - React-DevSupport (from `../node_modules/react-native/React`)
206 369
   - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
207 370
   - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
208 371
   - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
@@ -221,13 +384,13 @@ DEPENDENCIES:
221 384
   - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
222 385
   - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
223 386
   - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
224
-  - React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`)
387
+  - ReactCommon/turbomodule (from `../node_modules/react-native/ReactCommon`)
225 388
   - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
226 389
   - RNGoogleSignin (from `../node_modules/react-native-google-signin`)
227 390
   - RNSound (from `../node_modules/react-native-sound`)
228 391
   - RNSVG (from `../node_modules/react-native-svg`)
229 392
   - RNWatch (from `../node_modules/react-native-watch-connectivity`)
230
-  - yoga (from `../node_modules/react-native/ReactCommon/yoga`)
393
+  - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
231 394
 
232 395
 SPEC REPOS:
233 396
   https://github.com/cocoapods/specs.git:
@@ -255,18 +418,26 @@ EXTERNAL SOURCES:
255 418
     :path: "../node_modules/react-native-linear-gradient"
256 419
   DoubleConversion:
257 420
     :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
421
+  FBLazyVector:
422
+    :path: "../node_modules/react-native/Libraries/FBLazyVector/"
423
+  FBReactNativeSpec:
424
+    :path: "../node_modules/react-native/Libraries/FBReactNativeSpec/"
258 425
   Folly:
259 426
     :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
260 427
   glog:
261 428
     :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
429
+  RCTRequired:
430
+    :path: "../node_modules/react-native/Libraries/RCTRequired/"
431
+  RCTTypeSafety:
432
+    :path: "../node_modules/react-native/Libraries/TypeSafety/"
262 433
   React:
263 434
     :path: "../node_modules/react-native/"
264 435
   React-Core:
265
-    :path: "../node_modules/react-native/React"
436
+    :path: "../node_modules/react-native/"
437
+  React-CoreModules:
438
+    :path: "../node_modules/react-native/React/CoreModules"
266 439
   React-cxxreact:
267 440
     :path: "../node_modules/react-native/ReactCommon/cxxreact"
268
-  React-DevSupport:
269
-    :path: "../node_modules/react-native/React"
270 441
   React-jsi:
271 442
     :path: "../node_modules/react-native/ReactCommon/jsi"
272 443
   React-jsiexecutor:
@@ -303,8 +474,8 @@ EXTERNAL SOURCES:
303 474
     :path: "../node_modules/react-native/Libraries/Text"
304 475
   React-RCTVibration:
305 476
     :path: "../node_modules/react-native/Libraries/Vibration"
306
-  React-RCTWebSocket:
307
-    :path: "../node_modules/react-native/Libraries/WebSocket"
477
+  ReactCommon:
478
+    :path: "../node_modules/react-native/ReactCommon"
308 479
   RNCAsyncStorage:
309 480
     :path: "../node_modules/@react-native-community/async-storage"
310 481
   RNGoogleSignin:
@@ -315,7 +486,7 @@ EXTERNAL SOURCES:
315 486
     :path: "../node_modules/react-native-svg"
316 487
   RNWatch:
317 488
     :path: "../node_modules/react-native-watch-connectivity"
318
-  yoga:
489
+  Yoga:
319 490
     :path: "../node_modules/react-native/ReactCommon/yoga"
320 491
 
321 492
 SPEC CHECKSUMS:
@@ -326,6 +497,8 @@ SPEC CHECKSUMS:
326 497
   Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933
327 498
   DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
328 499
   Fabric: f988e33c97f08930a413e08123064d2e5f68d655
500
+  FBLazyVector: 0846affdb2924b01093eb696766ecb0104e409e0
501
+  FBReactNativeSpec: c4cf958af1b97799b524f63a26a1c509c0295b04
329 502
   Firebase: 02f3281965c075426141a0ce1277e9de6649cab9
330 503
   FirebaseAnalytics: 23851fe602c872130a2c5c55040b302120346cc2
331 504
   FirebaseAnalyticsInterop: efbe45c8385ec626e29f9525e5ebd38520dfb6c1
@@ -341,36 +514,38 @@ SPEC CHECKSUMS:
341 514
   GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
342 515
   nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
343 516
   ObjectiveDropboxOfficial: a5afefc83f6467c42c45f2253f583f2ad1ffc701
344
-  React: 53c53c4d99097af47cf60594b8706b4e3321e722
345
-  React-Core: ba421f6b4f4cbe2fb17c0b6fc675f87622e78a64
346
-  React-cxxreact: 8384287780c4999351ad9b6e7a149d9ed10a2395
347
-  React-DevSupport: 197fb409737cff2c4f9986e77c220d7452cb9f9f
348
-  React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2
349
-  React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30
350
-  React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4
517
+  RCTRequired: 53825815218847d3e9c7b6d92ad2d197a926d51e
518
+  RCTTypeSafety: d886540c518e53064dfa081bf7693fd650699b92
519
+  React: 5dea58967c421bd1fdf6b94c18b9ed0f5134683c
520
+  React-Core: b381e65aa0da9b94b9dcdc4a99298075b1c3876c
521
+  React-CoreModules: 4ed224e29848ba76d26aacb8e3fe85712d3c4fe1
522
+  React-cxxreact: 52c98f5c1fb4e4d9f4b588742718350a55f4f088
523
+  React-jsi: 61ff417c95e6c3af50fb96399037e80752fb5ce7
524
+  React-jsiexecutor: ee45274419eb95614bbbadb98e20684c5f29996e
525
+  React-jsinspector: 574d597112f9ea3d1b717f6fb62aef764c70dd6f
351 526
   react-native-background-timer: 0d34748e53a972507c66963490c775321a88f6f2
352 527
   react-native-calendar-events: 2fe35a9294af05de0ed819d3a1b5dac048d2c010
353 528
   react-native-keep-awake: eba3137546b10003361b37c761f6c429b59814ae
354 529
   react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a
355 530
   react-native-webrtc: c5e3d631179a933548a8e49bddbd8fad02586095
356 531
   react-native-webview: a95842e3f351a6d2c8bc8bcc9eab689c7e7e5ad4
357
-  React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90
358
-  React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e
359
-  React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24
360
-  React-RCTImage: f5f1c50922164e89bdda67bcd0153952a5cfe719
361
-  React-RCTLinking: d0ecbd791e9ddddc41fa1f66b0255de90e8ee1e9
362
-  React-RCTNetwork: e26946300b0ab7bb6c4a6348090e93fa21f33a9d
363
-  React-RCTSettings: d0d37cb521b7470c998595a44f05847777cc3f42
364
-  React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2
365
-  React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0
366
-  React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4
532
+  React-RCTActionSheet: af4d951113b1e068bb30611f91b984a7a73597ff
533
+  React-RCTAnimation: 4f518d70bb6890b7c3d9d732f84786d6693ca297
534
+  React-RCTBlob: 072a4888c08de0eef6d04eaa727d25e577e6ff26
535
+  React-RCTImage: 78c5cdf1b2de6cd3cd650dd741868fad19a35528
536
+  React-RCTLinking: 486ed1c9a659c7f9fea213868f8930b9a0a79f07
537
+  React-RCTNetwork: e79599f3160b459da03447e32b8bcca1a0f0f797
538
+  React-RCTSettings: 48b7c5a64ffe0c54c39d59eb7d9036e72305f95a
539
+  React-RCTText: 81b62b4e7f11531a5154e4daa5617670d5a2d5de
540
+  React-RCTVibration: 8be61459e3749d1fb02cf414edd05b3007622882
541
+  ReactCommon: 4fba5be89efdf0b5720e0adb3d8d7edf6e532db0
367 542
   RNCAsyncStorage: 8e31405a9f12fbf42c2bb330e4560bfd79c18323
368 543
   RNGoogleSignin: d030c6c6591db24c3cee649f64c7babf0a1699a0
369 544
   RNSound: c980916b596cc15c8dcd2f6ecd3b13c4881dbe20
370 545
   RNSVG: aac12785382e8fd4f28d072fe640612e34914631
371 546
   RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42
372
-  yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411
547
+  Yoga: d8c572ddec8d05b7dba08e4e5f1924004a177078
373 548
 
374
-PODFILE CHECKSUM: 86bb4d2bc94c6c76b971b9a33e5b2ced9bbfb09f
549
+PODFILE CHECKSUM: 5d4de5dc42643ef3864a9100b834caeafd625db7
375 550
 
376 551
 COCOAPODS: 1.7.2

+ 455
- 587
package-lock.json
File diff suppressed because it is too large
Näytä tiedosto


+ 5
- 5
package.json Näytä tiedosto

@@ -56,18 +56,18 @@
56 56
     "js-utils": "github:jitsi/js-utils#192b1c996e8c05530eb1f19e82a31069c3021e31",
57 57
     "jsrsasign": "8.0.12",
58 58
     "jwt-decode": "2.2.0",
59
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#f43c0c4bbfeb09ed816356eb5088bd61d40b91d5",
59
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#df5d128b599d5ffc5af243457f920ddc7a3b4d3e",
60 60
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
61 61
     "lodash": "4.17.13",
62 62
     "moment": "2.19.4",
63 63
     "moment-duration-format": "2.2.2",
64 64
     "postis": "2.2.0",
65
-    "react": "16.8.6",
66
-    "react-dom": "16.8.6",
65
+    "react": "16.9",
66
+    "react-dom": "16.9",
67 67
     "react-emoji-render": "1.0.0",
68 68
     "react-i18next": "10.11.4",
69 69
     "react-linkify": "1.0.0-alpha",
70
-    "react-native": "0.60.5",
70
+    "react-native": "0.61.1",
71 71
     "react-native-background-timer": "2.1.1",
72 72
     "react-native-calendar-events": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2",
73 73
     "react-native-callstats": "3.61.0",
@@ -117,7 +117,7 @@
117 117
     "eslint-plugin-react": "7.11.1",
118 118
     "eslint-plugin-react-native": "3.3.0",
119 119
     "expose-loader": "0.7.5",
120
-    "flow-bin": "0.98.0",
120
+    "flow-bin": "0.104.0",
121 121
     "imports-loader": "0.7.1",
122 122
     "jetifier": "1.6.4",
123 123
     "metro-react-native-babel-preset": "0.56.0",

+ 2
- 2
react/features/base/react/components/native/Image.js Näytä tiedosto

@@ -9,9 +9,9 @@ import { Image } from 'react-native';
9 9
 type Props = {
10 10
 
11 11
     /**
12
-     * The URL to be rendered as image.
12
+     * The ImageSource to be rendered as image.
13 13
      */
14
-    src: string,
14
+    src: Object,
15 15
 
16 16
     /**
17 17
      * The component's external style

+ 5
- 5
react/features/invite/components/add-people-dialog/native/AddPeopleDialog.js Näytä tiedosto

@@ -421,7 +421,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
421 421
         );
422 422
     }
423 423
 
424
-    _renderInvitedItem: Object => ?React$Element<*>
424
+    _renderInvitedItem: Object => React$Element<any> | null
425 425
 
426 426
     /**
427 427
      * Renders a single item in the invited {@code FlatList}.
@@ -429,9 +429,9 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
429 429
      * @param {Object} flatListItem - An item of the data array of the
430 430
      * {@code FlatList}.
431 431
      * @param {number} index - The index of the currently rendered item.
432
-     * @returns {?React$Element<*>}
432
+     * @returns {?React$Element<any>}
433 433
      */
434
-    _renderInvitedItem(flatListItem, index) {
434
+    _renderInvitedItem(flatListItem, index): React$Element<any> | null {
435 435
         const { item } = flatListItem;
436 436
         const renderableItem = this._getRenderableItem(flatListItem);
437 437
 
@@ -457,7 +457,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
457 457
         );
458 458
     }
459 459
 
460
-    _renderItem: Object => ?React$Element<*>
460
+    _renderItem: Object => React$Element<any> | null
461 461
 
462 462
     /**
463 463
      * Renders a single item in the search result {@code FlatList}.
@@ -467,7 +467,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
467 467
      * @param {number} index - The index of the currently rendered item.
468 468
      * @returns {?React$Element<*>}
469 469
      */
470
-    _renderItem(flatListItem, index) {
470
+    _renderItem(flatListItem, index): React$Element<any> | null {
471 471
         const { item } = flatListItem;
472 472
         const { inviteItems } = this.state;
473 473
         let selected = false;

Loading…
Peruuta
Tallenna