Skip to content

Commit

Permalink
Update FlipperKit to the latest iOS 9 compatible version
Browse files Browse the repository at this point in the history
FlipperKit 0.33.1 contains facebook/flipper#874 and is also compatible with the next react-native-flipper version
  • Loading branch information
mweststrate authored Mar 10, 2020
1 parent 83aff2c commit 924d75a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.30.0'
version = '~> 0.33.1'
pod 'FlipperKit', version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
Expand All @@ -75,4 +75,4 @@ def flipper_post_install(installer)
end
end
end
end
end

0 comments on commit 924d75a

Please sign in to comment.