Introduction to Basic Components

Get an introduction to the basic components provided by React Native.

We'll cover the following...

Basic components are the ones that the majority of applications employ as their most prevalent elements. These components are required for application development independent of the type and nature of the application. Let’s briefly summarize each of the basic components provided by React Native before we move on. We’ll learn about each one later in detail.

View

React Native does not use HTML elements like <span> ...