Skip to content

Commit

Permalink
Update Podfile (#1816)
Browse files Browse the repository at this point in the history
fix
`The name of the given podspec `yoga` doesn't match the expected one `Yoga``
  • Loading branch information
damathryx authored and christopherdro committed Nov 28, 2017
1 parent 3c3fc5c commit d11a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platform :ios, '8.0'
target 'AirMapsExplorer' do
rn_path = '../../node_modules/react-native'

pod 'Yoga', path: "#{rn_path}/ReactCommon/yoga/Yoga.podspec"
pod 'yoga', path: "#{rn_path}/ReactCommon/yoga/yoga.podspec"
pod 'React', path: rn_path, subspecs: [
'Core',
'RCTActionSheet',
Expand Down

0 comments on commit d11a778

Please sign in to comment.