Problem Statement
React Native supports which two main types of components?
Explanation
React Native has class components that use ES6 classes and functional components that are simple functions returning JSX. Functional components are preferred in modern React Native because they work seamlessly with hooks.
Practice Sets
This question appears in the following practice sets: