File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ same native platform APIs other apps do.
3333<br/><br/>
3434<strong>Many platforms</strong>, one React. Create platform-specific versions of components
3535so a single codebase can share code across platforms. With React Native,
36- one team can maintain two platforms and share a common technology—React.
36+ one team can maintain multiple platforms and share a common technology—React.
3737 ` ,
3838 codeExample : `
3939import React from 'react';
@@ -288,7 +288,7 @@ function NativeApps() {
288288 reverse
289289 columnOne = {
290290 < TextColumn
291- title = "Create native apps for Android and iOS using React"
291+ title = "Create native apps for Android, iOS, and more using React"
292292 text = { textContent . intro }
293293 />
294294 }
You can’t perform that action at this time.
0 commit comments