From ada73a3549b135cba6b84709add8aa43c8af9fd0 Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Wed, 4 Mar 2020 11:00:18 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20FlipperKit=20version=20on=20iOS=20to=20b?= =?UTF-8?q?e=20compatible=20with=20react-native-fli=E2=80=A6=20(#28225)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: This diff updated FlipperKit to be compatible with the latest react-native-flipper version. (nothing changes compared to what is already in the changelog for RN 0.62.0) [iOS][Fixed] - Upgraded FlipperKit to 0.32.2 to ensure compatibility with latest `react-native-flipper` Pull Request resolved: https://github.com/facebook/react-native/pull/28225 Test Plan: Tested by upgrading the ReactNativeFlipperExample (https://github.com/facebook/flipper/tree/master/react-native/ReactNativeFlipperExample) to RN 0.62.0-rc.3 and verified the example plugin works. (In D20221558) ![Screen Shot 2020-03-04 at 11 26 52](https://user-images.githubusercontent.com/1820292/75875163-18167e80-5e0b-11ea-8a7d-504bb27757db.png) Reviewed By: priteshrnandgaonkar Differential Revision: D20249666 Pulled By: mweststrate fbshipit-source-id: 71a61c4249f8b767c7767d5c6133436c9bc9cf26 --- scripts/autolink-ios.rb | 2 +- template/ios/Podfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/autolink-ios.rb b/scripts/autolink-ios.rb index b941b6764b9526..c19035d9fb0fa2 100644 --- a/scripts/autolink-ios.rb +++ b/scripts/autolink-ios.rb @@ -58,7 +58,7 @@ def use_react_native! (options={}) end def add_flipper_pods! - version = '~> 0.30.0' + version = '~> 0.32.2' pod 'FlipperKit', version, :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug' pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug' diff --git a/template/ios/Podfile b/template/ios/Podfile index f74c8a614ad171..9028030b110543 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -2,7 +2,7 @@ platform :ios, '9.0' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules' def add_flipper_pods! - version = '~> 0.30.2' + version = '~> 0.32.2' pod 'FlipperKit', version, :configuration => 'Debug' pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug' pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'