@native-html/iframe-plugin
Version:
🌐 A WebView-based plugin to render iframes in react-native-render-html
25 lines (14 loc) • 867 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/iframe-plugin](./iframe-plugin.md) > [HTMLIframe](./iframe-plugin.htmliframe.md)
## HTMLIframe() function
A component to render iframes in react-native-render-html.
<b>Signature:</b>
```typescript
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](./iframe-plugin.htmliframeprops.md) | |
<b>Returns:</b>
JSX.Element