What are the core components of React Native for building user interfaces?
The core components of React Native include View, Text, Image, and Button. For example, the View component is used to create containers and layout structure, while the Text component is used to display text content. Similarly, the Image component is used to display images, and the Button component is used to create interactive buttons.