It’s similar to a
in HTML. A View component can contain other components and is used for creating layout structures.
Used to display text in your app. It supports nesting, styling, and touch handling.
A generic scrolling container that can host multiple views and components. It is useful for creating scrollable layouts.
A component for entering text input. It supports features like auto-correction, placeholders, and more.
An efficient way to render large lists of data. It only renders items that are currently visible on the screen.