Updated example 'Podfile' to consistently use single quotes.

Summary: Closes https://github.com/facebook/react-native/pull/14973

Differential Revision: D5407186

Pulled By: javache

fbshipit-source-id: 78cf68abbbb2fb97786973ce8e3e26b8afdd2a74
This commit is contained in:
Brooks Lyrette
2017-07-12 11:14:25 -07:00
committed by Facebook Github Bot
parent 820026f69b
commit 98b925ceec

View File

@@ -223,7 +223,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
```