Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 867 Bytes

iframe-plugin.htmliframe.md

File metadata and controls

24 lines (14 loc) · 867 Bytes

Home > @native-html/iframe-plugin > HTMLIframe

HTMLIframe() function

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;

Parameters

Parameter Type Description
{ WebView, webViewProps: userWebViewProps, source, style, onLinkPress, scaleFactor, injectedCSSStyles, removeBodySpacing, scalesPageToFit } HTMLIframeProps

Returns:

JSX.Element