From 5e439730db747471101f478979cc0d78df9a46ac Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Mon, 29 Mar 2021 06:59:15 -0700 Subject: [PATCH] Downgraded FlipperKit version as 0.82.1 pods don't seem to be published Summary: Per title. Should unfail failing GH actions Reviewed By: muraziz Differential Revision: D27393865 fbshipit-source-id: 888cfda2361c3be3f36c4d6418bbe31cde3f81c6 --- react-native/ReactNativeFlipperExample/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native/ReactNativeFlipperExample/ios/Podfile b/react-native/ReactNativeFlipperExample/ios/Podfile index 3c6291721..3a884b50f 100644 --- a/react-native/ReactNativeFlipperExample/ios/Podfile +++ b/react-native/ReactNativeFlipperExample/ios/Podfile @@ -19,7 +19,7 @@ target 'ReactNativeFlipperExample' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable these next few lines. - use_flipper!({ 'Flipper' => '0.82.1' }) + use_flipper!({ 'Flipper' => '0.82.0' }) post_install do |installer| flipper_post_install(installer) # based on https://stackoverflow.com/a/37289688/1983583