Fixed yoga path

This commit is contained in:
Arnaud Vergnet 2020-05-29 14:32:29 +02:00
parent 870323b618
commit cc82a8c8a9

View file

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