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
   pod 'React-jsinspector', :path => "#{rnPrefix}/ReactCommon/jsinspector"
69
   pod 'React-jsinspector', :path => "#{rnPrefix}/ReactCommon/jsinspector"
70
   pod 'ReactCommon/callinvoker', :path => "#{rnPrefix}/ReactCommon"
70
   pod 'ReactCommon/callinvoker', :path => "#{rnPrefix}/ReactCommon"
71
   pod 'ReactCommon/turbomodule/core', :path => "#{rnPrefix}/ReactCommon"
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
   pod 'DoubleConversion', :podspec => "#{rnPrefix}/third-party-podspecs/DoubleConversion.podspec"
74
   pod 'DoubleConversion', :podspec => "#{rnPrefix}/third-party-podspecs/DoubleConversion.podspec"
75
   pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec"
75
   pod 'glog', :podspec => "#{rnPrefix}/third-party-podspecs/glog.podspec"

Loading…
Cancel
Save