diff --git a/autoHeightWebView/index.js b/autoHeightWebView/index.js index 3d0dc75..d9b23bd 100644 --- a/autoHeightWebView/index.js +++ b/autoHeightWebView/index.js @@ -82,6 +82,8 @@ const AutoHeightWebView = React.memo( { width, height, + opacity: style?.opacity || 0.99, + minHeight: style?.minHeight || 1, }, style, ],