We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7bc7fe + 85c828b commit ea6ff5cCopy full SHA for ea6ff5c
lib/webview.js
@@ -67,12 +67,12 @@ class ProgressBarWebView extends React.PureComponent {
67
<View style={styles.container}>
68
{visible && <LoadingBar height={height} color={color} percent={percent}/>}
69
<WebView
70
+ {...this.props}
71
ref={forwardedRef}
72
onLoadStart={this._onLoadStart}
73
onLoadEnd={this._onLoadEnd}
74
onLoadProgress={this._onLoadProgress}
75
onError={this._onError}
- {...this.props}
76
/>
77
</View>
78
);
0 commit comments