update RN to 61

This commit is contained in:
Bettenbuk Zoltan 2019-09-25 15:01:17 +02:00 committed by Zoltan Bettenbuk
parent d40fce741a
commit c472537ecf
7 changed files with 740 additions and 684 deletions

View File

@ -11,6 +11,9 @@ node_modules/react-native/Libraries/react-native/React.js
; "node_modules/react-native" but in the source repo it is in the root ; "node_modules/react-native" but in the source repo it is in the root
node_modules/react-native/Libraries/react-native/React.js node_modules/react-native/Libraries/react-native/React.js
; Flow doesn't support platforms
.*/Libraries/Utilities/LoadingView.js
; Ignore polyfills ; Ignore polyfills
node_modules/react-native/Libraries/polyfills/.* node_modules/react-native/Libraries/polyfills/.*
@ -112,4 +115,4 @@ untyped-import
untyped-type-import untyped-type-import
[version] [version]
^0.98.0 ^0.104.0

View File

@ -17,9 +17,20 @@ target 'JitsiMeet' do
# React Native and its dependencies # React Native and its dependencies
# #
pod 'FBLazyVector', :path => '../node_modules/react-native/Libraries/FBLazyVector/'
pod 'FBReactNativeSpec', :path => '../node_modules/react-native/Libraries/FBReactNativeSpec/'
pod 'RCTRequired', :path => '../node_modules/react-native/Libraries/RCTRequired/'
pod 'RCTTypeSafety', :path => '../node_modules/react-native/Libraries/TypeSafety/'
pod 'React', :path => '../node_modules/react-native/' pod 'React', :path => '../node_modules/react-native/'
pod 'React-Core', :path => '../node_modules/react-native/React' pod 'ReactCommon', :path => '../node_modules/react-native/ReactCommon', :subspecs => [
pod 'React-DevSupport', :path => '../node_modules/react-native/React' 'turbomodule'
]
pod 'React-Core', :path => '../node_modules/react-native/', :subspecs => [
'CoreModulesHeaders',
'DevSupport',
'RCTWebSocket'
]
pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS' pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation' pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob' pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
@ -29,13 +40,12 @@ target 'JitsiMeet' do
pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings' pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text' pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration' pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact' pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi' pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor' pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector' pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec' pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec' pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'

View File

