What is the purpose of the View component in React Native?
The View component in React Native is used to create layout structure and organize other components. It acts as a container that groups other components together and defines their positioning and alignment. For example, you can use the View component to create sections, containers, or any other layout structures in your app.