Skip to content

Commit 16271ce

Browse files
committed
Add summery blurb to landing page.
1 parent 2d23c2f commit 16271ce

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,21 @@ var index = React.createClass({
2525
</div>
2626

2727
<section className="content wrap">
28+
<div style={{margin: '40px auto', width: 800}}>
29+
30+
<p>
31+
React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and
32+
{' '}<a href="http://facebook.github.io/react/" >React</a>{'. '}
33+
The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere.
34+
Facebook uses React Native in multiple production apps and will continue investing in React Native.
35+
</p>
36+
</div>
2837

2938
<div className="buttons-unit">
3039
<a href="docs/getting-started.html#content" className="button">Get started with React Native</a>
3140
</div>
3241

33-
<div style={{margin: '60px auto', width: 800}}>
42+
<div style={{margin: '40px auto', width: 800}}>
3443

3544
<h2>Native iOS Components</h2>
3645
<p>

0 commit comments

Comments
 (0)