Styling and Layout
YoutubeView handles the actual render surface.
Basic sizing
Common styling props
Platform-specific props
iframeStyle: Web onlywebViewStyle: iOS / Android onlywebViewProps: iOS / Android only
webViewProps details
webViewProps is useful when you need to tune the underlying native WebView without replacing the bridge behavior.
The bridge still owns ref, source.uri, style, onMessage, javaScriptEnabled, and onError, so treat webViewProps as a partial customization layer.
Practical recommendation
For responsive layouts on Web, combine width="100%" with iframeStyle={{ aspectRatio: 16 / 9 }}.
