From da46095d7d283655f942da03ccd1b4eda19a6d1c Mon Sep 17 00:00:00 2001 From: Felix Atwood Date: Sat, 3 Nov 2018 20:49:54 +0500 Subject: [PATCH] Updated the React Native Section (#24885) --- guide/english/mobile-app-development/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/mobile-app-development/index.md b/guide/english/mobile-app-development/index.md index 67de3b0f5e..7acd39d49a 100644 --- a/guide/english/mobile-app-development/index.md +++ b/guide/english/mobile-app-development/index.md @@ -41,7 +41,7 @@ Ionic Framework is a CSS framework that allows you to style your screens to look ### React Native -React Native is a front end development framework that contains a lot of the building block elements for Android/iOS development and is a different kind of magic from Apache Cordova +React Native is a front end development framework that contains a lot of the building block elements for Android/iOS development and is a different kind of magic from Apache Cordova. React Native lets you build native mobile apps using JavaScript. It uses the same design as React, letting you compose a rich mobile UI from declarative components. ### NativeScript