@native-html/iframe-plugin
Version:
🌐 A WebView-based plugin to render iframes in react-native-render-html
14 lines (8 loc) • 531 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) > [removeBodySpacing](./iframe-plugin.iframeconfig.removebodyspacing.md)
## IframeConfig.removeBodySpacing property
When `true`<!-- -->, a stylesheet will be inserted in the `WebView` to remove padding and margins for the `body` element.
<b>Signature:</b>
```typescript
removeBodySpacing?: boolean;
```