We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1636d5e commit 0211deeCopy full SHA for 0211dee
1 file changed
website/src/pages/index.js
@@ -33,7 +33,7 @@ same native platform APIs other apps do.
33
<br/><br/>
34
<strong>Many platforms</strong>, one React. Create platform-specific versions of components
35
so a single codebase can share code across platforms. With React Native,
36
-one team can maintain two platforms and share a common technology—React.
+one team can maintain multiple platforms and share a common technology—React.
37
`,
38
codeExample: `
39
import React from 'react';
@@ -288,7 +288,7 @@ function NativeApps() {
288
reverse
289
columnOne={
290
<TextColumn
291
- title="Create native apps for Android and iOS using React"
+ title="Create native apps for Android, iOS, and more using React"
292
text={textContent.intro}
293
/>
294
}
0 commit comments