From feb0d326d77befbf287df83c0696da4e65868c1b Mon Sep 17 00:00:00 2001 From: Ben McDonald Date: Thu, 3 Dec 2020 02:00:26 -0500 Subject: [PATCH] Update intro-react-native-components.md (#2363) Small typo. A grammatical fix. --- .../version-0.63/intro-react-native-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.63/intro-react-native-components.md b/website/versioned_docs/version-0.63/intro-react-native-components.md index d254ca3a61b..a74eff50606 100644 --- a/website/versioned_docs/version-0.63/intro-react-native-components.md +++ b/website/versioned_docs/version-0.63/intro-react-native-components.md @@ -19,7 +19,7 @@ In Android and iOS development, a **view** is the basic building block of UI: a In Android development, you write views in Kotlin or Java; in iOS development, you use Swift or Objective-C. With React Native, you can invoke these views with JavaScript using React components. At runtime, React Native creates the corresponding Android and iOS views for those components. Because React Native components are backed by the same views as Android and iOS, React Native apps look, feel, and perform like any other apps. We call these platform-backed components **Native Components.** -React Native lets you to build your own Native Components for [Android](native-components-android.md) and [iOS](native-components-ios.md) to suit your app’s unique needs. We also have a thriving ecosystem of these **community-contributed components.** Check out [Native Directory](https://reactnative.directory) to find what the community has been creating. +React Native lets you build your own Native Components for [Android](native-components-android.md) and [iOS](native-components-ios.md) to suit your app’s unique needs. We also have a thriving ecosystem of these **community-contributed components.** Check out [Native Directory](https://reactnative.directory) to find what the community has been creating. React Native also includes a set of essential, ready-to-use Native Components you can use to start building your app today. These are React Native's **Core Components**.