diff --git a/packages/table-plugin/src/HTMLTable.tsx b/packages/table-plugin/src/HTMLTable.tsx index 9f23503..3445398 100644 --- a/packages/table-plugin/src/HTMLTable.tsx +++ b/packages/table-plugin/src/HTMLTable.tsx @@ -5,7 +5,7 @@ import { StyleSheet, Dimensions, LayoutAnimation, - Animated + Animated,ScrollView } from 'react-native'; import { useAutoheight, @@ -228,7 +228,9 @@ function useSource({ Codestin Search App - ${html} + + ${html} + `; }, [tableStyleSpecs, cssRules, html, maxScale]); @@ -302,11 +304,14 @@ export const HTMLTable = function HTMLTable({ props: autoheightWebshellProps }); return ( - - {React.createElement(WebView, webViewProps)} - + + + {React.createElement(WebView, webViewProps)} + + + ); };