Merge pull request #242 from salutis/master
[website] Improve typography
This commit is contained in:
commit
c8c4b41827
|
@ -61,7 +61,7 @@ var SCROLLVIEW_REF = 'listviewscroll';
|
|||
*
|
||||
* ```
|
||||
* getInitialState: function() {
|
||||
* var ds = new ListViewDataSource({rowHasChanged: (r1, r2) => r1 !== r2});
|
||||
* var ds = new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2});
|
||||
* return {
|
||||
* dataSource: ds.cloneWithRows(['row 1', 'row 2']),
|
||||
* };
|
||||
|
|
|
@ -30,7 +30,7 @@ var index = React.createClass({
|
|||
<p>
|
||||
React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and
|
||||
{' '}<a href="http://facebook.github.io/react/" >React</a>{'. '}
|
||||
The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere.
|
||||
The focus of React Native is on developer efficiency across all the platforms you care about — learn once, write anywhere.
|
||||
Facebook uses React Native in multiple production apps and will continue investing in React Native.
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue