diff --git a/Libraries/WebSocket/RCTSRWebSocket.m b/Libraries/WebSocket/RCTSRWebSocket.m index 0db4d7a9dfaf3f..83aed8d52bfee2 100644 --- a/Libraries/WebSocket/RCTSRWebSocket.m +++ b/Libraries/WebSocket/RCTSRWebSocket.m @@ -530,7 +530,14 @@ - (void)_initializeStreams - (void)_connect { if (!_scheduledRunloops.count) { - [self scheduleInRunLoop:[NSRunLoop RCTSR_networkRunLoop] forMode:NSDefaultRunLoopMode]; + // [TODO(macOS ISS#2323203): `scheduleInRunLoop:forMode:` takes in a non-null run loop parameter so let's be safe and verify that + NSRunLoop *runLoop = [NSRunLoop RCTSR_networkRunLoop]; + if (runLoop != nil) { + [self scheduleInRunLoop:runLoop forMode:NSDefaultRunLoopMode]; + } else { + RCTSRLog(@"Failed connecting to RCTSR_networkRunLoop"); + } + // ]TODO(macOS ISS#2323203) } [_outputStream open]; diff --git a/RNTester/Podfile.lock b/RNTester/Podfile.lock index 2f51b9721fa4c6..9920713882fa05 100644 --- a/RNTester/Podfile.lock +++ b/RNTester/Podfile.lock @@ -3,14 +3,14 @@ PODS: - CocoaAsyncSocket (7.6.4) - CocoaLibEvent (1.0.0) - DoubleConversion (1.1.6) - - FBLazyVector (0.63.27) - - FBReactNativeSpec (0.63.27): - - RCT-Folly (= 2020.01.13.00) - - RCTRequired (= 0.63.27) - - RCTTypeSafety (= 0.63.27) - - React-Core (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) + - FBLazyVector (0.63.28) + - FBReactNativeSpec (0.63.28): + - RCT-Folly (= 2020.01.13.00) + - RCTRequired (= 0.63.28) + - RCTTypeSafety (= 0.63.28) + - React-Core (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) - Flipper (0.54.0): - Flipper-Folly (~> 2.2) - Flipper-RSocket (~> 1.1) @@ -81,292 +81,292 @@ PODS: - DoubleConversion - glog - libevent - - RCTRequired (0.63.27) - - RCTTypeSafety (0.63.27): - - FBLazyVector (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - RCTRequired (= 0.63.27) - - React-Core (= 0.63.27) - - React (0.63.27): - - React-Core (= 0.63.27) - - React-Core/DevSupport (= 0.63.27) - - React-Core/RCTWebSocket (= 0.63.27) - - React-RCTActionSheet (= 0.63.27) - - React-RCTAnimation (= 0.63.27) - - React-RCTBlob (= 0.63.27) - - React-RCTImage (= 0.63.27) - - React-RCTLinking (= 0.63.27) - - React-RCTNetwork (= 0.63.27) - - React-RCTSettings (= 0.63.27) - - React-RCTText (= 0.63.27) - - React-RCTVibration (= 0.63.27) - - React-ART (0.63.27): - - React-Core/ARTHeaders (= 0.63.27) - - React-callinvoker (0.63.27) - - React-Core (0.63.27): + - RCTRequired (0.63.28) + - RCTTypeSafety (0.63.28): + - FBLazyVector (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - RCTRequired (= 0.63.28) + - React-Core (= 0.63.28) + - React (0.63.28): + - React-Core (= 0.63.28) + - React-Core/DevSupport (= 0.63.28) + - React-Core/RCTWebSocket (= 0.63.28) + - React-RCTActionSheet (= 0.63.28) + - React-RCTAnimation (= 0.63.28) + - React-RCTBlob (= 0.63.28) + - React-RCTImage (= 0.63.28) + - React-RCTLinking (= 0.63.28) + - React-RCTNetwork (= 0.63.28) + - React-RCTSettings (= 0.63.28) + - React-RCTText (= 0.63.28) + - React-RCTVibration (= 0.63.28) + - React-ART (0.63.28): + - React-Core/ARTHeaders (= 0.63.28) + - React-callinvoker (0.63.28) + - React-Core (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - - React-Core/Default (= 0.63.27) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-Core/Default (= 0.63.28) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/ARTHeaders (0.63.27): + - React-Core/ARTHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/CoreModulesHeaders (0.63.27): + - React-Core/CoreModulesHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/Default (0.63.27): + - React-Core/Default (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/DevSupport (0.63.27): + - React-Core/DevSupport (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - - React-Core/Default (= 0.63.27) - - React-Core/RCTWebSocket (= 0.63.27) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) - - React-jsinspector (= 0.63.27) + - React-Core/Default (= 0.63.28) + - React-Core/RCTWebSocket (= 0.63.28) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) + - React-jsinspector (= 0.63.28) - Yoga - - React-Core/Hermes (0.63.27): + - React-Core/Hermes (0.63.28): - glog - hermes (~> 0.5.0) - RCT-Folly (= 2020.01.13.00) - RCT-Folly/Futures - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTActionSheetHeaders (0.63.27): + - React-Core/RCTActionSheetHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTAnimationHeaders (0.63.27): + - React-Core/RCTAnimationHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTBlobHeaders (0.63.27): + - React-Core/RCTBlobHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTImageHeaders (0.63.27): + - React-Core/RCTImageHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTLinkingHeaders (0.63.27): + - React-Core/RCTLinkingHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTNetworkHeaders (0.63.27): + - React-Core/RCTNetworkHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTPushNotificationHeaders (0.63.27): + - React-Core/RCTPushNotificationHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTSettingsHeaders (0.63.27): + - React-Core/RCTSettingsHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTTextHeaders (0.63.27): + - React-Core/RCTTextHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTVibrationHeaders (0.63.27): + - React-Core/RCTVibrationHeaders (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - React-Core/Default - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-Core/RCTWebSocket (0.63.27): + - React-Core/RCTWebSocket (0.63.28): - glog - RCT-Folly (= 2020.01.13.00) - - React-Core/Default (= 0.63.27) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsiexecutor (= 0.63.27) + - React-Core/Default (= 0.63.28) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsiexecutor (= 0.63.28) - Yoga - - React-CoreModules (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.27) - - React-Core/CoreModulesHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - React-RCTImage (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-cxxreact (0.63.27): + - React-CoreModules (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - RCTTypeSafety (= 0.63.28) + - React-Core/CoreModulesHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - React-RCTImage (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-cxxreact (0.63.28): - boost-for-react-native (= 1.63.0) - DoubleConversion - glog - RCT-Folly (= 2020.01.13.00) - - React-callinvoker (= 0.63.27) - - React-jsinspector (= 0.63.27) - - React-jsi (0.63.27): + - React-callinvoker (= 0.63.28) + - React-jsinspector (= 0.63.28) + - React-jsi (0.63.28): - boost-for-react-native (= 1.63.0) - DoubleConversion - glog - RCT-Folly (= 2020.01.13.00) - - React-jsi/Default (= 0.63.27) - - React-jsi/Default (0.63.27): + - React-jsi/Default (= 0.63.28) + - React-jsi/Default (0.63.28): - boost-for-react-native (= 1.63.0) - DoubleConversion - glog - RCT-Folly (= 2020.01.13.00) - - React-jsiexecutor (0.63.27): + - React-jsiexecutor (0.63.28): - DoubleConversion - glog - RCT-Folly (= 2020.01.13.00) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - React-jsinspector (0.63.27) - - React-RCTActionSheet (0.63.27): - - React-Core/RCTActionSheetHeaders (= 0.63.27) - - React-RCTAnimation (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.27) - - React-Core/RCTAnimationHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTBlob (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - React-Core/RCTBlobHeaders (= 0.63.27) - - React-Core/RCTWebSocket (= 0.63.27) - - React-jsi (= 0.63.27) - - React-RCTNetwork (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTImage (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.27) - - React-Core/RCTImageHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - React-RCTNetwork (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTLinking (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - React-Core/RCTLinkingHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTNetwork (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.27) - - React-Core/RCTNetworkHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTPushNotification (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCTTypeSafety (= 0.63.27) - - React-Core/RCTPushNotificationHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTSettings (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - RCTTypeSafety (= 0.63.27) - - React-Core/RCTSettingsHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTTest (0.63.27): - - RCT-Folly (= 2020.01.13.00) - - React-Core (= 0.63.27) - - React-CoreModules (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-RCTText (0.63.27): - - React-Core/RCTTextHeaders (= 0.63.27) - - React-RCTVibration (0.63.27): - - FBReactNativeSpec (= 0.63.27) - - RCT-Folly (= 2020.01.13.00) - - React-Core/RCTVibrationHeaders (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-TurboModuleCxx-RNW (0.63.27): - - RCT-Folly (= 2020.01.13.00) - - React-callinvoker (= 0.63.27) - - React-TurboModuleCxx-WinRTPort (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) - - React-TurboModuleCxx-WinRTPort (0.63.27): - - React-TurboModuleCxx-WinRTPort/Shared (= 0.63.27) - - React-TurboModuleCxx-WinRTPort/WinRT (= 0.63.27) - - React-TurboModuleCxx-WinRTPort/Shared (0.63.27) - - React-TurboModuleCxx-WinRTPort/WinRT (0.63.27): - - React-callinvoker (= 0.63.27) - - React-TurboModuleCxx-WinRTPort/Shared (= 0.63.27) - - ReactCommon/turbomodule/core (0.63.27): + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - React-jsinspector (0.63.28) + - React-RCTActionSheet (0.63.28): + - React-Core/RCTActionSheetHeaders (= 0.63.28) + - React-RCTAnimation (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - RCTTypeSafety (= 0.63.28) + - React-Core/RCTAnimationHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTBlob (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - React-Core/RCTBlobHeaders (= 0.63.28) + - React-Core/RCTWebSocket (= 0.63.28) + - React-jsi (= 0.63.28) + - React-RCTNetwork (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTImage (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - RCTTypeSafety (= 0.63.28) + - React-Core/RCTImageHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - React-RCTNetwork (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTLinking (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - React-Core/RCTLinkingHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTNetwork (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - RCTTypeSafety (= 0.63.28) + - React-Core/RCTNetworkHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTPushNotification (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCTTypeSafety (= 0.63.28) + - React-Core/RCTPushNotificationHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTSettings (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - RCTTypeSafety (= 0.63.28) + - React-Core/RCTSettingsHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTTest (0.63.28): + - RCT-Folly (= 2020.01.13.00) + - React-Core (= 0.63.28) + - React-CoreModules (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-RCTText (0.63.28): + - React-Core/RCTTextHeaders (= 0.63.28) + - React-RCTVibration (0.63.28): + - FBReactNativeSpec (= 0.63.28) + - RCT-Folly (= 2020.01.13.00) + - React-Core/RCTVibrationHeaders (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-TurboModuleCxx-RNW (0.63.28): + - RCT-Folly (= 2020.01.13.00) + - React-callinvoker (= 0.63.28) + - React-TurboModuleCxx-WinRTPort (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) + - React-TurboModuleCxx-WinRTPort (0.63.28): + - React-TurboModuleCxx-WinRTPort/Shared (= 0.63.28) + - React-TurboModuleCxx-WinRTPort/WinRT (= 0.63.28) + - React-TurboModuleCxx-WinRTPort/Shared (0.63.28) + - React-TurboModuleCxx-WinRTPort/WinRT (0.63.28): + - React-callinvoker (= 0.63.28) + - React-TurboModuleCxx-WinRTPort/Shared (= 0.63.28) + - ReactCommon/turbomodule/core (0.63.28): - DoubleConversion - glog - RCT-Folly (= 2020.01.13.00) - - React-callinvoker (= 0.63.27) - - React-Core (= 0.63.27) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/samples (0.63.27): + - React-callinvoker (= 0.63.28) + - React-Core (= 0.63.28) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/samples (0.63.28): - DoubleConversion - glog - RCT-Folly (= 2020.01.13.00) - - React-callinvoker (= 0.63.27) - - React-Core (= 0.63.27) - - React-cxxreact (= 0.63.27) - - React-jsi (= 0.63.27) - - ReactCommon/turbomodule/core (= 0.63.27) + - React-callinvoker (= 0.63.28) + - React-Core (= 0.63.28) + - React-cxxreact (= 0.63.28) + - React-jsi (= 0.63.28) + - ReactCommon/turbomodule/core (= 0.63.28) - Yoga (1.14.0) - YogaKit (1.18.1): - Yoga (~> 1.14) @@ -519,8 +519,8 @@ SPEC CHECKSUMS: CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845 CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f DoubleConversion: 56a44bcfd14ab2ff66f5a146b2e875eb4b69b19b - FBLazyVector: dbb5aba73132fffdfeadfc22dcf1eea3099046dc - FBReactNativeSpec: a8c6f090396bc482e88bdb3600739e78fe3ecb96 + FBLazyVector: 3578d3b37ac328fe1593ca3b6cc8a4dbbfc301cc + FBReactNativeSpec: dbe29bd2dd1ceced007c1ac9dedabb95b34773d2 Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365 Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41 Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3 @@ -533,32 +533,32 @@ SPEC CHECKSUMS: libevent: ee9265726a1fc599dea382964fa304378affaa5f OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355 RCT-Folly: 1347093ffe75e152d846f7e45a3ef901b60021aa - RCTRequired: 936b3179c598470bc63a9b858aa2a76cc006aa7f - RCTTypeSafety: ee51c9cfc16ef7c04e9ab6e251d91574a1823aaa - React: 836c8e9388940d2e8270beedd237689ea91d5d17 - React-ART: 3c52d0a0fd662973c344377fc67cd1c60b6a1517 - React-callinvoker: b39ed2401db6261e1ff6c7293e0e7433cfe09185 - React-Core: bcfffffefedb2561bab39c91018b20d2f4c9e97c - React-CoreModules: 2e8675303a1705567d15edc033be7bc4c227fbcc - React-cxxreact: 5edb0174944edeb9365975e025cd6003967ceed1 - React-jsi: 93d27760d374446e9d940e97e6c076ec41fbb527 - React-jsiexecutor: 531672ebf56c6a4b2a264cf21298a77fd6743084 - React-jsinspector: 18486157fbf697663b092daf594dd37e3a38cce1 - React-RCTActionSheet: dc15f4c8502c7b1e9b728205883880d46e500b87 - React-RCTAnimation: 4605c9fe8b3fd5805d8bf9068c9755ac5e4ecd5b - React-RCTBlob: 54ef997cc9f7c22bc505de708335fb897eb792e3 - React-RCTImage: ab8751b249b160ea82cad7477bed17b3f06a66d5 - React-RCTLinking: 5ecf1f53d0a49c66d11a85616aeea70272e82e87 - React-RCTNetwork: d3f240aa1358fb785c6b5051b0025b3470ef9a92 - React-RCTPushNotification: db2e7750022b6a97be56cb1fa317cdc3df22cedd - React-RCTSettings: cfb369c5e18a2e94db30d85f4cfca3258f37030c - React-RCTTest: cea03961b4c15c6e5965d0d60aafb1d49d05af65 - React-RCTText: 5582eafe1164c2ff6105fe5e80f38fceb7b57f47 - React-RCTVibration: 23458306eaf4b927518e6cc352563e6b87cd2492 - React-TurboModuleCxx-RNW: 110a32b8de9727889be26361bcb4c2790f135d83 - React-TurboModuleCxx-WinRTPort: 58dd0e97ac4a31f9cfbfa32795c595d2cc655456 - ReactCommon: 5a71bfd6f9fa344bbeee26749682ef3880f786b1 - Yoga: b4c6f1be0c16f6a112d81c7fb09d23dcbe40a1b4 + RCTRequired: cde602e66f45f8a8fa6a01dc116a4db0949d9ea7 + RCTTypeSafety: f00804b9dceb901f07390049c038d7f613a7f10a + React: 5996f44ecf0bfcdf6b4c965c92ef4ecdbba77fda + React-ART: 020ca4948988c1e5bcdbd3e8686b6c7922f0185b + React-callinvoker: 170bbd8ee3c6b3b5e9bcfb10045b38418a5fbf2a + React-Core: 05082de5589200b5b6258d41b57d6d68cc190cbb + React-CoreModules: 67895b7a0871b38a1cbe545e76fa9ad920c2d72d + React-cxxreact: 0997e3cd748edb3cdf6b63c4b18760cada727662 + React-jsi: cc2ed00c4be70a1edd1e2056685727ddddd738fa + React-jsiexecutor: cc808582196c1d9a841b9724bdf6259090f75158 + React-jsinspector: feef893539e0f043afd4c59f9866ef63bf600f0e + React-RCTActionSheet: d1a5cc1dce8abe671f5f6ded26f9c39f58f5bf37 + React-RCTAnimation: 1a784948208c3d1642c33c8fb74570fb48c6dd6c + React-RCTBlob: c4c43d3d2694c789423beb39af1639702e3e9664 + React-RCTImage: 757fbeca1851916094eb7d3933a2f662804877bd + React-RCTLinking: 4b0c9fac832e2dc5dc0c04d3fabbb0cfe8cb6c6f + React-RCTNetwork: 8ef7be2964e5fc08166b184d5dc9a4bc35a1ff7e + React-RCTPushNotification: 10e56862559d1c4ba3bed0b41d8a3d135fe84040 + React-RCTSettings: a41114c94d14e71342346de44310565f61a52f04 + React-RCTTest: 2aab1d0a4540c4aacc609c8ae98ba51d4c7717d3 + React-RCTText: 9527438f891edc64b41fec15dd0fb3c21a71b725 + React-RCTVibration: 119f409796d8ab2d2c7d6f520472130c622f3881 + React-TurboModuleCxx-RNW: 318110955d81ca9fed706f40266be2e4e0a89eb8 + React-TurboModuleCxx-WinRTPort: a18bdd098ac1773fe5e3a43dc7214db30b439098 + ReactCommon: 0e74b45ef21331cab930210abb6e10cfa5f4a2f5 + Yoga: af1ae012da46ba9ea4673c90199470e6df2282a3 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a PODFILE CHECKSUM: 18ca7d3b0e7db79041574a8bb6200b9e1c2d5359