Skip to content

Commit

Permalink
Bump FlipperKit version on iOS to be compatible with react-native-fli…
Browse files Browse the repository at this point in the history
…pper (facebook#28277)

Summary:
This pull request re-applies facebook#28225, thereby reverting facebook@4bb1794, this time bumping to FlipperKit 0.33.1 which is again compatible with iOS 9 (thanks to facebook/flipper#874)

This is the iOS counterpart of facebook#28275

## Changelog

[iOS] [Changed] - Upgrade Flipper dependency to 0.33.1
Pull Request resolved: facebook#28277

Test Plan:
* Bumped the version in our Flipper / RN integration test app first, that runs on 0.62-rc.5, verified everything still works there.
* CI

![Screen Shot 2020-03-10 at 12 12 46](https://user-images.githubusercontent.com/1820292/76311312-94f09f00-62c8-11ea-81db-ced6d16e096b.png)

Reviewed By: mweststrate

Differential Revision: D20369106

Pulled By: TheSavior

fbshipit-source-id: dfeb0446e7f29684a266eca5d0e29ac42cef2ef3
  • Loading branch information
mweststrate authored and facebook-github-bot committed Mar 10, 2020
1 parent 5198978 commit 85a4b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/react_native_pods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def use_react_native! (options={})
end
end

def use_flipper!(version = '~> 0.32.2')
def use_flipper!(version = '~> 0.33.1')
pod 'FlipperKit', version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
Expand Down

0 comments on commit 85a4b0f

Please sign in to comment.