Browse Source

Fixed yoga path

Arnaud Vergnet 3 years ago
parent
commit
cc82a8c8a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      ios/Podfile

+ 1
- 1
ios/Podfile View File

@@ -69,7 +69,7 @@ target 'Campus' do
69 69
   pod 'React-jsinspector', :path => "#{rnPrefix}/ReactCommon/jsinspector"
70 70
   pod 'ReactCommon/callinvoker', :path => "#{rnPrefix}/ReactCommon"
71 71
   pod 'ReactCommon/turbomodule/core', :path => "#{rnPrefix}/ReactCommon"
72
-  pod 'Yoga', :path => '#{rnPrefix}/ReactCommon/yoga', :modular_headers => true
72
+  pod 'Yoga', :path => "#{rnPrefix}/ReactCommon/yoga", :modular_headers => true
73 73
 
74 74
   pod 'DoubleConversion', :podspec => "#{rnPrefix}/third-party-podspecs/DoubleConversion.podspec"
75 75
   pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec"

Loading…
Cancel
Save