Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

link out-of-tree platforms, add macOS platform, unify dashes on homepage #2186

Merged
merged 2 commits into from
Sep 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,28 @@ Save, see, repeat.
Members of the React Native team frequently speak at various
conferences.

You can follow the latest news from the React Native team on
Twitter
You can follow the latest news from the [React Native team] on
Twitter.

[React Native team]: https://twitter.com/reactnative
`,
community: `
In 2018, React Native had the [2nd highest] number of contributors for any repository in GitHub.
Today, React Native is supported by contributions from individuals and companies around the world
including [Callstack], [Expo], [Infinite Red], [Microsoft], and [Software Mansion].

Our community is always shipping exciting new projects and exploring platforms beyond Android and iOS
with repos like React Native Windows and React Native Web.
with repos like [React Native Windows], [React Native macOS] and [React Native Web].

[2nd highest]: https://octoverse.github.com/2018/projects.html#repositories
[Callstack]: https://callstack.com/
[Expo]: https://expo.io/
[Infinite Red]: https://infinite.red/
[Microsoft]: https://www.microsoft.com/en-gb/
[Software Mansion]: https://swmansion.com/
[React Native Windows]: https://github.com/microsoft/react-native-windows#readme
[React Native macOS]: https://github.com/microsoft/react-native-macos#readme
[React Native Web]: https://github.com/necolas/react-native-web#readme
`,
};

Expand Down Expand Up @@ -437,10 +442,8 @@ function Community() {
<React.Fragment>
<p className="firstP">
<img src={`${baseUrl}img/homepage/fb-logo.svg`} alt="" />
<span>
Facebook released React Native in 2015 and has been
maintaining it ever since.
</span>
Facebook released React Native in 2015 and has been maintaining
it ever since.
</p>
<MarkdownBlock>{textContent.community}</MarkdownBlock>
</React.Fragment>
Expand Down