tech/webdev magazine

March 3, 2016

How to Create a News Reader With React Native: Web Page Component

Thursday, March 03, 2016 Teklinks

In the first part of this series, you learned how to set up React Native on your machine, create and use custom components, and use third party libraries, such as moment.js. In this tutorial, you learn how to make network requests using fetch, render a web page using the built-in WebView component, and run the app on a physical device.

Full article