File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def use_react_native! (options={})
58
58
end
59
59
60
60
def add_flipper_pods!
61
- version = '~> 0.32.2 '
61
+ version = '~> 0.30.0 '
62
62
pod 'FlipperKit' , version , :configuration => 'Debug'
63
63
pod 'FlipperKit/FlipperKitLayoutPlugin' , version , :configuration => 'Debug'
64
64
pod 'FlipperKit/SKIOSNetworkPlugin' , version , :configuration => 'Debug'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ platform :ios, '9.0'
2
2
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
3
3
4
4
def add_flipper_pods!
5
- version = '~> 0.32 .2'
5
+ version = '~> 0.30 .2'
6
6
pod 'FlipperKit' , version , :configuration => 'Debug'
7
7
pod 'FlipperKit/FlipperKitLayoutPlugin' , version , :configuration => 'Debug'
8
8
pod 'FlipperKit/SKIOSNetworkPlugin' , version , :configuration => 'Debug'
You can’t perform that action at this time.
0 commit comments