Too Long; Didn't Read
This React Native tutorial is aimed at introducing React Native, giving you the basis of what you need to know before building a real React Native application. By the end of this article you will build a React Native app that can run on both iOS and Android devices. React Native is a cross platform development library built on top of React by Facebook, for mobile development platforms. The app will display a simple list of countries, fetched from a REST API with a network request, and we are going to keep its functionality and styling to a minimum. The tutorial is to help you set up your React Native developer environment and dip your toes into React Native programming language.