Learn Simpli

Free Online Tutorial For Programmers, Contains a Solution For Question in Programming. Quizzes and Practice / Company / Test interview Questions.

React native tutorial for beginners

Welcome to react native tutorial for beginners, in this tutorial you will learn what is react native and how it is different from the react js. In this tutorial, we will start learning from what is react native and how it is different from react js. And also, how the components will be converted their native element in both android and IOS. Now, let’s take a quick overview of what is react native,

  1. The react native is a collection of special react components.
  2. The react native can translate them and
  3. The react native can compile these components to native widgets for both IOS and Android
  4. It has a feature which makes the ability to access the native platform APIs
  5. It has tools to connect javascript code to native platform code.

For creating a corresponding ANDROID and IOS views at the run time, the react-native uses the special components, like VIEW, TEXT and more.

With the help of this tutorial, you will become an expert in react native. For becoming an expert in react native you also need to know the react js, for studying the react js you can visit the react tutorial.

For running and compiling your code you can visit the URL Snack Expo

You will learn the react-native by the following chapters,

  1. React native tutorial
  2. What is react native
  3. What are native components
  4. How do react-native works
  5. Create the first app
  6. Create a component
  7. Passing data between components
  8. Split app into components
  9. Touchable in react native