Quick React Native introduction

React Native is a JavaScript framework for building native mobile apps.

React Native is like React, but it uses native components instead of web componentsas building blocks.So to understand the basic structure of React Native app, you need to understand the some basic React concepts, like JSX, components, state, and props.

Basic React concepts
Let's start