@ -10,6 +10,14 @@ PODS:
- Fabric (~> 1.9.0) - Fabric (~> 1.9.0)
- DoubleConversion (1.1.6) - DoubleConversion (1.1.6)
- Fabric (1.9.0) - Fabric (1.9.0)
- FBLazyVector (0.61.1)
- FBReactNativeSpec (0.61.1):
- Folly (= 2018.10.22.00)
- RCTRequired (= 0.61.1)
- RCTTypeSafety (= 0.61.1)
- React-Core (= 0.61.1)
- React-jsi (= 0.61.1)
- ReactCommon/turbomodule/core (= 0.61.1)
- Firebase/Core (5.18.0): - Firebase/Core (5.18.0):
- Firebase/CoreOnly - Firebase/CoreOnly
- FirebaseAnalytics (= 5.7.0) - FirebaseAnalytics (= 5.7.0)
@ -91,51 +99,169 @@ PODS:
- nanopb/decode (0.3.901) - nanopb/decode (0.3.901)
- nanopb/encode (0.3.901) - nanopb/encode (0.3.901)
- ObjectiveDropboxOfficial (3.9.4) - ObjectiveDropboxOfficial (3.9.4)
- React (0.60.5): - RCTRequired (0.61.1)
- React-Core (= 0.60.5) - RCTTypeSafety (0.61.1):
- React-DevSupport (= 0.60.5) - FBLazyVector (= 0.61.1)
- React-RCTActionSheet (= 0.60.5)
- React-RCTAnimation (= 0.60.5)
- React-RCTBlob (= 0.60.5)
- React-RCTImage (= 0.60.5)
- React-RCTLinking (= 0.60.5)
- React-RCTNetwork (= 0.60.5)
- React-RCTSettings (= 0.60.5)
- React-RCTText (= 0.60.5)
- React-RCTVibration (= 0.60.5)
- React-RCTWebSocket (= 0.60.5)
- React-Core (0.60.5):
- Folly (= 2018.10.22.00) - Folly (= 2018.10.22.00)
- React-cxxreact (= 0.60.5) - RCTRequired (= 0.61.1)
- React-jsiexecutor (= 0.60.5) - React-Core (= 0.61.1)
- yoga (= 0.60.5.React) - React (0.61.1):
- React-cxxreact (0.60.5): - React-Core (= 0.61.1)
- React-Core/DevSupport (= 0.61.1)
- React-Core/RCTWebSocket (= 0.61.1)
- React-RCTActionSheet (= 0.61.1)
- React-RCTAnimation (= 0.61.1)
- React-RCTBlob (= 0.61.1)
- React-RCTImage (= 0.61.1)
- React-RCTLinking (= 0.61.1)
- React-RCTNetwork (= 0.61.1)
- React-RCTSettings (= 0.61.1)
- React-RCTText (= 0.61.1)
- React-RCTVibration (= 0.61.1)
- React-Core (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default (= 0.61.1)
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/CoreModulesHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/Default (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/DevSupport (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default (= 0.61.1)
- React-Core/RCTWebSocket (= 0.61.1)
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- React-jsinspector (= 0.61.1)
- Yoga
- React-Core/RCTActionSheetHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTAnimationHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTBlobHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTImageHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTLinkingHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTNetworkHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTSettingsHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTTextHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTVibrationHeaders (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-Core/RCTWebSocket (0.61.1):
- Folly (= 2018.10.22.00)
- glog
- React-Core/Default (= 0.61.1)
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- React-jsiexecutor (= 0.61.1)
- Yoga
- React-CoreModules (0.61.1):
- FBReactNativeSpec (= 0.61.1)
- Folly (= 2018.10.22.00)
- RCTTypeSafety (= 0.61.1)
- React-Core/CoreModulesHeaders (= 0.61.1)
- React-RCTImage (= 0.61.1)
- ReactCommon/turbomodule/core (= 0.61.1)
- React-cxxreact (0.61.1):
- boost-for-react-native (= 1.63.0) - boost-for-react-native (= 1.63.0)
- DoubleConversion - DoubleConversion
- Folly (= 2018.10.22.00) - Folly (= 2018.10.22.00)
- glog - glog
- React-jsinspector (= 0.60.5) - React-jsinspector (= 0.61.1)
- React-DevSupport (0.60.5): - React-jsi (0.61.1):
- React-Core (= 0.60.5)
- React-RCTWebSocket (= 0.60.5)
- React-jsi (0.60.5):
- boost-for-react-native (= 1.63.0) - boost-for-react-native (= 1.63.0)
- DoubleConversion - DoubleConversion
- Folly (= 2018.10.22.00) - Folly (= 2018.10.22.00)
- glog - glog
- React-jsi/Default (= 0.60.5) - React-jsi/Default (= 0.61.1)
- React-jsi/Default (0.60.5): - React-jsi/Default (0.61.1):
- boost-for-react-native (= 1.63.0) - boost-for-react-native (= 1.63.0)
- DoubleConversion - DoubleConversion
- Folly (= 2018.10.22.00) - Folly (= 2018.10.22.00)
- glog - glog
- React-jsiexecutor (0.60.5): - React-jsiexecutor (0.61.1):
- DoubleConversion - DoubleConversion
- Folly (= 2018.10.22.00) - Folly (= 2018.10.22.00)
- glog - glog
- React-cxxreact (= 0.60.5) - React-cxxreact (= 0.61.1)
- React-jsi (= 0.60.5) - React-jsi (= 0.61.1)
- React-jsinspector (0.60.5) - React-jsinspector (0.61.1)
- react-native-background-timer (2.1.1): - react-native-background-timer (2.1.1):
- React - React
- react-native-calendar-events (1.7.3): - react-native-calendar-events (1.7.3):
@ -148,29 +274,60 @@ PODS:
- React - React
- react-native-webview (5.8.1): - react-native-webview (5.8.1):
- React - React
- React-RCTActionSheet (0.60.5): - React-RCTActionSheet (0.61.1):
- React-Core (= 0.60.5) - React-Core/RCTActionSheetHeaders (= 0.61.1)
- React-RCTAnimation (0.60.5): - React-RCTAnimation (0.61.1):
- React-Core (= 0.60.5) - React-Core/RCTAnimationHeaders (= 0.61.1)
- React-RCTBlob (0.60.5): - React-RCTBlob (0.61.1):
- React-Core (= 0.60.5) - React-Core/RCTBlobHeaders (= 0.61.1)
- React-RCTNetwork (= 0.60.5) - React-Core/RCTWebSocket (= 0.61.1)
- React-RCTWebSocket (= 0.60.5) - React-jsi (= 0.61.1)
- React-RCTImage (0.60.5): - React-RCTNetwork (= 0.61.1)
- React-Core (= 0.60.5) - React-RCTImage (0.61.1):
- React-RCTNetwork (= 0.60.5) - React-Core/RCTImageHeaders (= 0.61.1)
- React-RCTLinking (0.60.5): - React-RCTNetwork (= 0.61.1)
- React-Core (= 0.60.5) - React-RCTLinking (0.61.1):
- React-RCTNetwork (0.60.5): - React-Core/RCTLinkingHeaders (= 0.61.1)
- React-Core (= 0.60.5) - React-RCTNetwork (0.61.1):
- React-RCTSettings (0.60.5): - React-Core/RCTNetworkHeaders (= 0.61.1)
- React-Core (= 0.60.5) - React-RCTSettings (0.61.1):
- React-RCTText (0.60.5): - React-Core/RCTSettingsHeaders (= 0.61.1)
- React-Core (= 0.60.5) - React-RCTText (0.61.1):
- React-RCTVibration (0.60.5): - React-Core/RCTTextHeaders (= 0.61.1)
- React-Core (= 0.60.5) - React-RCTVibration (0.61.1):
- React-RCTWebSocket (0.60.5): - React-Core/RCTVibrationHeaders (= 0.61.1)
- React-Core (= 0.60.5) - ReactCommon/jscallinvoker (0.61.1):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-cxxreact (= 0.61.1)
- ReactCommon/turbomodule (0.61.1):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-Core (= 0.61.1)
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- ReactCommon/jscallinvoker (= 0.61.1)
- ReactCommon/turbomodule/core (= 0.61.1)
- ReactCommon/turbomodule/samples (= 0.61.1)
- ReactCommon/turbomodule/core (0.61.1):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-Core (= 0.61.1)
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- ReactCommon/jscallinvoker (= 0.61.1)
- ReactCommon/turbomodule/samples (0.61.1):
- DoubleConversion
- Folly (= 2018.10.22.00)
- glog
- React-Core (= 0.61.1)
- React-cxxreact (= 0.61.1)
- React-jsi (= 0.61.1)
- ReactCommon/jscallinvoker (= 0.61.1)
- ReactCommon/turbomodule/core (= 0.61.1)
- RNCAsyncStorage (1.3.4): - RNCAsyncStorage (1.3.4):
- React - React
- RNGoogleSignin (2.0.0): - RNGoogleSignin (2.0.0):
@ -185,7 +342,7 @@ PODS:
- React - React
- RNWatch (0.2.0): - RNWatch (0.2.0):
- React - React
- yoga (0.60.5.React) - Yoga (1.14.0)
DEPENDENCIES: DEPENDENCIES:
- Amplitude-iOS (~> 4.0.4) - Amplitude-iOS (~> 4.0.4)
@ -194,15 +351,21 @@ DEPENDENCIES:
- Crashlytics (~> 3.12.0) - Crashlytics (~> 3.12.0)
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`) - DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
- Fabric (~> 1.9.0) - Fabric (~> 1.9.0)
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector/`)
- FBReactNativeSpec (from `../node_modules/react-native/Libraries/FBReactNativeSpec/`)
- Firebase/Core (~> 5.18.0) - Firebase/Core (~> 5.18.0)
- Firebase/DynamicLinks (~> 5.18.0) - Firebase/DynamicLinks (~> 5.18.0)
- Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`) - Folly (from `../node_modules/react-native/third-party-podspecs/Folly.podspec`)
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`) - glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
- ObjectiveDropboxOfficial (~> 3.9.4) - ObjectiveDropboxOfficial (~> 3.9.4)
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired/`)
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety/`)
- React (from `../node_modules/react-native/`) - React (from `../node_modules/react-native/`)
- React-Core (from `../node_modules/react-native/React`) - React-Core/CoreModulesHeaders (from `../node_modules/react-native/`)
- React-Core/DevSupport (from `../node_modules/react-native/`)
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`) - React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
- React-DevSupport (from `../node_modules/react-native/React`)
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`) - React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`) - React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`) - React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
@ -221,13 +384,13 @@ DEPENDENCIES:
- React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`) - React-RCTSettings (from `../node_modules/react-native/Libraries/Settings`)
- React-RCTText (from `../node_modules/react-native/Libraries/Text`) - React-RCTText (from `../node_modules/react-native/Libraries/Text`)
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`) - React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
- React-RCTWebSocket (from `../node_modules/react-native/Libraries/WebSocket`) - ReactCommon/turbomodule (from `../node_modules/react-native/ReactCommon`)
- "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)" - "RNCAsyncStorage (from `../node_modules/@react-native-community/async-storage`)"
- RNGoogleSignin (from `../node_modules/react-native-google-signin`) - RNGoogleSignin (from `../node_modules/react-native-google-signin`)
- RNSound (from `../node_modules/react-native-sound`) - RNSound (from `../node_modules/react-native-sound`)
- RNSVG (from `../node_modules/react-native-svg`) - RNSVG (from `../node_modules/react-native-svg`)
- RNWatch (from `../node_modules/react-native-watch-connectivity`) - RNWatch (from `../node_modules/react-native-watch-connectivity`)
- yoga (from `../node_modules/react-native/ReactCommon/yoga`) - Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
SPEC REPOS: SPEC REPOS:
https://github.com/cocoapods/specs.git: https://github.com/cocoapods/specs.git:
@ -255,18 +418,26 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-linear-gradient" :path: "../node_modules/react-native-linear-gradient"
DoubleConversion: DoubleConversion:
:podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec" :podspec: "../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec"
FBLazyVector:
:path: "../node_modules/react-native/Libraries/FBLazyVector/"
FBReactNativeSpec:
:path: "../node_modules/react-native/Libraries/FBReactNativeSpec/"
Folly: Folly:
:podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec" :podspec: "../node_modules/react-native/third-party-podspecs/Folly.podspec"
glog: glog:
:podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec" :podspec: "../node_modules/react-native/third-party-podspecs/glog.podspec"
RCTRequired:
:path: "../node_modules/react-native/Libraries/RCTRequired/"
RCTTypeSafety:
:path: "../node_modules/react-native/Libraries/TypeSafety/"
React: React:
:path: "../node_modules/react-native/" :path: "../node_modules/react-native/"
React-Core: React-Core:
:path: "../node_modules/react-native/React" :path: "../node_modules/react-native/"
React-CoreModules:
:path: "../node_modules/react-native/React/CoreModules"
React-cxxreact: React-cxxreact:
:path: "../node_modules/react-native/ReactCommon/cxxreact" :path: "../node_modules/react-native/ReactCommon/cxxreact"
React-DevSupport:
:path: "../node_modules/react-native/React"
React-jsi: React-jsi:
:path: "../node_modules/react-native/ReactCommon/jsi" :path: "../node_modules/react-native/ReactCommon/jsi"
React-jsiexecutor: React-jsiexecutor:
@ -303,8 +474,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/Libraries/Text" :path: "../node_modules/react-native/Libraries/Text"
React-RCTVibration: React-RCTVibration:
:path: "../node_modules/react-native/Libraries/Vibration" :path: "../node_modules/react-native/Libraries/Vibration"
React-RCTWebSocket: ReactCommon:
:path: "../node_modules/react-native/Libraries/WebSocket" :path: "../node_modules/react-native/ReactCommon"
RNCAsyncStorage: RNCAsyncStorage:
:path: "../node_modules/@react-native-community/async-storage" :path: "../node_modules/@react-native-community/async-storage"
RNGoogleSignin: RNGoogleSignin:
@ -315,7 +486,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-svg" :path: "../node_modules/react-native-svg"
RNWatch: RNWatch:
:path: "../node_modules/react-native-watch-connectivity" :path: "../node_modules/react-native-watch-connectivity"
yoga: Yoga:
:path: "../node_modules/react-native/ReactCommon/yoga" :path: "../node_modules/react-native/ReactCommon/yoga"
SPEC CHECKSUMS: SPEC CHECKSUMS:
@ -326,6 +497,8 @@ SPEC CHECKSUMS:
Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933 Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933
DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2 DoubleConversion: 5805e889d232975c086db112ece9ed034df7a0b2
Fabric: f988e33c97f08930a413e08123064d2e5f68d655 Fabric: f988e33c97f08930a413e08123064d2e5f68d655
FBLazyVector: 0846affdb2924b01093eb696766ecb0104e409e0
FBReactNativeSpec: c4cf958af1b97799b524f63a26a1c509c0295b04
Firebase: 02f3281965c075426141a0ce1277e9de6649cab9 Firebase: 02f3281965c075426141a0ce1277e9de6649cab9
FirebaseAnalytics: 23851fe602c872130a2c5c55040b302120346cc2 FirebaseAnalytics: 23851fe602c872130a2c5c55040b302120346cc2
FirebaseAnalyticsInterop: efbe45c8385ec626e29f9525e5ebd38520dfb6c1 FirebaseAnalyticsInterop: efbe45c8385ec626e29f9525e5ebd38520dfb6c1
@ -341,36 +514,38 @@ SPEC CHECKSUMS:
GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca GTMSessionFetcher: 32aeca0aa144acea523e1c8e053089dec2cb98ca
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48 nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
ObjectiveDropboxOfficial: a5afefc83f6467c42c45f2253f583f2ad1ffc701 ObjectiveDropboxOfficial: a5afefc83f6467c42c45f2253f583f2ad1ffc701
React: 53c53c4d99097af47cf60594b8706b4e3321e722 RCTRequired: 53825815218847d3e9c7b6d92ad2d197a926d51e
React-Core: ba421f6b4f4cbe2fb17c0b6fc675f87622e78a64 RCTTypeSafety: d886540c518e53064dfa081bf7693fd650699b92
React-cxxreact: 8384287780c4999351ad9b6e7a149d9ed10a2395 React: 5dea58967c421bd1fdf6b94c18b9ed0f5134683c
React-DevSupport: 197fb409737cff2c4f9986e77c220d7452cb9f9f React-Core: b381e65aa0da9b94b9dcdc4a99298075b1c3876c
React-jsi: 4d8c9efb6312a9725b18d6fc818ffc103f60fec2 React-CoreModules: 4ed224e29848ba76d26aacb8e3fe85712d3c4fe1
React-jsiexecutor: 90ad2f9db09513fc763bc757fdc3c4ff8bde2a30 React-cxxreact: 52c98f5c1fb4e4d9f4b588742718350a55f4f088
React-jsinspector: e08662d1bf5b129a3d556eb9ea343a3f40353ae4 React-jsi: 61ff417c95e6c3af50fb96399037e80752fb5ce7
React-jsiexecutor: ee45274419eb95614bbbadb98e20684c5f29996e
React-jsinspector: 574d597112f9ea3d1b717f6fb62aef764c70dd6f
react-native-background-timer: 0d34748e53a972507c66963490c775321a88f6f2 react-native-background-timer: 0d34748e53a972507c66963490c775321a88f6f2
react-native-calendar-events: 2fe35a9294af05de0ed819d3a1b5dac048d2c010 react-native-calendar-events: 2fe35a9294af05de0ed819d3a1b5dac048d2c010
react-native-keep-awake: eba3137546b10003361b37c761f6c429b59814ae react-native-keep-awake: eba3137546b10003361b37c761f6c429b59814ae
react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a react-native-netinfo: 8d8db463bcc5db66a8ac5c48a7d86beb3b92f61a
react-native-webrtc: c5e3d631179a933548a8e49bddbd8fad02586095 react-native-webrtc: c5e3d631179a933548a8e49bddbd8fad02586095
react-native-webview: a95842e3f351a6d2c8bc8bcc9eab689c7e7e5ad4 react-native-webview: a95842e3f351a6d2c8bc8bcc9eab689c7e7e5ad4
React-RCTActionSheet: b0f1ea83f4bf75fb966eae9bfc47b78c8d3efd90 React-RCTActionSheet: af4d951113b1e068bb30611f91b984a7a73597ff
React-RCTAnimation: 359ba1b5690b1e87cc173558a78e82d35919333e React-RCTAnimation: 4f518d70bb6890b7c3d9d732f84786d6693ca297
React-RCTBlob: 5e2b55f76e9a1c7ae52b826923502ddc3238df24 React-RCTBlob: 072a4888c08de0eef6d04eaa727d25e577e6ff26
React-RCTImage: f5f1c50922164e89bdda67bcd0153952a5cfe719 React-RCTImage: 78c5cdf1b2de6cd3cd650dd741868fad19a35528
React-RCTLinking: d0ecbd791e9ddddc41fa1f66b0255de90e8ee1e9 React-RCTLinking: 486ed1c9a659c7f9fea213868f8930b9a0a79f07
React-RCTNetwork: e26946300b0ab7bb6c4a6348090e93fa21f33a9d React-RCTNetwork: e79599f3160b459da03447e32b8bcca1a0f0f797
React-RCTSettings: d0d37cb521b7470c998595a44f05847777cc3f42 React-RCTSettings: 48b7c5a64ffe0c54c39d59eb7d9036e72305f95a
React-RCTText: b074d89033583d4f2eb5faf7ea2db3a13c7553a2 React-RCTText: 81b62b4e7f11531a5154e4daa5617670d5a2d5de
React-RCTVibration: 2105b2e0e2b66a6408fc69a46c8a7fb5b2fdade0 React-RCTVibration: 8be61459e3749d1fb02cf414edd05b3007622882
React-RCTWebSocket: cd932a16b7214898b6b7f788c8bddb3637246ac4 ReactCommon: 4fba5be89efdf0b5720e0adb3d8d7edf6e532db0
RNCAsyncStorage: 8e31405a9f12fbf42c2bb330e4560bfd79c18323 RNCAsyncStorage: 8e31405a9f12fbf42c2bb330e4560bfd79c18323
RNGoogleSignin: d030c6c6591db24c3cee649f64c7babf0a1699a0 RNGoogleSignin: d030c6c6591db24c3cee649f64c7babf0a1699a0
RNSound: c980916b596cc15c8dcd2f6ecd3b13c4881dbe20 RNSound: c980916b596cc15c8dcd2f6ecd3b13c4881dbe20
RNSVG: aac12785382e8fd4f28d072fe640612e34914631 RNSVG: aac12785382e8fd4f28d072fe640612e34914631
RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42 RNWatch: 09738b339eceb66e4d80a2371633ca5fb380fa42
yoga: 312528f5bbbba37b4dcea5ef00e8b4033fdd9411 Yoga: d8c572ddec8d05b7dba08e4e5f1924004a177078
PODFILE CHECKSUM: 86bb4d2bc94c6c76b971b9a33e5b2ced9bbfb09f PODFILE CHECKSUM: 5d4de5dc42643ef3864a9100b834caeafd625db7
COCOAPODS: 1.7.2 COCOAPODS: 1.7.2

