We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc3300 commit 96ece43Copy full SHA for 96ece43
scripts/react_native_pods.rb
@@ -88,14 +88,3 @@ def use_flipper!(versions = {})
88
pod 'FlipperKit/FlipperKitLayoutTextSearchable', versions['Flipper'], :configuration => 'Debug'
89
pod 'FlipperKit/FlipperKitNetworkPlugin', versions['Flipper'], :configuration => 'Debug'
90
end
91
-
92
-# Post Install processing for Flipper
93
-def flipper_post_install(installer)
94
- installer.pods_project.targets.each do |target|
95
- if target.name == 'YogaKit'
96
- target.build_configurations.each do |config|
97
- config.build_settings['SWIFT_VERSION'] = '4.1'
98
- end
99
100
101
-end
0 commit comments