You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/react-native/index.js
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,21 @@ var index = React.createClass({
25
25
</div>
26
26
27
27
<sectionclassName="content wrap">
28
+
<divstyle={{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
0 commit comments