mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix ruby typo
This commit is contained in:
@@ -90,7 +90,7 @@ class ReactNativePodsUtils
|
||||
installer.pods_project.targets.each do |target|
|
||||
if target.name == 'Flipper'
|
||||
file_path = 'Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h'
|
||||
if !File.exist(file_path)
|
||||
if !File.exist?(file_path)
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user