@native-html/iframe-plugin
Version:
🌐 A WebView-based plugin to render iframes in react-native-render-html
19 lines (10 loc) • 525 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/iframe-plugin](./iframe-plugin.md) > [IframeConfig](./iframe-plugin.iframeconfig.md) > [webViewProps](./iframe-plugin.iframeconfig.webviewprops.md)
## IframeConfig.webViewProps property
Any props you'd like to pass to the `WebView` component.
<b>Signature:</b>
```typescript
webViewProps?: any;
```
## Remarks
`source` and `javascriptEnabled` will be ignored and overriden.