From 86b4f43b9fdf7d826aa2acd3a60d85184dd3ffca Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Sat, 27 Oct 2018 11:49:26 -0500 Subject: [PATCH] Update how-do-i-build.md --- projects/how-do-i-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/how-do-i-build.md b/projects/how-do-i-build.md index 8f82835..7b6685d 100644 --- a/projects/how-do-i-build.md +++ b/projects/how-do-i-build.md @@ -19,7 +19,7 @@ Cloud providers like [AWS](http://aws.amazon.com/), [Google Cloud](https://cloud ## a mobile app -[React Native](https://github.com/facebook/react-native) is a framework for writing native apps using Javascript that uses the same design as React. Rather than rendering html like you would with a mobile web app or hybrid app, React Native provides an api for creating and managing native views in Java and Objective - C. If you are interested in a hybrid app, you can use a framework like [Phone Gap](https://phonegap.com/) and [Ionic](https://ionicframework.com/). With a hybrid framework, your app will be rendered using html using html and css. Native functionality is accessible using hooks provided by the framework. +[React Native](https://github.com/facebook/react-native) is a framework for writing native apps using Javascript that uses the same design as React. Rather than rendering html like you would with a mobile web app or hybrid app, React Native provides an api for creating and managing native views in Java and Objective - C. If you are interested in a hybrid app, you can use a framework like [Phone Gap](https://phonegap.com/) and [Ionic](https://ionicframework.com/). With a hybrid framework, your app will be rendered using html and css. Native functionality is accessible using hooks provided by the framework.