Learn Simpli

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

What are native components

In this chapter, you will learn about what are native components. Before creating our very first components, its good to understand what are native components and how these can be created.

“In simple words, the react-native creates a corresponding ANDROID and IOS views at the run time”

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

What is allowed in react native components:

Some of the HTML elements or tags not allowed like div
We can use only the react-native special components like VIEW, TEXT, BUTTON, IMAGE and much more.