Skip to content
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
2 changes: 1 addition & 1 deletion docsite/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ sidebar_position: 1

**React Native macOS** is an [out-of-tree platform](https://reactnative.dev/docs/out-of-tree-platforms) maintained by Microsoft that extends React Native to support the macOS Platform.

React Native macOS works with the React Native ecosystem and adds support for macOS specific feartures. You can reuse your components, libraries, and code across platforms to make development easier. You can also write native macOS components to build truly native desktop apps.
React Native macOS works with the React Native ecosystem and adds support for macOS specific features. You can reuse your components, libraries, and code across platforms to make development easier. You can also write native macOS components to build truly native desktop apps.

Whether you are starting a new macOS app, adding desktop support to an existing React Native project, or adding a React Native feature to your existing native macOS app, React Native macOS gives you the tools you need to build great native apps.
Loading