1038
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -56,18 +56,18 @@
"js-utils": "github:jitsi/js-utils#192b1c996e8c05530eb1f19e82a31069c3021e31", "js-utils": "github:jitsi/js-utils#192b1c996e8c05530eb1f19e82a31069c3021e31",
"jsrsasign": "8.0.12", "jsrsasign": "8.0.12",
"jwt-decode": "2.2.0", "jwt-decode": "2.2.0",
"lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#f43c0c4bbfeb09ed816356eb5088bd61d40b91d5", "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#df5d128b599d5ffc5af243457f920ddc7a3b4d3e",
"libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d", "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
"lodash": "4.17.13", "lodash": "4.17.13",
"moment": "2.19.4", "moment": "2.19.4",
"moment-duration-format": "2.2.2", "moment-duration-format": "2.2.2",
"postis": "2.2.0", "postis": "2.2.0",
"react": "16.8.6", "react": "16.9",
"react-dom": "16.8.6", "react-dom": "16.9",
"react-emoji-render": "1.0.0", "react-emoji-render": "1.0.0",
"react-i18next": "10.11.4", "react-i18next": "10.11.4",
"react-linkify": "1.0.0-alpha", "react-linkify": "1.0.0-alpha",
"react-native": "0.60.5", "react-native": "0.61.1",
"react-native-background-timer": "2.1.1", "react-native-background-timer": "2.1.1",
"react-native-calendar-events": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2", "react-native-calendar-events": "github:jitsi/react-native-calendar-events#902e6e92d6bae450a6052f76ba4d02f977ffd8f2",
"react-native-callstats": "3.61.0", "react-native-callstats": "3.61.0",
@ -117,7 +117,7 @@
"eslint-plugin-react": "7.11.1", "eslint-plugin-react": "7.11.1",
"eslint-plugin-react-native": "3.3.0", "eslint-plugin-react-native": "3.3.0",
"expose-loader": "0.7.5", "expose-loader": "0.7.5",
"flow-bin": "0.98.0", "flow-bin": "0.104.0",
"imports-loader": "0.7.1", "imports-loader": "0.7.1",
"jetifier": "1.6.4", "jetifier": "1.6.4",
"metro-react-native-babel-preset": "0.56.0", "metro-react-native-babel-preset": "0.56.0",

