Skip to content

Commit

Permalink
Updated example 'Podfile' to consistently use single quotes.
Browse files Browse the repository at this point in the history
Summary: Closes #14973

Differential Revision: D5407186

Pulled By: javache

fbshipit-source-id: 78cf68abbbb2fb97786973ce8e3e26b8afdd2a74
  • Loading branch information
brookslyrette authored and facebook-github-bot committed Jul 12, 2017
1 parent 820026f commit 98b925c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IntegrationWithExistingApps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 98b925c

Please sign in to comment.