Skip to content

Commit 8305566

Browse files
damathryxchristopherdro
authored andcommitted
Update Podfile (react-native-maps#1816)
fix `The name of the given podspec `yoga` doesn't match the expected one `Yoga``
1 parent d0ac017 commit 8305566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ platform :ios, '8.0'
77
target 'AirMapsExplorer' do
88
rn_path = '../../node_modules/react-native'
99

10-
pod 'Yoga', path: "#{rn_path}/ReactCommon/yoga/Yoga.podspec"
10+
pod 'yoga', path: "#{rn_path}/ReactCommon/yoga/yoga.podspec"
1111
pod 'React', path: rn_path, subspecs: [
1212
'Core',
1313
'RCTActionSheet',

0 commit comments

Comments
 (0)