In this tutorial, I'll be showing you how to create a news reader using React Native. We'll be using the ListView component to render a list of news items and the WebView to render a web page to read a news item.
In the first part of this two-part series on React Native, we're going to set up React Native, install the required dependencies, and build the news items...
In the second part of this two-part series on React Native, we're going to add the web page component. This component renders a news item in a web view. At...