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

This diff updated FlipperKit to be compatible with the latest react-native-flipper version. 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)
  • Loading branch information
mweststrate authored Mar 4, 2020
1 parent 0baac1c commit 0eca2a3
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.30.2')
def use_flipper!(version = '~> 0.32.2')
pod 'FlipperKit', version, :configuration => 'Debug'
pod 'FlipperKit/FlipperKitLayoutPlugin', version, :configuration => 'Debug'
pod 'FlipperKit/SKIOSNetworkPlugin', version, :configuration => 'Debug'
Expand Down

0 comments on commit 0eca2a3

Please sign in to comment.