Skip to content

Commit

Permalink
Revert "Bump FlipperKit version on iOS to be compatible with react-na…
Browse files Browse the repository at this point in the history
…tive-fli… (#28225)"

This reverts commit ada73a3.
  • Loading branch information
alloy committed Mar 6, 2020
1 parent ada73a3 commit 4bb1794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/autolink-ios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def use_react_native! (options={})
end

def add_flipper_pods!
version = '~> 0.32.2'
version = '~> 0.30.0'
pod 'FlipperKit', version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
Expand Down
2 changes: 1 addition & 1 deletion template/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.32.2'
version = '~> 0.30.2'
pod 'FlipperKit', version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
Expand Down

0 comments on commit 4bb1794

Please sign in to comment.