From e16b02eccd05393469ec22a9700fdbbbbe50420b Mon Sep 17 00:00:00 2001 From: Eduardo Pelitti Date: Tue, 28 Jul 2020 17:54:27 -0300 Subject: [PATCH] Minor grammar fix in Introduction Extra "to" in the sentence "React Native lets you to build your own Native Components". --- docs/intro-react-native-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro-react-native-components.md b/docs/intro-react-native-components.md index 5b633c58667..c98d97dcd68 100644 --- a/docs/intro-react-native-components.md +++ b/docs/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**.