mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update Flipper (#29787)
Summary: The current Flipper version included in new React Native is quite old, causing some bugs to be present which have long been solved, such as freezing the UI after inspecting it. Fixes This fixes https://github.com/facebook/react-native/issues/29492 / https://github.com/facebook/flipper/issues/1399 ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [general][changed] - Update Flipper to 0.54 Pull Request resolved: https://github.com/facebook/react-native/pull/29787 Test Plan: Updated the RN 0.63.2 based test project https://github.com/mweststrate/flipper-issue-1399-repo with `use_flipper!('Flipper' => '0.54.0')` (in `ios/Podspec`) / `FLIPPER_VERSION=0.52.1` in `gradle.properties` in the test project https://github.com/mweststrate/flipper-issue-1399-repo and verified that everything builds and connects correctly, and that the bug is no longer present. Tried to run RN-tester project in this repo. For iOS this succeeded, on Android I got a build error: ``` make: Leaving directory '/Users/mweststrate/Desktop/react-native/ReactAndroid/src/main/jni/react/jni' make: Entering directory '/Users/mweststrate/Desktop/react-native/ReactAndroid/src/main/jni/react/jni' fcntl(): Bad file descriptor [armeabi-v7a] Compile++ thumb: folly_json <= FileUtil.cpp /Users/mweststrate/Desktop/react-native/ReactAndroid/build/third-party-ndk/folly/folly/FileUtil.cpp:37:14: error: no matching function for call to 'wrapNoInt' make: Leaving directory '/Users/mweststrate/Desktop/react-native/ReactAndroid/src/main/jni/react/jni' return int(wrapNoInt(open, name, flags, mode)); ^~~~~~~~~ /Users/mweststrate/Desktop/react-native/ReactAndroid/build/third-party-ndk/folly/folly/detail/FileUtilDetail.h:34:9: note: candidate template ignored: couldn't infer template argument 'F' ssize_t wrapNoInt(F f, Args... args) { ^ 1 error generated. make: *** [/opt/android_sdk/ndk/21.3.6528147/build/core/build-binary.mk:478: /Users/mweststrate/Desktop/react-native/ReactAndroid/build/tmp/buildReactNdkLib/local/armeabi-v7a/objs/folly_json/folly/FileUtil.o] Error 1 make: *** Waiting for unfinished jobs.... fcntl(): Bad file descriptor make: Entering directory '/Users/mweststrate/Desktop/react-native/ReactAndroid/src/main/jni/react/jni' [armeabi-v7a] Compile++ thumb: folly_json <= Demangle.cpp ``` No idea if it is related. I guess not since without making the change I got the same error. Reviewed By: mweststrate Differential Revision: D23767388 Pulled By: fkgozali fbshipit-source-id: 35f0d3ddec41942f5bbc96cb391975d84729ef5e # Conflicts: # RNTester/README.md # packages/rn-tester/Podfile.lock
This commit is contained in:
committed by
Lorenzo Sciandra
parent
29e17754b3
commit
66c8cd393c
+242
-242
@@ -3,15 +3,15 @@ PODS:
|
||||
- CocoaAsyncSocket (7.6.4)
|
||||
- CocoaLibEvent (1.0.0)
|
||||
- DoubleConversion (1.1.6)
|
||||
- FBLazyVector (0.63.0-rc.1)
|
||||
- FBReactNativeSpec (0.63.0-rc.1):
|
||||
- FBLazyVector (0.63.2)
|
||||
- FBReactNativeSpec (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTRequired (= 0.63.0-rc.1)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- Flipper (0.41.5):
|
||||
- RCTRequired (= 0.63.2)
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- Flipper (0.54.0):
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- Flipper-RSocket (~> 1.1)
|
||||
- Flipper-DoubleConversion (1.1.7)
|
||||
@@ -25,36 +25,36 @@ PODS:
|
||||
- Flipper-PeerTalk (0.0.4)
|
||||
- Flipper-RSocket (1.1.0):
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- FlipperKit (0.41.5):
|
||||
- FlipperKit/Core (= 0.41.5)
|
||||
- FlipperKit/Core (0.41.5):
|
||||
- Flipper (~> 0.41.5)
|
||||
- FlipperKit (0.54.0):
|
||||
- FlipperKit/Core (= 0.54.0)
|
||||
- FlipperKit/Core (0.54.0):
|
||||
- Flipper (~> 0.54.0)
|
||||
- FlipperKit/CppBridge
|
||||
- FlipperKit/FBCxxFollyDynamicConvert
|
||||
- FlipperKit/FBDefines
|
||||
- FlipperKit/FKPortForwarding
|
||||
- FlipperKit/CppBridge (0.41.5):
|
||||
- Flipper (~> 0.41.5)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (0.41.5):
|
||||
- FlipperKit/CppBridge (0.54.0):
|
||||
- Flipper (~> 0.54.0)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (0.54.0):
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- FlipperKit/FBDefines (0.41.5)
|
||||
- FlipperKit/FKPortForwarding (0.41.5):
|
||||
- FlipperKit/FBDefines (0.54.0)
|
||||
- FlipperKit/FKPortForwarding (0.54.0):
|
||||
- CocoaAsyncSocket (~> 7.6)
|
||||
- Flipper-PeerTalk (~> 0.0.4)
|
||||
- FlipperKit/FlipperKitHighlightOverlay (0.41.5)
|
||||
- FlipperKit/FlipperKitLayoutPlugin (0.41.5):
|
||||
- FlipperKit/FlipperKitHighlightOverlay (0.54.0)
|
||||
- FlipperKit/FlipperKitLayoutPlugin (0.54.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitHighlightOverlay
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable
|
||||
- YogaKit (~> 1.18)
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (0.41.5)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (0.41.5):
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (0.54.0)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (0.54.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitReactPlugin (0.41.5):
|
||||
- FlipperKit/FlipperKitReactPlugin (0.54.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (0.41.5):
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (0.54.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/SKIOSNetworkPlugin (0.41.5):
|
||||
- FlipperKit/SKIOSNetworkPlugin (0.54.0):
|
||||
- FlipperKit/Core
|
||||
- FlipperKit/FlipperKitNetworkPlugin
|
||||
- Folly (2020.01.13.00):
|
||||
@@ -70,271 +70,271 @@ PODS:
|
||||
- OpenSSL-Universal (1.0.2.19):
|
||||
- OpenSSL-Universal/Static (= 1.0.2.19)
|
||||
- OpenSSL-Universal/Static (1.0.2.19)
|
||||
- RCTRequired (0.63.0-rc.1)
|
||||
- RCTTypeSafety (0.63.0-rc.1):
|
||||
- FBLazyVector (= 0.63.0-rc.1)
|
||||
- RCTRequired (0.63.2)
|
||||
- RCTTypeSafety (0.63.2):
|
||||
- FBLazyVector (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTRequired (= 0.63.0-rc.1)
|
||||
- React-Core (= 0.63.0-rc.1)
|
||||
- React (0.63.0-rc.1):
|
||||
- React-Core (= 0.63.0-rc.1)
|
||||
- React-Core/DevSupport (= 0.63.0-rc.1)
|
||||
- React-Core/RCTWebSocket (= 0.63.0-rc.1)
|
||||
- React-RCTActionSheet (= 0.63.0-rc.1)
|
||||
- React-RCTAnimation (= 0.63.0-rc.1)
|
||||
- React-RCTBlob (= 0.63.0-rc.1)
|
||||
- React-RCTImage (= 0.63.0-rc.1)
|
||||
- React-RCTLinking (= 0.63.0-rc.1)
|
||||
- React-RCTNetwork (= 0.63.0-rc.1)
|
||||
- React-RCTSettings (= 0.63.0-rc.1)
|
||||
- React-RCTText (= 0.63.0-rc.1)
|
||||
- React-RCTVibration (= 0.63.0-rc.1)
|
||||
- React-ART (0.63.0-rc.1):
|
||||
- React-Core/ARTHeaders (= 0.63.0-rc.1)
|
||||
- React-callinvoker (0.63.0-rc.1)
|
||||
- React-Core (0.63.0-rc.1):
|
||||
- RCTRequired (= 0.63.2)
|
||||
- React-Core (= 0.63.2)
|
||||
- React (0.63.2):
|
||||
- React-Core (= 0.63.2)
|
||||
- React-Core/DevSupport (= 0.63.2)
|
||||
- React-Core/RCTWebSocket (= 0.63.2)
|
||||
- React-RCTActionSheet (= 0.63.2)
|
||||
- React-RCTAnimation (= 0.63.2)
|
||||
- React-RCTBlob (= 0.63.2)
|
||||
- React-RCTImage (= 0.63.2)
|
||||
- React-RCTLinking (= 0.63.2)
|
||||
- React-RCTNetwork (= 0.63.2)
|
||||
- React-RCTSettings (= 0.63.2)
|
||||
- React-RCTText (= 0.63.2)
|
||||
- React-RCTVibration (= 0.63.2)
|
||||
- React-ART (0.63.2):
|
||||
- React-Core/ARTHeaders (= 0.63.2)
|
||||
- React-callinvoker (0.63.2)
|
||||
- React-Core (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-Core/Default (= 0.63.2)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/ARTHeaders (0.63.0-rc.1):
|
||||
- React-Core/ARTHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/CoreModulesHeaders (0.63.0-rc.1):
|
||||
- React-Core/CoreModulesHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/Default (0.63.0-rc.1):
|
||||
- React-Core/Default (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/DevSupport (0.63.0-rc.1):
|
||||
- React-Core/DevSupport (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default (= 0.63.0-rc.1)
|
||||
- React-Core/RCTWebSocket (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-jsinspector (= 0.63.0-rc.1)
|
||||
- React-Core/Default (= 0.63.2)
|
||||
- React-Core/RCTWebSocket (= 0.63.2)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- React-jsinspector (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTActionSheetHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTActionSheetHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTAnimationHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTAnimationHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTBlobHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTBlobHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTImageHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTImageHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTLinkingHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTLinkingHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTNetworkHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTNetworkHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTPushNotificationHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTPushNotificationHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTSettingsHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTSettingsHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTTextHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTTextHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTVibrationHeaders (0.63.0-rc.1):
|
||||
- React-Core/RCTVibrationHeaders (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-Core/RCTWebSocket (0.63.0-rc.1):
|
||||
- React-Core/RCTWebSocket (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-Core/Default (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsiexecutor (= 0.63.0-rc.1)
|
||||
- React-Core/Default (= 0.63.2)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsiexecutor (= 0.63.2)
|
||||
- Yoga
|
||||
- React-CoreModules (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- React-CoreModules (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core/CoreModulesHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-RCTImage (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-cxxreact (0.63.0-rc.1):
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core/CoreModulesHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-RCTImage (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-cxxreact (0.63.2):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-callinvoker (= 0.63.0-rc.1)
|
||||
- React-jsinspector (= 0.63.0-rc.1)
|
||||
- React-jsi (0.63.0-rc.1):
|
||||
- React-callinvoker (= 0.63.2)
|
||||
- React-jsinspector (= 0.63.2)
|
||||
- React-jsi (0.63.2):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-jsi/Default (= 0.63.0-rc.1)
|
||||
- React-jsi/Default (0.63.0-rc.1):
|
||||
- React-jsi/Default (= 0.63.2)
|
||||
- React-jsi/Default (0.63.2):
|
||||
- boost-for-react-native (= 1.63.0)
|
||||
- DoubleConversion
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-jsiexecutor (0.63.0-rc.1):
|
||||
- React-jsiexecutor (0.63.2):
|
||||
- DoubleConversion
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-jsinspector (0.63.0-rc.1)
|
||||
- React-RCTActionSheet (0.63.0-rc.1):
|
||||
- React-Core/RCTActionSheetHeaders (= 0.63.0-rc.1)
|
||||
- React-RCTAnimation (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-jsinspector (0.63.2)
|
||||
- React-RCTActionSheet (0.63.2):
|
||||
- React-Core/RCTActionSheetHeaders (= 0.63.2)
|
||||
- React-RCTAnimation (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core/RCTAnimationHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTBlob (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core/RCTAnimationHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTBlob (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- React-Core/RCTBlobHeaders (= 0.63.0-rc.1)
|
||||
- React-Core/RCTWebSocket (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-RCTNetwork (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTImage (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- React-Core/RCTBlobHeaders (= 0.63.2)
|
||||
- React-Core/RCTWebSocket (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-RCTNetwork (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTImage (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core/RCTImageHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- React-RCTNetwork (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTLinking (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- React-Core/RCTLinkingHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTNetwork (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core/RCTImageHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- React-RCTNetwork (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTLinking (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- React-Core/RCTLinkingHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTNetwork (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core/RCTNetworkHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTPushNotification (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core/RCTPushNotificationHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTSettings (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core/RCTNetworkHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTPushNotification (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core/RCTPushNotificationHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTSettings (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- RCTTypeSafety (= 0.63.0-rc.1)
|
||||
- React-Core/RCTSettingsHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTTest (0.63.0-rc.1):
|
||||
- RCTTypeSafety (= 0.63.2)
|
||||
- React-Core/RCTSettingsHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTTest (0.63.2):
|
||||
- Folly (= 2020.01.13.00)
|
||||
- React-Core (= 0.63.0-rc.1)
|
||||
- React-CoreModules (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-RCTText (0.63.0-rc.1):
|
||||
- React-Core/RCTTextHeaders (= 0.63.0-rc.1)
|
||||
- React-RCTVibration (0.63.0-rc.1):
|
||||
- FBReactNativeSpec (= 0.63.0-rc.1)
|
||||
- React-Core (= 0.63.2)
|
||||
- React-CoreModules (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- React-RCTText (0.63.2):
|
||||
- React-Core/RCTTextHeaders (= 0.63.2)
|
||||
- React-RCTVibration (0.63.2):
|
||||
- FBReactNativeSpec (= 0.63.2)
|
||||
- Folly (= 2020.01.13.00)
|
||||
- React-Core/RCTVibrationHeaders (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (0.63.0-rc.1):
|
||||
- React-Core/RCTVibrationHeaders (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (0.63.2):
|
||||
- DoubleConversion
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-callinvoker (= 0.63.0-rc.1)
|
||||
- React-Core (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/samples (0.63.0-rc.1):
|
||||
- React-callinvoker (= 0.63.2)
|
||||
- React-Core (= 0.63.2)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/samples (0.63.2):
|
||||
- DoubleConversion
|
||||
- Folly (= 2020.01.13.00)
|
||||
- glog
|
||||
- React-callinvoker (= 0.63.0-rc.1)
|
||||
- React-Core (= 0.63.0-rc.1)
|
||||
- React-cxxreact (= 0.63.0-rc.1)
|
||||
- React-jsi (= 0.63.0-rc.1)
|
||||
- ReactCommon/turbomodule/core (= 0.63.0-rc.1)
|
||||
- React-callinvoker (= 0.63.2)
|
||||
- React-Core (= 0.63.2)
|
||||
- React-cxxreact (= 0.63.2)
|
||||
- React-jsi (= 0.63.2)
|
||||
- ReactCommon/turbomodule/core (= 0.63.2)
|
||||
- Yoga (1.14.0)
|
||||
- YogaKit (1.18.1):
|
||||
- Yoga (~> 1.14)
|
||||
@@ -343,25 +343,25 @@ DEPENDENCIES:
|
||||
- DoubleConversion (from `../third-party-podspecs/DoubleConversion.podspec`)
|
||||
- FBLazyVector (from `../Libraries/FBLazyVector`)
|
||||
- FBReactNativeSpec (from `../Libraries/FBReactNativeSpec`)
|
||||
- Flipper (~> 0.41.1)
|
||||
- Flipper (~> 0.54.0)
|
||||
- Flipper-DoubleConversion (= 1.1.7)
|
||||
- Flipper-Folly (~> 2.2)
|
||||
- Flipper-Glog (= 0.3.6)
|
||||
- Flipper-PeerTalk (~> 0.0.4)
|
||||
- Flipper-RSocket (~> 1.1)
|
||||
- FlipperKit (~> 0.41.1)
|
||||
- FlipperKit/Core (~> 0.41.1)
|
||||
- FlipperKit/CppBridge (~> 0.41.1)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (~> 0.41.1)
|
||||
- FlipperKit/FBDefines (~> 0.41.1)
|
||||
- FlipperKit/FKPortForwarding (~> 0.41.1)
|
||||
- FlipperKit/FlipperKitHighlightOverlay (~> 0.41.1)
|
||||
- FlipperKit/FlipperKitLayoutPlugin (~> 0.41.1)
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (~> 0.41.1)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (~> 0.41.1)
|
||||
- FlipperKit/FlipperKitReactPlugin (~> 0.41.1)
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.41.1)
|
||||
- FlipperKit/SKIOSNetworkPlugin (~> 0.41.1)
|
||||
- FlipperKit (~> 0.54.0)
|
||||
- FlipperKit/Core (~> 0.54.0)
|
||||
- FlipperKit/CppBridge (~> 0.54.0)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (~> 0.54.0)
|
||||
- FlipperKit/FBDefines (~> 0.54.0)
|
||||
- FlipperKit/FKPortForwarding (~> 0.54.0)
|
||||
- FlipperKit/FlipperKitHighlightOverlay (~> 0.54.0)
|
||||
- FlipperKit/FlipperKitLayoutPlugin (~> 0.54.0)
|
||||
- FlipperKit/FlipperKitLayoutTextSearchable (~> 0.54.0)
|
||||
- FlipperKit/FlipperKitNetworkPlugin (~> 0.54.0)
|
||||
- FlipperKit/FlipperKitReactPlugin (~> 0.54.0)
|
||||
- FlipperKit/FlipperKitUserDefaultsPlugin (~> 0.54.0)
|
||||
- FlipperKit/SKIOSNetworkPlugin (~> 0.54.0)
|
||||
- Folly (from `../third-party-podspecs/Folly.podspec`)
|
||||
- glog (from `../third-party-podspecs/glog.podspec`)
|
||||
- RCTRequired (from `../Libraries/RCTRequired`)
|
||||
@@ -472,44 +472,44 @@ SPEC CHECKSUMS:
|
||||
CocoaAsyncSocket: 694058e7c0ed05a9e217d1b3c7ded962f4180845
|
||||
CocoaLibEvent: 2fab71b8bd46dd33ddb959f7928ec5909f838e3f
|
||||
DoubleConversion: cde416483dac037923206447da6e1454df403714
|
||||
FBLazyVector: 80d80617d51e24046a0bcc817cd9209027ecfaa9
|
||||
FBReactNativeSpec: b0fff079b3d224bd19ddd66857a9ebd879248c22
|
||||
Flipper: 33585e2d9810fe5528346be33bcf71b37bb7ae13
|
||||
FBLazyVector: 3ef4a7f62e7db01092f9d517d2ebc0d0677c4a37
|
||||
FBReactNativeSpec: dc7fa9088f0f2a998503a352b0554d69a4391c5a
|
||||
Flipper: be611d4b742d8c87fbae2ca5f44603a02539e365
|
||||
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
|
||||
Flipper-Folly: c12092ea368353b58e992843a990a3225d4533c3
|
||||
Flipper-Glog: 1dfd6abf1e922806c52ceb8701a3599a79a200a6
|
||||
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||
Flipper-RSocket: 64e7431a55835eb953b0bf984ef3b90ae9fdddd7
|
||||
FlipperKit: bc68102cd4952a258a23c9c1b316c7bec1fecf83
|
||||
FlipperKit: ab353d41aea8aae2ea6daaf813e67496642f3d7d
|
||||
Folly: b73c3869541e86821df3c387eb0af5f65addfab4
|
||||
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
|
||||
OpenSSL-Universal: 8b48cc0d10c1b2923617dfe5c178aa9ed2689355
|
||||
RCTRequired: 6d452db9ed41ed479dded8b25cefaea171af100a
|
||||
RCTTypeSafety: 9f116cdf6450aae848567f03de76a519ce8b5ffa
|
||||
React: ae32f1a326e384e477a4130efaf35785cf66c482
|
||||
React-ART: 50a9d7530bdbc43d98fc72b923b5a0d5f39f42fd
|
||||
React-callinvoker: b1222d51ffbc55017208d26e168d76035ade9d53
|
||||
React-Core: b328df15e9952f937d4497d08821f908ddf63510
|
||||
React-CoreModules: ddbd7c6b62241597e467cedfa4acd89f1504f613
|
||||
React-cxxreact: 2e594ee40fb8666e2e48428a1767257a60873877
|
||||
React-jsi: a968acc454a107677da6027d2111221f57765de9
|
||||
React-jsiexecutor: c40a9c0e687bd7a44cc0a616ff4592a823732a0d
|
||||
React-jsinspector: 655f32d922ffb180714c0bec652e7e0923b5a5dd
|
||||
React-RCTActionSheet: ead415a8470cd3552f8cadce3b9b32e0d52e46a7
|
||||
React-RCTAnimation: 627dc8ad905b206c9bf10e9527079ef754b6a5dc
|
||||
React-RCTBlob: e70ce946cee9d400c5bfb0e8668dd11db852fa5a
|
||||
React-RCTImage: 9b8566568c0191e460baf4bee5a48a26efc2649c
|
||||
React-RCTLinking: 9a72da67543456af38b7fe01d851c247edb91e59
|
||||
React-RCTNetwork: 9939c3f1c757b03abd3bfda89a41b0989254e2a8
|
||||
React-RCTPushNotification: b53354ed8d750759b28642c8887574f74480a93f
|
||||
React-RCTSettings: bb29c478fd69f557f939cf9e3a9f6f431df432bb
|
||||
React-RCTTest: 90e897d0ebcd93009bb7c384c12bde8bebae1eb6
|
||||
React-RCTText: 1aa0fd4251b108777dd6218eb92d3613514b150f
|
||||
React-RCTVibration: b630e8fd023809796d47917d27caa343ade0678d
|
||||
ReactCommon: 6d0c6086911f7bf87b8406a92bb2ec66aeefd2e1
|
||||
Yoga: 5d62aa8f4e862e282e19a25865ef8124c70f2711
|
||||
RCTRequired: f13f25e7b12f925f1f6a6a8c69d929a03c0129fe
|
||||
RCTTypeSafety: 44982c5c8e43ff4141eb519a8ddc88059acd1f3a
|
||||
React: e1c65dd41cb9db13b99f24608e47dd595f28ca9a
|
||||
React-ART: 2ec4583a9a32a52e271db84c5ebaf8dfdf1b0c57
|
||||
React-callinvoker: 552a6a6bc8b3bb794cf108ad59e5a9e2e3b4fc98
|
||||
React-Core: 9d341e725dc9cd2f49e4c49ad1fc4e8776aa2639
|
||||
React-CoreModules: 5335e168165da7f7083ce7147768d36d3e292318
|
||||
React-cxxreact: d3261ec5f7d11743fbf21e263a34ea51d1f13ebc
|
||||
React-jsi: 54245e1d5f4b690dec614a73a3795964eeef13a8
|
||||
React-jsiexecutor: 8ca588cc921e70590820ce72b8789b02c67cce38
|
||||
React-jsinspector: b14e62ebe7a66e9231e9581279909f2fc3db6606
|
||||
React-RCTActionSheet: 910163b6b09685a35c4ebbc52b66d1bfbbe39fc5
|
||||
React-RCTAnimation: 9a883bbe1e9d2e158d4fb53765ed64c8dc2200c6
|
||||
React-RCTBlob: 39cf0ece1927996c4466510e25d2105f67010e13
|
||||
React-RCTImage: de355d738727b09ad3692f2a979affbd54b5f378
|
||||
React-RCTLinking: 8122f221d395a63364b2c0078ce284214bd04575
|
||||
React-RCTNetwork: 8f96c7b49ea6a0f28f98258f347b6ad218bc0830
|
||||
React-RCTPushNotification: dd814b42fa8b6676ce952c5b5e3225e78966ed22
|
||||
React-RCTSettings: 8a49622aff9c1925f5455fa340b6fe4853d64ab6
|
||||
React-RCTTest: 22fd7159c922138df3653b34746b54d6b0b91133
|
||||
React-RCTText: 1b6773e776e4b33f90468c20fe3b16ca3e224bb8
|
||||
React-RCTVibration: 4d2e726957f4087449739b595f107c0d4b6c2d2d
|
||||
ReactCommon: a0a1edbebcac5e91338371b72ffc66aa822792ce
|
||||
Yoga: 7740b94929bbacbddda59bf115b5317e9a161598
|
||||
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
|
||||
|
||||
PODFILE CHECKSUM: 5f0be4be03d6934478b9dd621bfbab4383b8c85d
|
||||
|
||||
COCOAPODS: 1.8.4
|
||||
COCOAPODS: 1.9.3
|
||||
|
||||
@@ -9,4 +9,4 @@ android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# Version of flipper SDK to use with React Native
|
||||
FLIPPER_VERSION=0.37.0
|
||||
FLIPPER_VERSION=0.54.0
|
||||
|
||||
@@ -58,7 +58,7 @@ def use_react_native! (options={})
|
||||
end
|
||||
|
||||
def use_flipper!(versions = {}, configurations: ['Debug'])
|
||||
versions['Flipper'] ||= '~> 0.41.1'
|
||||
versions['Flipper'] ||= '~> 0.54.0'
|
||||
versions['Flipper-DoubleConversion'] ||= '1.1.7'
|
||||
versions['Flipper-Folly'] ||= '~> 2.2'
|
||||
versions['Flipper-Glog'] ||= '0.3.6'
|
||||
|
||||
@@ -25,4 +25,4 @@ android.useAndroidX=true
|
||||
android.enableJetifier=true
|
||||
|
||||
# Version of flipper SDK to use with React Native
|
||||
FLIPPER_VERSION=0.37.0
|
||||
FLIPPER_VERSION=0.54.0
|
||||
|
||||
Reference in New Issue
Block a user