OptionalcomponentOptionalselfWhether the native component reports its intrinsic content size back to
JS. When true (default), the component sizes itself to the
native-reported dimensions. Set to false for components that fill the
space the host provides (e.g. scrollable views) - the host must then
supply bounded constraints (e.g. via a style={{ height }} prop).
OptionalstyleOptional style overrides for the wrapping view.
Native component identifier (e.g. cartButton, productGrid). Picked up
by the native ViewManager to construct the matching SwiftUI/Compose view.
Optional configuration parameters forwarded to the native component.