View File

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

View File

@ -421,7 +421,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
); );
} }
_renderInvitedItem: Object => ?React$Element<*> _renderInvitedItem: Object => React$Element<any> | null
/** /**
* Renders a single item in the invited {@code FlatList}. * Renders a single item in the invited {@code FlatList}.
@ -429,9 +429,9 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
* @param {Object} flatListItem - An item of the data array of the * @param {Object} flatListItem - An item of the data array of the
* {@code FlatList}. * {@code FlatList}.
* @param {number} index - The index of the currently rendered item. * @param {number} index - The index of the currently rendered item.
* @returns {?React$Element<*>} * @returns {?React$Element<any>}
*/ */
_renderInvitedItem(flatListItem, index) { _renderInvitedItem(flatListItem, index): React$Element<any> | null {
const { item } = flatListItem; const { item } = flatListItem;
const renderableItem = this._getRenderableItem(flatListItem); const renderableItem = this._getRenderableItem(flatListItem);
@ -457,7 +457,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
); );
} }
_renderItem: Object => ?React$Element<*> _renderItem: Object => React$Element<any> | null
/** /**
* Renders a single item in the search result {@code FlatList}. * Renders a single item in the search result {@code FlatList}.
@ -467,7 +467,7 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
* @param {number} index - The index of the currently rendered item. * @param {number} index - The index of the currently rendered item.
* @returns {?React$Element<*>} * @returns {?React$Element<*>}
*/ */
_renderItem(flatListItem, index) { _renderItem(flatListItem, index): React$Element<any> | null {
const { item } = flatListItem; const { item } = flatListItem;
const { inviteItems } = this.state; const { inviteItems } = this.state;
let selected = false; let selected = false;