Component - Why core components build native UIs
This concept explains how React Native core components directly create native user interface elements on iOS and Android devices. Instead of drawing UI with web views or custom graphics, these components map to real native controls, making apps feel fast and natural.