mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
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:
committed by
Facebook Github Bot
parent
820026f69b
commit
98b925ceec
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user