Home > @native-html/iframe-plugin > HTMLIframe
A component to render iframes in react-native-render-html.
Signature:
export default function HTMLIframe({ WebView, webViewProps: userWebViewProps, source, style, onLinkPress, scaleFactor, injectedCSSStyles, removeBodySpacing, scalesPageToFit }: HTMLIframeProps): JSX.Element;| Parameter | Type | Description |
|---|---|---|
| { WebView, webViewProps: userWebViewProps, source, style, onLinkPress, scaleFactor, injectedCSSStyles, removeBodySpacing, scalesPageToFit } | HTMLIframeProps |
Returns:
JSX.Element