React Native Tutorial

React Native Tutorial

React Native is a cross-platform mobile application development framework that lets you build native iOS and Android mobile applications. It is basically a JavaScript framework used to build a mobile application. React Native is similar to React, but it uses native component instead of using web components as it’s building blocks.

This React Native tutorial is complete guide on basic to advanced concepts of React Native. In this tutorial you will learn how to build native iOS and Android apps using one of the most popular JavaScript framework React.

Audience

These tutorials are designed for beginners and experienced software professionals aspire to learn building native iOS and Android apps using one of the most popular JavaScript framework React Native.

Prerequisites

Before you start proceeding with this tutorial, we are assuming that you are having moderate knowledge of HTML, CSS, JavaScript, and AJAX. We expect that you have basic understanding Document Object Model (DOM), JavaScript functions, closures, this, events, and error handling. Having familiar with React and JavaScript is plus. Even if you do not have previous experience with React, we will explain fundamental React concepts.