@native-html/table-plugin
Version:
🔠A WebView-based plugin to render tables in react-native-render-html
19 lines (10 loc) • 517 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@native-html/table-plugin](./table-plugin.md) > [TableConfig](./table-plugin.tableconfig.md) > [webViewProps](./table-plugin.tableconfig.webviewprops.md)
## TableConfig.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.