Fixed yoga path
这个提交包含在:
父节点
870323b618
当前提交
cc82a8c8a9
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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"
|
||||
|
|
|
|||
正在加载…
在新工单中引用