|
@@ -70,7 +70,7 @@ const AutoHeightWebView = React.memo(
|
70
|
70
|
<View style={[props.style, { height: height || 50, transform: [{ translateX: -1 }] }]}>
|
71
|
71
|
<WebView
|
72
|
72
|
{...props}
|
73
|
|
- style={{ transform: [{ translateX: 1 }] }}
|
|
73
|
+ style={{ transform: [{ translateX: 1 }], backgroundColor: '#0000' }}
|
74
|
74
|
ref={webView}
|
75
|
75
|
onMessage={handleMessage}
|
76
|
76
|
injectedJavaScript={script}
|