Files
yoga/docs/path---getting-started-standalone-d6cc8f6ae850de7240bf.js
Daniel Büchele e024943c4b bugfixes
Summary:
- adds favicon
- adds page titles
- fixes bug in react native code gen

allow-large-files

Reviewed By: emilsjolander

Differential Revision: D7013492

fbshipit-source-id: d29a56a7caddf0da4fb19a0ba443c6906ccfff56
2018-02-19 02:38:16 -08:00

2 lines
1.3 KiB
JavaScript

webpackJsonp([76113469359673],{532:function(n,a){n.exports={pathContext:{frontmatter:{path:"getting-started/standalone",title:"Standalone",hasPlayground:!1,initialPlayground:null,redirect:null},html:'<h1>Standalone</h1>\n<p>Adding Yoga to a project is as simple as adding the dependency to your package manager of choice.</p>\n<h3>Android</h3>\n<div class="gatsby-highlight">\n <pre class="language-groovy"><code>dependencies <span class="token punctuation">{</span>\n\tcompile <span class="token string">\'com.facebook.yoga.android:yoga-layout:x.x.x\'</span>\n<span class="token punctuation">}</span>\n</code></pre>\n </div>\n<h3>Javascript</h3>\n<div class="gatsby-highlight">\n <pre class="language-none"><code>$> yarn add yoga-layout</code></pre>\n </div>\n<h3>iOS</h3>\n<div class="gatsby-highlight">\n <pre class="language-none"><code>pod \'YogaKit\', \'~> 1.7\'</code></pre>\n </div>\n<h2>Including Yoga From Source</h2>\n<p>If you plan to include Yoga from Source in a C++ project then all you have to do is inlude\nthe top level <code>yoga</code> folder. Make sure to look at the top level <code>BUCK</code> file to ensure you build\nusing the same compiler flags.</p>'}}}});
//# sourceMappingURL=path---getting-started-standalone-d6cc8f6ae850de7240bf.js.map