From 9998e750009c50aa664778365bc1ece489317982 Mon Sep 17 00:00:00 2001 From: Eli Zibin Date: Fri, 22 Sep 2017 11:13:45 -0700 Subject: [PATCH] capitalize Y in Yoga for pod file. --- docs/IntegrationWithExistingApps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/IntegrationWithExistingApps.md b/docs/IntegrationWithExistingApps.md index 4f543aa3a3a292..685c3a458b1025 100644 --- a/docs/IntegrationWithExistingApps.md +++ b/docs/IntegrationWithExistingApps.md @@ -225,7 +225,7 @@ target 'NumberTileGame' do # Add any other subspecs you want to use in your project ] # Explicitly include Yoga if you are using RN >= 0.42.0 - pod 'yoga', :path => '../node_modules/react-native/ReactCommon/yoga' + pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga' end ```